* [PATCH 1/3] python3-lxml: upgrading to 6.0.1
@ 2025-09-03 3:03 Khem Raj
2025-09-03 3:03 ` [PATCH 2/3] python3-pdm: Update 2.25.4 -> 2.25.9 Khem Raj
2025-09-03 3:03 ` [PATCH 3/3] bindgen-cli: Upgrade to 0.72.1 Khem Raj
0 siblings, 2 replies; 3+ messages in thread
From: Khem Raj @ 2025-09-03 3:03 UTC (permalink / raw)
To: openembedded-core; +Cc: Khem Raj
Bugs fixed
LP#2116333: lxml.sax._getNsTag() could fail with an exception on malformed input.
GH#467: Some test adaptations were made for libxml2 2.15. Patch by Nick Wellnhofer.
LP2119510, GH#473: A Python compatibility test was fixed for Python 3.14+. Patch by Lumír Balhar.
GH#471: Wheels for “riscv64” on recent Python versions were added. Patch by ffgan.
GH#469: The wheel build no longer requires the wheel package unconditionally. Patch by Miro Hrončok.
Binary wheels use the library version libxml2 2.14.5.
Windows binary wheels continue to use a security patched library version libxml2 2.11.9.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
.../python/{python3-lxml_6.0.0.bb => python3-lxml_6.0.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-lxml_6.0.0.bb => python3-lxml_6.0.1.bb} (95%)
diff --git a/meta/recipes-devtools/python/python3-lxml_6.0.0.bb b/meta/recipes-devtools/python/python3-lxml_6.0.1.bb
similarity index 95%
rename from meta/recipes-devtools/python/python3-lxml_6.0.0.bb
rename to meta/recipes-devtools/python/python3-lxml_6.0.1.bb
index 56f5664c9b2..5d76641675c 100644
--- a/meta/recipes-devtools/python/python3-lxml_6.0.0.bb
+++ b/meta/recipes-devtools/python/python3-lxml_6.0.1.bb
@@ -18,7 +18,7 @@ LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \
DEPENDS += "libxml2 libxslt"
-SRC_URI[sha256sum] = "032e65120339d44cdc3efc326c9f660f5f7205f3a535c1fdbf898b29ea01fb72"
+SRC_URI[sha256sum] = "2b3a882ebf27dd026df3801a87cf49ff791336e0f94b0fad195db77e01240690"
SRC_URI += "${PYPI_SRC_URI}"
inherit pkgconfig pypi setuptools3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 2/3] python3-pdm: Update 2.25.4 -> 2.25.9
2025-09-03 3:03 [PATCH 1/3] python3-lxml: upgrading to 6.0.1 Khem Raj
@ 2025-09-03 3:03 ` Khem Raj
2025-09-03 3:03 ` [PATCH 3/3] bindgen-cli: Upgrade to 0.72.1 Khem Raj
1 sibling, 0 replies; 3+ messages in thread
From: Khem Raj @ 2025-09-03 3:03 UTC (permalink / raw)
To: openembedded-core; +Cc: Khem Raj
- Add site-packages path to pdm info and print interpreter URL in
pdm python install -v.
- Support explicit free-threaded Python selection via version suffix t.
- Multiple lockfile/pylock improvements and hash handling fixes.
- Windows path resolution fixes for uv; CLI help formatting preserved.
- Dependencies: require packaging>22.0; bump truststore to 0.10.4.
- Misc: fix AI coding fast apply error
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
.../python/{python3-pdm_2.25.4.bb => python3-pdm_2.25.9.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-pdm_2.25.4.bb => python3-pdm_2.25.9.bb} (80%)
diff --git a/meta/recipes-devtools/python/python3-pdm_2.25.4.bb b/meta/recipes-devtools/python/python3-pdm_2.25.9.bb
similarity index 80%
rename from meta/recipes-devtools/python/python3-pdm_2.25.4.bb
rename to meta/recipes-devtools/python/python3-pdm_2.25.9.bb
index da77ed8f6c6..6938edb82f4 100644
--- a/meta/recipes-devtools/python/python3-pdm_2.25.4.bb
+++ b/meta/recipes-devtools/python/python3-pdm_2.25.9.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
SECTION = "devel/python"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2"
-SRC_URI[sha256sum] = "bd655d789429928d6e27ff6693c19c82bc81aa75ba51d7b1c6102d039c8f211c"
+SRC_URI[sha256sum] = "fb5fcd561986db1d83255d01e97e2e16f80debf743934d891a62ff2933ccc80c"
inherit pypi python_pdm
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 3/3] bindgen-cli: Upgrade to 0.72.1
2025-09-03 3:03 [PATCH 1/3] python3-lxml: upgrading to 6.0.1 Khem Raj
2025-09-03 3:03 ` [PATCH 2/3] python3-pdm: Update 2.25.4 -> 2.25.9 Khem Raj
@ 2025-09-03 3:03 ` Khem Raj
1 sibling, 0 replies; 3+ messages in thread
From: Khem Raj @ 2025-09-03 3:03 UTC (permalink / raw)
To: openembedded-core; +Cc: Khem Raj
Fixed bugs
- Apply a fix for a breaking change in Clang (see issue #3264 and related).
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
.../{bindgen-cli_0.72.0.bb => bindgen-cli_0.72.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/bindgen-cli/{bindgen-cli_0.72.0.bb => bindgen-cli_0.72.1.bb} (91%)
diff --git a/meta/recipes-devtools/bindgen-cli/bindgen-cli_0.72.0.bb b/meta/recipes-devtools/bindgen-cli/bindgen-cli_0.72.1.bb
similarity index 91%
rename from meta/recipes-devtools/bindgen-cli/bindgen-cli_0.72.0.bb
rename to meta/recipes-devtools/bindgen-cli/bindgen-cli_0.72.1.bb
index b95faeabc0c..2f3ec04e822 100644
--- a/meta/recipes-devtools/bindgen-cli/bindgen-cli_0.72.0.bb
+++ b/meta/recipes-devtools/bindgen-cli/bindgen-cli_0.72.1.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0b9a98cb3dcdefcceb145324693fda9b"
inherit rust cargo cargo-update-recipe-crates
SRC_URI += "git://github.com/rust-lang/rust-bindgen.git;protocol=https;nobranch=1;tag=v${PV}"
-SRCREV = "d0e7d6b5b763e93dd38f9ece05230979ede95a0a"
+SRCREV = "d874de8d646d9b8a3e7ba2db2bcd52f2fba8f1f5"
require ${BPN}-crates.inc
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-09-03 3:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-03 3:03 [PATCH 1/3] python3-lxml: upgrading to 6.0.1 Khem Raj
2025-09-03 3:03 ` [PATCH 2/3] python3-pdm: Update 2.25.4 -> 2.25.9 Khem Raj
2025-09-03 3:03 ` [PATCH 3/3] bindgen-cli: Upgrade to 0.72.1 Khem Raj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).