* [PATCH 1/9] at-spi2-core: upgrade 2.60.3 -> 2.60.4
@ 2026-05-31 0:17 tim.orling
2026-05-31 0:17 ` [PATCH 2/9] python3-certifi: upgrade 2026.4.22 -> 2026.5.20 tim.orling
` (7 more replies)
0 siblings, 8 replies; 13+ messages in thread
From: tim.orling @ 2026-05-31 0:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Tim Orling
From: Tim Orling <tim.orling@konsulko.com>
What's new in at-spi2-core 2.60.4 [1]:
* AtspiDeviceA11yManager: Make use of pid when returned by queryPointer
* Fix deregistering application-specific event listeners
[1] https://github.com/GNOME/at-spi2-core/compare/2.60.3...2.60.4
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
.../atk/{at-spi2-core_2.60.3.bb => at-spi2-core_2.60.4.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/atk/{at-spi2-core_2.60.3.bb => at-spi2-core_2.60.4.bb} (94%)
diff --git a/meta/recipes-support/atk/at-spi2-core_2.60.3.bb b/meta/recipes-support/atk/at-spi2-core_2.60.4.bb
similarity index 94%
rename from meta/recipes-support/atk/at-spi2-core_2.60.3.bb
rename to meta/recipes-support/atk/at-spi2-core_2.60.4.bb
index 4ebd0d0bf0..5068cb82fe 100644
--- a/meta/recipes-support/atk/at-spi2-core_2.60.3.bb
+++ b/meta/recipes-support/atk/at-spi2-core_2.60.4.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
CVE_PRODUCT += "at-spi2-atk"
-SRC_URI[archive.sha256sum] = "21056bc04e43e8ed34fdafd916a0ddcc29ec03a4ce6cf5aacac1ddf6ef185ef7"
+SRC_URI[archive.sha256sum] = "1a1f5ba9805917f41fc6aa6823dcf887a291d607a427e2d5afb6b5dfa65070c7"
DEPENDS = " \
dbus \
--
2.43.0
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [PATCH 2/9] python3-certifi: upgrade 2026.4.22 -> 2026.5.20
2026-05-31 0:17 [PATCH 1/9] at-spi2-core: upgrade 2.60.3 -> 2.60.4 tim.orling
@ 2026-05-31 0:17 ` tim.orling
2026-05-31 0:17 ` [PATCH 3/9] python3-packaging: upgrade 26.0 -> 26.2 tim.orling
` (6 subsequent siblings)
7 siblings, 0 replies; 13+ messages in thread
From: tim.orling @ 2026-05-31 0:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Tim Orling
From: Tim Orling <tim.orling@konsulko.com>
* Removes [1]:
Issuer: O=Chunghwa Telecom Co., Ltd. OU=ePKI Root Certification Authority
Subject: O=Chunghwa Telecom Co., Ltd. OU=ePKI Root Certification Authority
Label: "ePKI Root Certification Authority"
Serial: 28956088682735189655030529057352760477
MD5 Fingerprint: 1b:2e:00:ca:26:06:90:3d:ad:fe:6f:15:68:d3:6b:b3
SHA1 Fingerprint: 67:65:0d:f1:7e:8e:7e:5b:82:40:a4:f4:56:4b:cf:e2:3d:69:c6:f0
SHA256 Fingerprint: c0:a6:f4:dc:63:a2:4b:fd:cf:54:ef:2a:6a:08:2a:0a:72:de:35:80:3e:2f:f5:ff:52:7a:e5:d8:72:06:df:d5
[1] https://github.com/certifi/python-certifi/compare/2026.04.22...2026.05.20
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
...ython3-certifi_2026.4.22.bb => python3-certifi_2026.5.20.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-certifi_2026.4.22.bb => python3-certifi_2026.5.20.bb} (87%)
diff --git a/meta/recipes-devtools/python/python3-certifi_2026.4.22.bb b/meta/recipes-devtools/python/python3-certifi_2026.5.20.bb
similarity index 87%
rename from meta/recipes-devtools/python/python3-certifi_2026.4.22.bb
rename to meta/recipes-devtools/python/python3-certifi_2026.5.20.bb
index 990e37d801..bfeaeb965b 100644
--- a/meta/recipes-devtools/python/python3-certifi_2026.4.22.bb
+++ b/meta/recipes-devtools/python/python3-certifi_2026.5.20.bb
@@ -7,7 +7,7 @@ HOMEPAGE = " http://certifi.io/"
LICENSE = "ISC"
LIC_FILES_CHKSUM = "file://LICENSE;md5=11618cb6a975948679286b1211bd573c"
-SRC_URI[sha256sum] = "8d455352a37b71bf76a79caa83a3d6c25afee4a385d632127b6afb3963f1c580"
+SRC_URI[sha256sum] = "69dea482ab64caa7b9f6aba1c6bf48bb6a5448d1c0f1b17ab42ad8c763a5344d"
inherit pypi python_setuptools_build_meta
--
2.43.0
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [PATCH 3/9] python3-packaging: upgrade 26.0 -> 26.2
2026-05-31 0:17 [PATCH 1/9] at-spi2-core: upgrade 2.60.3 -> 2.60.4 tim.orling
2026-05-31 0:17 ` [PATCH 2/9] python3-certifi: upgrade 2026.4.22 -> 2026.5.20 tim.orling
@ 2026-05-31 0:17 ` tim.orling
2026-05-31 17:30 ` [OE-core] " Mathieu Dubois-Briand
2026-05-31 20:09 ` [PATCH] " tim.orling
2026-05-31 0:17 ` [PATCH 4/9] python3-poetry-core: upgrade 2.3.2 -> 2.4.1 tim.orling
` (5 subsequent siblings)
7 siblings, 2 replies; 13+ messages in thread
From: tim.orling @ 2026-05-31 0:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Tim Orling
From: Tim Orling <tim.orling@konsulko.com>
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 <tim.orling@konsulko.com>
---
.../{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
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [PATCH 4/9] python3-poetry-core: upgrade 2.3.2 -> 2.4.1
2026-05-31 0:17 [PATCH 1/9] at-spi2-core: upgrade 2.60.3 -> 2.60.4 tim.orling
2026-05-31 0:17 ` [PATCH 2/9] python3-certifi: upgrade 2026.4.22 -> 2026.5.20 tim.orling
2026-05-31 0:17 ` [PATCH 3/9] python3-packaging: upgrade 26.0 -> 26.2 tim.orling
@ 2026-05-31 0:17 ` tim.orling
2026-05-31 0:17 ` [PATCH 5/9] python3-pytz: upgrade 2026.1 -> 2026.2 tim.orling
` (4 subsequent siblings)
7 siblings, 0 replies; 13+ messages in thread
From: tim.orling @ 2026-05-31 0:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Tim Orling
From: Tim Orling <tim.orling@konsulko.com>
2.4.1 - 2026-05-23 [1]
Fixed:
* Fix an issue where certain marker operations (mostly used with extra
markers) resulted in wrong markers (#943).
2.4.0 - 2026-05-03 [2]
Changed:
* Update list of supported licenses (#935).
Vendoring:
* packaging==26.2
* tomli==2.4.1
For a full comparison of changes, see [3].
[1] https://github.com/python-poetry/poetry-core/blob/main/CHANGELOG.md#241---2026-05-23
[2] https://github.com/python-poetry/poetry-core/blob/main/CHANGELOG.md#240---2026-05-03
[3] https://github.com/python-poetry/poetry-core/compare/2.3.2...2.4.1
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
...ython3-poetry-core_2.3.2.bb => python3-poetry-core_2.4.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-poetry-core_2.3.2.bb => python3-poetry-core_2.4.1.bb} (93%)
diff --git a/meta/recipes-devtools/python/python3-poetry-core_2.3.2.bb b/meta/recipes-devtools/python/python3-poetry-core_2.4.1.bb
similarity index 93%
rename from meta/recipes-devtools/python/python3-poetry-core_2.3.2.bb
rename to meta/recipes-devtools/python/python3-poetry-core_2.4.1.bb
index 0f55368d13..a428214b87 100644
--- a/meta/recipes-devtools/python/python3-poetry-core_2.3.2.bb
+++ b/meta/recipes-devtools/python/python3-poetry-core_2.4.1.bb
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "\
file://src/poetry/core/_vendor/tomli/LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5 \
"
-SRC_URI[sha256sum] = "20cb71be27b774628da9f384effd9183dfceb53bcef84063248a8672aa47031f"
+SRC_URI[sha256sum] = "89dceb6c10e9c6d8650a16183400e3c9ff9ddee13b0a81023b5575334a2b3744"
inherit python_poetry_core pypi
--
2.43.0
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [PATCH 5/9] python3-pytz: upgrade 2026.1 -> 2026.2
2026-05-31 0:17 [PATCH 1/9] at-spi2-core: upgrade 2.60.3 -> 2.60.4 tim.orling
` (2 preceding siblings ...)
2026-05-31 0:17 ` [PATCH 4/9] python3-poetry-core: upgrade 2.3.2 -> 2.4.1 tim.orling
@ 2026-05-31 0:17 ` tim.orling
2026-05-31 0:31 ` Patchtest results for " patchtest
2026-05-31 0:17 ` [PATCH 6/9] python3-rpds-py: upgrade 0.30.0 -> 2026.5.1 tim.orling
` (3 subsequent siblings)
7 siblings, 1 reply; 13+ messages in thread
From: tim.orling @ 2026-05-31 0:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Tim Orling
From: Tim Orling <tim.orling@konsulko.com>
git shortlog:
Fullchee Zhang (1):
fix typo
Shaun Walbridge (1):
try to access resource using `importlib.resources`
Stuart Bishop (6):
Bump version number to 2026.1.post1
Update test runners for new Pythons and github actions
Squashed 'tz/' changes from dd6be6d155..8be0d5483d
IANA 2026b
Bump version numbers to 2026.2 (IANA 2026b)
Bump github actions/checkout to @v6
Stub (2):
Try to access resource using `importlib.resources`
Fix typo in README
For a full comparison, see [1].
[1] https://github.com/stub42/pytz/compare/release_2026.1...release_2026.2
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
.../python/{python3-pytz_2026.1.bb => python3-pytz_2026.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-pytz_2026.1.bb => python3-pytz_2026.2.bb} (87%)
diff --git a/meta/recipes-devtools/python/python3-pytz_2026.1.bb b/meta/recipes-devtools/python/python3-pytz_2026.2.bb
similarity index 87%
rename from meta/recipes-devtools/python/python3-pytz_2026.1.bb
rename to meta/recipes-devtools/python/python3-pytz_2026.2.bb
index 0c9e1e7a4c..1365897d85 100644
--- a/meta/recipes-devtools/python/python3-pytz_2026.1.bb
+++ b/meta/recipes-devtools/python/python3-pytz_2026.2.bb
@@ -7,7 +7,7 @@ inherit pypi setuptools3 ptest-python-pytest
PTEST_PYTEST_DIR = "pytz/tests"
-SRC_URI[sha256sum] = "10413c35476919b4c07bda6b9810c6e24d914378c430070bdb1869e18a37eee5"
+SRC_URI[sha256sum] = "0e60b47b29f21574376f218fe21abc009894a2321ea16c6754f3cad6eb7cdd6a"
RDEPENDS:${PN}:class-target += "\
python3-datetime \
--
2.43.0
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [PATCH 6/9] python3-rpds-py: upgrade 0.30.0 -> 2026.5.1
2026-05-31 0:17 [PATCH 1/9] at-spi2-core: upgrade 2.60.3 -> 2.60.4 tim.orling
` (3 preceding siblings ...)
2026-05-31 0:17 ` [PATCH 5/9] python3-pytz: upgrade 2026.1 -> 2026.2 tim.orling
@ 2026-05-31 0:17 ` tim.orling
2026-05-31 0:17 ` [PATCH 7/9] python3-snowballstemmer: upgrade 3.0.1 -> 3.1.0 tim.orling
` (2 subsequent siblings)
7 siblings, 0 replies; 13+ messages in thread
From: tim.orling @ 2026-05-31 0:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Tim Orling
From: Tim Orling <tim.orling@konsulko.com>
git shortlog (ignoring merge, dependabot and pre-commit-ci commits):
Edgar Ramírez Mondragón (1):
Update to PyO3 0.28.0
Julian Berman (10):
Update pre-commit hooks.
Use regular gh CLI for release notes.
Run zizmor in pedantic mode and address findings.
Drop support for 3.10. Add 3.15.
Use cargo-release for releases, without the chore: prefix on commit messages.
Run each nox session in its own job with a single Python installed.
Reserve Mach-O header padding on macOS so install_name_tool can relocate.
Bump url-py to a version that supports Python 3.15.
Regenerate uv.lock without user-config artifacts.
Release rpds-py version 2026.5.1
For a full comparison, see [1].
[1] https://github.com/crate-py/rpds/compare/v0.30.0...v2026.5.1
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
.../python/python3-rpds-py-crates.inc | 36 ++++++++-----------
..._0.30.0.bb => python3-rpds-py_2026.5.1.bb} | 2 +-
2 files changed, 15 insertions(+), 23 deletions(-)
rename meta/recipes-devtools/python/{python3-rpds-py_0.30.0.bb => python3-rpds-py_2026.5.1.bb} (84%)
diff --git a/meta/recipes-devtools/python/python3-rpds-py-crates.inc b/meta/recipes-devtools/python/python3-rpds-py-crates.inc
index c9e354ac04..9556b6f593 100644
--- a/meta/recipes-devtools/python/python3-rpds-py-crates.inc
+++ b/meta/recipes-devtools/python/python3-rpds-py-crates.inc
@@ -3,56 +3,48 @@
# from Cargo.lock
SRC_URI += " \
crate://crates.io/archery/1.2.2 \
- crate://crates.io/autocfg/1.5.0 \
crate://crates.io/cc/1.2.48 \
crate://crates.io/find-msvc-tools/0.1.5 \
crate://crates.io/heck/0.5.0 \
- crate://crates.io/indoc/2.0.7 \
crate://crates.io/libc/0.2.177 \
- crate://crates.io/memoffset/0.9.1 \
crate://crates.io/once_cell/1.21.3 \
crate://crates.io/portable-atomic/1.11.1 \
crate://crates.io/proc-macro2/1.0.103 \
- crate://crates.io/pyo3/0.27.2 \
- crate://crates.io/pyo3-build-config/0.27.2 \
- crate://crates.io/pyo3-ffi/0.27.2 \
- crate://crates.io/pyo3-macros/0.27.2 \
- crate://crates.io/pyo3-macros-backend/0.27.2 \
+ crate://crates.io/pyo3/0.28.3 \
+ crate://crates.io/pyo3-build-config/0.28.3 \
+ crate://crates.io/pyo3-ffi/0.28.3 \
+ crate://crates.io/pyo3-macros/0.28.3 \
+ crate://crates.io/pyo3-macros-backend/0.28.3 \
crate://crates.io/python3-dll-a/0.2.14 \
crate://crates.io/quote/1.0.42 \
- crate://crates.io/rpds/1.2.0 \
- crate://crates.io/rustversion/1.0.22 \
+ crate://crates.io/rpds/1.2.1 \
crate://crates.io/shlex/1.3.0 \
+ crate://crates.io/smallvec/1.15.1 \
crate://crates.io/syn/2.0.111 \
crate://crates.io/target-lexicon/0.13.3 \
crate://crates.io/triomphe/0.1.15 \
crate://crates.io/unicode-ident/1.0.22 \
- crate://crates.io/unindent/0.2.4 \
"
SRC_URI[archery-1.2.2.sha256sum] = "70e0a5f99dfebb87bb342d0f53bb92c81842e100bbb915223e38349580e5441d"
-SRC_URI[autocfg-1.5.0.sha256sum] = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
SRC_URI[cc-1.2.48.sha256sum] = "c481bdbf0ed3b892f6f806287d72acd515b352a4ec27a208489b8c1bc839633a"
SRC_URI[find-msvc-tools-0.1.5.sha256sum] = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
SRC_URI[heck-0.5.0.sha256sum] = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
-SRC_URI[indoc-2.0.7.sha256sum] = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
SRC_URI[libc-0.2.177.sha256sum] = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
-SRC_URI[memoffset-0.9.1.sha256sum] = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
SRC_URI[once_cell-1.21.3.sha256sum] = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
SRC_URI[portable-atomic-1.11.1.sha256sum] = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
SRC_URI[proc-macro2-1.0.103.sha256sum] = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
-SRC_URI[pyo3-0.27.2.sha256sum] = "ab53c047fcd1a1d2a8820fe84f05d6be69e9526be40cb03b73f86b6b03e6d87d"
-SRC_URI[pyo3-build-config-0.27.2.sha256sum] = "b455933107de8642b4487ed26d912c2d899dec6114884214a0b3bb3be9261ea6"
-SRC_URI[pyo3-ffi-0.27.2.sha256sum] = "1c85c9cbfaddf651b1221594209aed57e9e5cff63c4d11d1feead529b872a089"
-SRC_URI[pyo3-macros-0.27.2.sha256sum] = "0a5b10c9bf9888125d917fb4d2ca2d25c8df94c7ab5a52e13313a07e050a3b02"
-SRC_URI[pyo3-macros-backend-0.27.2.sha256sum] = "03b51720d314836e53327f5871d4c0cfb4fb37cc2c4a11cc71907a86342c40f9"
+SRC_URI[pyo3-0.28.3.sha256sum] = "91fd8e38a3b50ed1167fb981cd6fd60147e091784c427b8f7183a7ee32c31c12"
+SRC_URI[pyo3-build-config-0.28.3.sha256sum] = "e368e7ddfdeb98c9bca7f8383be1648fd84ab466bf2bc015e94008db6d35611e"
+SRC_URI[pyo3-ffi-0.28.3.sha256sum] = "7f29e10af80b1f7ccaf7f69eace800a03ecd13e883acfacc1e5d0988605f651e"
+SRC_URI[pyo3-macros-0.28.3.sha256sum] = "df6e520eff47c45997d2fc7dd8214b25dd1310918bbb2642156ef66a67f29813"
+SRC_URI[pyo3-macros-backend-0.28.3.sha256sum] = "c4cdc218d835738f81c2338f822078af45b4afdf8b2e33cbb5916f108b813acb"
SRC_URI[python3-dll-a-0.2.14.sha256sum] = "d381ef313ae70b4da5f95f8a4de773c6aa5cd28f73adec4b4a31df70b66780d8"
SRC_URI[quote-1.0.42.sha256sum] = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
-SRC_URI[rpds-1.2.0.sha256sum] = "9e75f485e819d4d3015e6c0d55d02a4fd3db47c1993d9e603e0361fba2bffb34"
-SRC_URI[rustversion-1.0.22.sha256sum] = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
+SRC_URI[rpds-1.2.1.sha256sum] = "e025feb26210bc196b908e72deb063b1b4000754304341cbc168a1e72c857ebc"
SRC_URI[shlex-1.3.0.sha256sum] = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
+SRC_URI[smallvec-1.15.1.sha256sum] = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
SRC_URI[syn-2.0.111.sha256sum] = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
SRC_URI[target-lexicon-0.13.3.sha256sum] = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
SRC_URI[triomphe-0.1.15.sha256sum] = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
SRC_URI[unicode-ident-1.0.22.sha256sum] = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
-SRC_URI[unindent-0.2.4.sha256sum] = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
diff --git a/meta/recipes-devtools/python/python3-rpds-py_0.30.0.bb b/meta/recipes-devtools/python/python3-rpds-py_2026.5.1.bb
similarity index 84%
rename from meta/recipes-devtools/python/python3-rpds-py_0.30.0.bb
rename to meta/recipes-devtools/python/python3-rpds-py_2026.5.1.bb
index 173dabeecd..7f1511589f 100644
--- a/meta/recipes-devtools/python/python3-rpds-py_0.30.0.bb
+++ b/meta/recipes-devtools/python/python3-rpds-py_2026.5.1.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://pypi.org/project/rpds-py/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=7767fa537c4596c54141f32882c4a984"
-SRC_URI[sha256sum] = "dd8ff7cf90014af0c0f787eea34794ebf6415242ee1d6fa91eaba725cc441e84"
+SRC_URI[sha256sum] = "07b24fea40541e28570e5b795a4a38fbdcd12550c06bd0748005ecc8116ca256"
require ${BPN}-crates.inc
--
2.43.0
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [PATCH 7/9] python3-snowballstemmer: upgrade 3.0.1 -> 3.1.0
2026-05-31 0:17 [PATCH 1/9] at-spi2-core: upgrade 2.60.3 -> 2.60.4 tim.orling
` (4 preceding siblings ...)
2026-05-31 0:17 ` [PATCH 6/9] python3-rpds-py: upgrade 0.30.0 -> 2026.5.1 tim.orling
@ 2026-05-31 0:17 ` tim.orling
2026-05-31 0:17 ` [PATCH 8/9] python3-wcwidth: upgrade 0.6.0 -> 0.7.0 tim.orling
2026-05-31 0:17 ` [PATCH 9/9] python3-zipp: upgrade 3.23.1 -> 4.1.0 tim.orling
7 siblings, 0 replies; 13+ messages in thread
From: tim.orling @ 2026-05-31 0:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Tim Orling
From: Tim Orling <tim.orling@konsulko.com>
git shortlog:
Dmitry Shachnev (5):
python: Drop Python 2 support, require Python ≥ 3.3
python: Simplify code after dropping Python 2 support
python: Add a minimal pyproject.toml file
Stop excluding classifiers for Armenian and Yiddish
stemwords.py: Replace deprecated codecs.open() with built-in open()
Henry Schreiner (1):
Protect empty languages dict
Olly Betts (11):
python: Fix algorithms() when wrapping PyStemmer
python: Reduce overhead of forwarding to PyStemmer
stemwords.py: Make -i and -o optional
Python: Optimise string test
Avoid unnecessary cursor update in among helpers
Python: Change slice_check() to assert conditions
Python: Remove parentheses from assert
Update slice end after `delete` and `<-`
Python: Remove deprecated licence classifier
stemwords.py: Remove now-unused `import codecs`
Update for 3.1.0
For full comparison of changes, see [1].
[1] https://github.com/snowballstem/snowball/compare/v3.0.1...v3.1.0
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
.../python/python3-snowballstemmer_3.0.1.bb | 13 -------
.../python/python3-snowballstemmer_3.1.0.bb | 35 +++++++++++++++++++
2 files changed, 35 insertions(+), 13 deletions(-)
delete mode 100644 meta/recipes-devtools/python/python3-snowballstemmer_3.0.1.bb
create mode 100644 meta/recipes-devtools/python/python3-snowballstemmer_3.1.0.bb
diff --git a/meta/recipes-devtools/python/python3-snowballstemmer_3.0.1.bb b/meta/recipes-devtools/python/python3-snowballstemmer_3.0.1.bb
deleted file mode 100644
index 37cfbce7dc..0000000000
--- a/meta/recipes-devtools/python/python3-snowballstemmer_3.0.1.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-SUMMARY = "Snowball compiler and stemming algorithms"
-HOMEPAGE = "https://github.com/snowballstem/snowball"
-
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://COPYING;md5=19139aaf3c8c8fa1ca6edd59c072fb9f"
-
-SRC_URI[sha256sum] = "6d5eeeec8e9f84d4d56b847692bacf79bc2c8e90c7f80ca4444ff8b6f2e52895"
-
-PYPI_PACKAGE = "snowballstemmer"
-
-inherit pypi python_setuptools_build_meta
-
-BBCLASSEXTEND = "native nativesdk"
diff --git a/meta/recipes-devtools/python/python3-snowballstemmer_3.1.0.bb b/meta/recipes-devtools/python/python3-snowballstemmer_3.1.0.bb
new file mode 100644
index 0000000000..7eb862753f
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-snowballstemmer_3.1.0.bb
@@ -0,0 +1,35 @@
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- COPYING
+# +++ COPYING
+# @@ -1,7 +1,7 @@
+# Copyright (c) 2001, Dr Martin Porter
+# Copyright (c) 2004,2005, Richard Boulton
+# Copyright (c) 2013, Yoshiki Shibukawa
+# -Copyright (c) 2006,2007,2009,2010,2011,2014-2019, Olly Betts
+# +Copyright (c) 2006-2025, Olly Betts
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+#
+#
+
+SUMMARY = "Snowball compiler and stemming algorithms"
+HOMEPAGE = "https://github.com/snowballstem/snowball"
+
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://COPYING;md5=07c3b61d971c3df6e19ce439cfe1fb8c"
+
+SRC_URI[sha256sum] = "fd9e34526b23340cd23ffea6c9f9760974ecc2c2ac9e1d81401443ccdb2a801f"
+
+PYPI_PACKAGE = "snowballstemmer"
+
+inherit pypi python_setuptools_build_meta
+
+BBCLASSEXTEND = "native nativesdk"
--
2.43.0
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [PATCH 8/9] python3-wcwidth: upgrade 0.6.0 -> 0.7.0
2026-05-31 0:17 [PATCH 1/9] at-spi2-core: upgrade 2.60.3 -> 2.60.4 tim.orling
` (5 preceding siblings ...)
2026-05-31 0:17 ` [PATCH 7/9] python3-snowballstemmer: upgrade 3.0.1 -> 3.1.0 tim.orling
@ 2026-05-31 0:17 ` tim.orling
2026-05-31 0:31 ` Patchtest results for " patchtest
2026-05-31 0:17 ` [PATCH 9/9] python3-zipp: upgrade 3.23.1 -> 4.1.0 tim.orling
7 siblings, 1 reply; 13+ messages in thread
From: tim.orling @ 2026-05-31 0:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Tim Orling
From: Tim Orling <tim.orling@konsulko.com>
Changes [1]:
* New support for kitty text sizing protocol (OSC 66) in width() and
clip().
* New clip() parameter control_codes='parse', 'ignore', and 'strict'.
clip() is now able to clip OSC 8 hyperlinks and OSC 66 text sizing
sequences.
* Improved clip() and width() to support horizontal cursor sequences
(cub, cuf, hpa). Cursor-left (cub) or backspace (\b) now overwrites
text. column_address (hpa) and carriage return (\r) are now parsed,
and more values conditionally raise ValueError when
control_codes='strict'.
PR's:
* Remove docs, add utils by @jquast in #209
* Bump requests from 2.32.5 to 2.33.0 in /docs by @dependabot[bot] in
#210
* Bump pygments from 2.19.2 to 2.20.0 in /docs by @dependabot[bot] in
#212
* dependabot nonsense by @jquast in #215
* Expand terminal escape sequence for three more ECMA-48 "families" by
@jquast in #214
* Improve clip() and width() with hyperlinks and overtyping by @jquast
in #216
* Improve width() and clip() with kitty Text Sizing Protocol by @jquast
in #213
For a full comparison of changes, see [2].
[1] https://github.com/jquast/wcwidth/releases/tag/0.7.0
[2] https://github.com/jquast/wcwidth/compare/0.6.0...0.7.0
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
.../{python3-wcwidth_0.6.0.bb => python3-wcwidth_0.7.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-wcwidth_0.6.0.bb => python3-wcwidth_0.7.0.bb} (84%)
diff --git a/meta/recipes-devtools/python/python3-wcwidth_0.6.0.bb b/meta/recipes-devtools/python/python3-wcwidth_0.7.0.bb
similarity index 84%
rename from meta/recipes-devtools/python/python3-wcwidth_0.6.0.bb
rename to meta/recipes-devtools/python/python3-wcwidth_0.7.0.bb
index 874b30b7dd..cd5e40b080 100644
--- a/meta/recipes-devtools/python/python3-wcwidth_0.6.0.bb
+++ b/meta/recipes-devtools/python/python3-wcwidth_0.7.0.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/jquast/wcwidth"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b15979c39a2543892fca8cd86b4b52cb"
-SRC_URI[sha256sum] = "cdc4e4262d6ef9a1a57e018384cbeb1208d8abbc64176027e2c2455c81313159"
+SRC_URI[sha256sum] = "90e3a7ea092341c44b99562e75d09e4d5160fe7a3974c6fb842a101a95e7eed0"
inherit pypi python_hatchling ptest-python-pytest
--
2.43.0
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [PATCH 9/9] python3-zipp: upgrade 3.23.1 -> 4.1.0
2026-05-31 0:17 [PATCH 1/9] at-spi2-core: upgrade 2.60.3 -> 2.60.4 tim.orling
` (6 preceding siblings ...)
2026-05-31 0:17 ` [PATCH 8/9] python3-wcwidth: upgrade 0.6.0 -> 0.7.0 tim.orling
@ 2026-05-31 0:17 ` tim.orling
7 siblings, 0 replies; 13+ messages in thread
From: tim.orling @ 2026-05-31 0:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Tim Orling
From: Tim Orling <tim.orling@konsulko.com>
v4.1.0 [1]
Features:
* Path.iterdir now raises NotADirectoryError (formerly ValueError) when
call on something that's not a directory. (#154)
v4.0.0 [2]
Deprecations and Removals:
* Drop workaround for stacklevel bug on older PyPy releases. (#149)
For a full comparison of changes, see [3].
[1] https://github.com/jaraco/zipp/blob/v4.1.0/NEWS.rst#v410
[2] https://github.com/jaraco/zipp/blob/v4.1.0/NEWS.rst#v400
[3] https://github.com/jaraco/zipp/compare/v3.23.1...v4.1.0
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
.../python/{python3-zipp_3.23.1.bb => python3-zipp_4.1.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-zipp_3.23.1.bb => python3-zipp_4.1.0.bb} (83%)
diff --git a/meta/recipes-devtools/python/python3-zipp_3.23.1.bb b/meta/recipes-devtools/python/python3-zipp_4.1.0.bb
similarity index 83%
rename from meta/recipes-devtools/python/python3-zipp_3.23.1.bb
rename to meta/recipes-devtools/python/python3-zipp_4.1.0.bb
index 45b83bf347..ca3f1250c3 100644
--- a/meta/recipes-devtools/python/python3-zipp_3.23.1.bb
+++ b/meta/recipes-devtools/python/python3-zipp_4.1.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/jaraco/zipp"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2e21c3f75eb8d9427c8a611a8e83e9d6"
-SRC_URI[sha256sum] = "32120e378d32cd9714ad503c1d024619063ec28aad2248dc6672ad13edfa5110"
+SRC_URI[sha256sum] = "4cb57381f544315db7688e976e922a2b18cdb513d21cc194eb42232ba2a3e602"
DEPENDS += "python3-setuptools-scm-native python3-coherent-licensed-native"
--
2.43.0
^ permalink raw reply related [flat|nested] 13+ messages in thread
* Patchtest results for [PATCH 5/9] python3-pytz: upgrade 2026.1 -> 2026.2
2026-05-31 0:17 ` [PATCH 5/9] python3-pytz: upgrade 2026.1 -> 2026.2 tim.orling
@ 2026-05-31 0:31 ` patchtest
0 siblings, 0 replies; 13+ messages in thread
From: patchtest @ 2026-05-31 0:31 UTC (permalink / raw)
To: tim.orling; +Cc: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 2236 bytes --]
Thank you for your submission. Patchtest identified one
or more issues with the patch. Please see the log below for
more information:
---
Testing patch /home/patchtest/share/mboxes/5-9-python3-pytz-upgrade-2026.1---2026.2.patch
FAIL: test commit message user tags: Mbox includes one or more GitHub-style username tags. Ensure that any "@" symbols are stripped out of usernames (test_mbox.TestMbox.test_commit_message_user_tags)
PASS: test Signed-off-by presence (test_mbox.TestMbox.test_signed_off_by_presence)
PASS: test author valid (test_mbox.TestMbox.test_author_valid)
PASS: test commit message presence (test_mbox.TestMbox.test_commit_message_presence)
PASS: test mbox format (test_mbox.TestMbox.test_mbox_format)
PASS: test non-AUH upgrade (test_mbox.TestMbox.test_non_auh_upgrade)
PASS: test shortlog format (test_mbox.TestMbox.test_shortlog_format)
PASS: test shortlog length (test_mbox.TestMbox.test_shortlog_length)
PASS: test target mailing list (test_mbox.TestMbox.test_target_mailing_list)
SKIP: pretest pylint: No python related patches, skipping test (test_python_pylint.PyLint.pretest_pylint)
SKIP: test CVE tag format: No new CVE patches introduced (test_patch.TestPatch.test_cve_tag_format)
SKIP: test Signed-off-by presence: No new CVE patches introduced (test_patch.TestPatch.test_signed_off_by_presence)
SKIP: test Upstream-Status presence: No new CVE patches introduced (test_patch.TestPatch.test_upstream_status_presence_format)
SKIP: test bugzilla entry format: No bug ID found (test_mbox.TestMbox.test_bugzilla_entry_format)
SKIP: test pylint: No python related patches, skipping test (test_python_pylint.PyLint.test_pylint)
SKIP: test series merge on head: Merge test is disabled for now (test_mbox.TestMbox.test_series_merge_on_head)
---
Please address the issues identified and
submit a new revision of the patch, or alternatively, reply to this
email with an explanation of why the patch should be accepted. If you
believe these results are due to an error in patchtest, please submit a
bug at https://bugzilla.yoctoproject.org/ (use the 'Patchtest' category
under 'Yocto Project Subprojects'). For more information on specific
failures, see: https://wiki.yoctoproject.org/wiki/Patchtest. Thank
you!
^ permalink raw reply [flat|nested] 13+ messages in thread
* Patchtest results for [PATCH 8/9] python3-wcwidth: upgrade 0.6.0 -> 0.7.0
2026-05-31 0:17 ` [PATCH 8/9] python3-wcwidth: upgrade 0.6.0 -> 0.7.0 tim.orling
@ 2026-05-31 0:31 ` patchtest
0 siblings, 0 replies; 13+ messages in thread
From: patchtest @ 2026-05-31 0:31 UTC (permalink / raw)
To: tim.orling; +Cc: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 2237 bytes --]
Thank you for your submission. Patchtest identified one
or more issues with the patch. Please see the log below for
more information:
---
Testing patch /home/patchtest/share/mboxes/8-9-python3-wcwidth-upgrade-0.6.0---0.7.0.patch
FAIL: test commit message user tags: Mbox includes one or more GitHub-style username tags. Ensure that any "@" symbols are stripped out of usernames (test_mbox.TestMbox.test_commit_message_user_tags)
PASS: test Signed-off-by presence (test_mbox.TestMbox.test_signed_off_by_presence)
PASS: test author valid (test_mbox.TestMbox.test_author_valid)
PASS: test commit message presence (test_mbox.TestMbox.test_commit_message_presence)
PASS: test mbox format (test_mbox.TestMbox.test_mbox_format)
PASS: test non-AUH upgrade (test_mbox.TestMbox.test_non_auh_upgrade)
PASS: test shortlog format (test_mbox.TestMbox.test_shortlog_format)
PASS: test shortlog length (test_mbox.TestMbox.test_shortlog_length)
PASS: test target mailing list (test_mbox.TestMbox.test_target_mailing_list)
SKIP: pretest pylint: No python related patches, skipping test (test_python_pylint.PyLint.pretest_pylint)
SKIP: test CVE tag format: No new CVE patches introduced (test_patch.TestPatch.test_cve_tag_format)
SKIP: test Signed-off-by presence: No new CVE patches introduced (test_patch.TestPatch.test_signed_off_by_presence)
SKIP: test Upstream-Status presence: No new CVE patches introduced (test_patch.TestPatch.test_upstream_status_presence_format)
SKIP: test bugzilla entry format: No bug ID found (test_mbox.TestMbox.test_bugzilla_entry_format)
SKIP: test pylint: No python related patches, skipping test (test_python_pylint.PyLint.test_pylint)
SKIP: test series merge on head: Merge test is disabled for now (test_mbox.TestMbox.test_series_merge_on_head)
---
Please address the issues identified and
submit a new revision of the patch, or alternatively, reply to this
email with an explanation of why the patch should be accepted. If you
believe these results are due to an error in patchtest, please submit a
bug at https://bugzilla.yoctoproject.org/ (use the 'Patchtest' category
under 'Yocto Project Subprojects'). For more information on specific
failures, see: https://wiki.yoctoproject.org/wiki/Patchtest. Thank
you!
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [OE-core] [PATCH 3/9] python3-packaging: upgrade 26.0 -> 26.2
2026-05-31 0:17 ` [PATCH 3/9] python3-packaging: upgrade 26.0 -> 26.2 tim.orling
@ 2026-05-31 17:30 ` Mathieu Dubois-Briand
2026-05-31 20:09 ` [PATCH] " tim.orling
1 sibling, 0 replies; 13+ messages in thread
From: Mathieu Dubois-Briand @ 2026-05-31 17:30 UTC (permalink / raw)
To: tim.orling, openembedded-core
On Sun May 31, 2026 at 2:17 AM CEST, Tim Orling via lists.openembedded.org wrote:
> From: Tim Orling <tim.orling@konsulko.com>
>
> 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 <tim.orling@konsulko.com>
> ---
Hi Tim,
Thanks for the upgrade.
We get a ptest failure on python3-packaging:
Failed ptests:
{'python3-packaging': 'START: ptest-runner\n'
'2026-05-31T14:34\n'
'\n'
'ImportError while importing test module '
"'/usr/lib/python3-packaging/ptest/tests/property/test_specifier_comparison.py'.\n"
'Hint: make sure your test modules/packages have valid '
'Python names.\n'
'Traceback:\n'
'../../python3.14/importlib/__init__.py:88: in '
'import_module\n'
' return _bootstrap._gcd_import(name[level:], '
'package, level)\n'
' '
'^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n'
'tests/property/test_specifier_comparison.py:8: in '
'<module>\n'
' from hypothesis import assume, given\n'
"E ModuleNotFoundError: No module named 'hypothesis'\n"
https://autobuilder.yoctoproject.org/valkyrie/#/builders/56/builds/1658
https://autobuilder.yoctoproject.org/valkyrie/#/builders/61/builds/3723
https://autobuilder.yoctoproject.org/valkyrie/#/builders/73/builds/3741
https://autobuilder.yoctoproject.org/valkyrie/#/builders/109/builds/472
https://autobuilder.yoctoproject.org/valkyrie/#/builders/110/builds/456
Can you have look at the issue?
Thanks,
Mathieu
--
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH] python3-packaging: upgrade 26.0 -> 26.2
2026-05-31 0:17 ` [PATCH 3/9] python3-packaging: upgrade 26.0 -> 26.2 tim.orling
2026-05-31 17:30 ` [OE-core] " Mathieu Dubois-Briand
@ 2026-05-31 20:09 ` tim.orling
1 sibling, 0 replies; 13+ messages in thread
From: tim.orling @ 2026-05-31 20:09 UTC (permalink / raw)
To: openembedded-core; +Cc: Tim Orling
From: Tim Orling <tim.orling@konsulko.com>
* Add python3-hypothesis to ptest REDEPENDS
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 <tim.orling@konsulko.com>
---
Changes in v2:
Add python3-hyptothesis to ptest RDEPENDS
All tests pass
Testsuite summary
# TOTAL: 61782
# PASS: 61782
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
DURATION: 259
END: /usr/lib/python3-packaging/ptest
2026-05-31T20:09
STOP: ptest-runner
TOTAL: 1 FAIL: 0
.../{python3-packaging_26.0.bb => python3-packaging_26.2.bb} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-packaging_26.0.bb => python3-packaging_26.2.bb} (92%)
diff --git a/meta/recipes-devtools/python/python3-packaging_26.0.bb b/meta/recipes-devtools/python/python3-packaging_26.2.bb
similarity index 92%
rename from meta/recipes-devtools/python/python3-packaging_26.0.bb
rename to meta/recipes-devtools/python/python3-packaging_26.2.bb
index ff45cb5133..eadd70602a 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"
@@ -32,6 +32,7 @@ do_install_ptest() {
RDEPENDS:${PN}-ptest = "\
python3-ctypes \
+ python3-hypothesis \
python3-pretend \
python3-pytest \
python3-unittest-automake-output \
--
2.43.0
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2026-05-31 20:11 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-31 0:17 [PATCH 1/9] at-spi2-core: upgrade 2.60.3 -> 2.60.4 tim.orling
2026-05-31 0:17 ` [PATCH 2/9] python3-certifi: upgrade 2026.4.22 -> 2026.5.20 tim.orling
2026-05-31 0:17 ` [PATCH 3/9] python3-packaging: upgrade 26.0 -> 26.2 tim.orling
2026-05-31 17:30 ` [OE-core] " Mathieu Dubois-Briand
2026-05-31 20:09 ` [PATCH] " tim.orling
2026-05-31 0:17 ` [PATCH 4/9] python3-poetry-core: upgrade 2.3.2 -> 2.4.1 tim.orling
2026-05-31 0:17 ` [PATCH 5/9] python3-pytz: upgrade 2026.1 -> 2026.2 tim.orling
2026-05-31 0:31 ` Patchtest results for " patchtest
2026-05-31 0:17 ` [PATCH 6/9] python3-rpds-py: upgrade 0.30.0 -> 2026.5.1 tim.orling
2026-05-31 0:17 ` [PATCH 7/9] python3-snowballstemmer: upgrade 3.0.1 -> 3.1.0 tim.orling
2026-05-31 0:17 ` [PATCH 8/9] python3-wcwidth: upgrade 0.6.0 -> 0.7.0 tim.orling
2026-05-31 0:31 ` Patchtest results for " patchtest
2026-05-31 0:17 ` [PATCH 9/9] python3-zipp: upgrade 3.23.1 -> 4.1.0 tim.orling
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.