summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorTim Orling <tim.orling@konsulko.com>2025-06-01 15:26:20 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-06-02 22:17:24 +0100
commit5941357678ba16ef2324728c769a0c68c4e4407b (patch)
treea71ba07984e75581c883adc4a071b4e26add52e4 /meta
parent52c4c4c9f5f07886b35f7088fdbf2f6064e4d0c3 (diff)
downloadpoky-5941357678ba16ef2324728c769a0c68c4e4407b.tar.gz
python3-urllib3: upgrade 2.3.0 -> 2.4.0
Comparing changes since 2.3.0: https://github.com/urllib3/urllib3/compare/2.3.0...2.4.0 Changelog: https://urllib3.readthedocs.io/en/stable/changelog.html https://github.com/urllib3/urllib3/blob/main/CHANGES.rst#240-2025-04-10 2.4.0 (2025-04-10) Features * Applied PEP 639 by specifying the license fields in pyproject.toml. (#3522) * Updated exceptions to save and restore more properties during the pickle/serialization process. (#3567) * Added verify_flags option to create_urllib3_context with a default of VERIFY_X509_PARTIAL_CHAIN and VERIFY_X509_STRICT for Python 3.13+. (#3571) Bugfixes * Fixed a bug with partial reads of streaming data in Emscripten. (#3555) Misc * Switched to uv for installing development dependecies. (#3550) * Removed the multiple.intoto.jsonl asset from GitHub releases. Attestation of release files since v2.3.0 can be found on PyPI. (#3566) (From OE-Core rev: a8bb08299140a5b7b548bd6b26a2973531602d6c) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/python/python3-urllib3_2.4.0.bb (renamed from meta/recipes-devtools/python/python3-urllib3_2.3.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-urllib3_2.3.0.bb b/meta/recipes-devtools/python/python3-urllib3_2.4.0.bb
index fe913e6b73..7a4bffc05e 100644
--- a/meta/recipes-devtools/python/python3-urllib3_2.3.0.bb
+++ b/meta/recipes-devtools/python/python3-urllib3_2.4.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/urllib3/urllib3"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=52d273a3054ced561275d4d15260ecda" 4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=52d273a3054ced561275d4d15260ecda"
5 5
6SRC_URI[sha256sum] = "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" 6SRC_URI[sha256sum] = "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466"
7 7
8inherit pypi python_hatchling 8inherit pypi python_hatchling
9 9