From: Tim Orling <[email protected]> 26.2 - 2026-04-24 Fixes: * Fix incorrect sysconfig var name for pyemscripten in (PR #1160) * Make Version, Specifier, SpecifierSet, Tag, Marker, and Requirement pickle-safe and backward-compatible with pickles created in 25.0-26.1 (including references to the removed packaging._structures module) (PR #1163, PR #1168, PR #1170, PR #1171) * Re-export ExceptionGroup in metatadata for now in (PR #1164)
26.1 - 2026-04-14 Fixes: * Fix > comparison for versions with dev+local segments in (PR #1097) * Fix incorrect self-comparison for InfinityType and NegativeInfinityType in (PR #1093) * Canonicalize when deduplicating specifiers in SpecifierSet in (PR #1109) * Fix charset error message formatting in (PR #1121) * Handle the key parameter in SpecifierSet.filter when specifiers are empty and prerelease is False in (PR #1096) * Standardize inner components of repr output in (PR #1090) * Specifier’s === uses original string, not normalized, when available in (PR #1124) * Propagate int-max-str-digits ValueError in (PR #1155) For additional changes, see [1]. For full comparison, see [2]. [1] https://packaging.pypa.io/en/stable/changelog.html [2] https://github.com/pypa/packaging/compare/26.0...26.2 Signed-off-by: Tim Orling <[email protected]> --- .../{python3-packaging_26.0.bb => python3-packaging_26.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-packaging_26.0.bb => python3-packaging_26.2.bb} (94%) diff --git a/meta/recipes-devtools/python/python3-packaging_26.0.bb b/meta/recipes-devtools/python/python3-packaging_26.2.bb similarity index 94% rename from meta/recipes-devtools/python/python3-packaging_26.0.bb rename to meta/recipes-devtools/python/python3-packaging_26.2.bb index ff45cb5133..1e4c0a6bd3 100644 --- a/meta/recipes-devtools/python/python3-packaging_26.0.bb +++ b/meta/recipes-devtools/python/python3-packaging_26.2.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/pypa/packaging" LICENSE = "Apache-2.0 | BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91" -SRC_URI[sha256sum] = "00243ae351a257117b6a241061796684b084ed1c516a08c48a3f7e147a9d80b4" +SRC_URI[sha256sum] = "ff452ff5a3e828ce110190feff1178bb1f2ea2281fa2075aadb987c2fb221661" SRC_URI += "file://run-ptest.in" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#237782): https://lists.openembedded.org/g/openembedded-core/message/237782 Mute This Topic: https://lists.openembedded.org/mt/119569809/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
