diff mbox series

[5/7] python3-lxml: upgrade 6.1.1 -> 6.1.2

Message ID 20260821090959.3859632-5-richard.purdie@linuxfoundation.org
State New
Headers show
Series [1/7] libcap-ng: upgrade 0.9.3 -> 0.9.5 | expand

Commit Message

Richard Purdie Aug. 21, 2026, 9:09 a.m. UTC
Bugs fixed

    GH#526: Some build files were missing in the sdist. Patch by Nicola Soranzo.
    Some minor corrections for error handling cases.

Other changes

    Built with Cython 3.2.9.

License-Update: New code using PSF-2.0 is documented but the license is already listed. Also
binary wheel related licenses are documented which we don't use.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../python/{python3-lxml_6.1.1.bb => python3-lxml_6.1.2.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-lxml_6.1.1.bb => python3-lxml_6.1.2.bb} (92%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-lxml_6.1.1.bb b/meta/recipes-devtools/python/python3-lxml_6.1.2.bb
similarity index 92%
rename from meta/recipes-devtools/python/python3-lxml_6.1.1.bb
rename to meta/recipes-devtools/python/python3-lxml_6.1.2.bb
index 4ca7f08b39c..13e33d14fc1 100644
--- a/meta/recipes-devtools/python/python3-lxml_6.1.1.bb
+++ b/meta/recipes-devtools/python/python3-lxml_6.1.2.bb
@@ -7,7 +7,7 @@  C14N and much more."
 HOMEPAGE = "https://lxml.de/"
 SECTION = "devel/python"
 LICENSE = "BSD-3-Clause AND GPL-2.0-only AND MIT AND PSF-2.0"
-LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \
+LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=d1118b9913749904166e8726c5331c11 \
                     file://doc/licenses/elementtree.txt;md5=eb34d036a6e3d56314ee49a6852ac891 \
                     file://doc/licenses/BSD.txt;md5=700a1fc17f4797d4f2d34970c8ee694b \
                     file://doc/licenses/GPL.txt;md5=94d55d512a9ba36caa9b7df079bae19f \
@@ -18,7 +18,7 @@  LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \
 
 DEPENDS += "libxml2 libxslt"
 
-SRC_URI[sha256sum] = "ba96ae44888e0185281e937633a743ea90d5a196c6000f82565ebb0580012d40"
+SRC_URI[sha256sum] = "1055241852f2b02068af4a625a5d32c087db193c12251928af2562ecd2239f18"
 
 SRC_URI += "${PYPI_SRC_URI}"
 inherit pkgconfig pypi setuptools3