From: Wang Mingyu Date: Mon, 30 Jun 2025 09:13:07 +0000 (+0800) Subject: python3-lxml: upgrade 5.4.0 -> 6.0.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c96f8b1a8f5134def0f765bc1320771c6140cccd;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-lxml: upgrade 5.4.0 -> 6.0.0 Signed-off-by: Wang Mingyu Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-lxml_5.4.0.bb b/meta/recipes-devtools/python/python3-lxml_6.0.0.bb similarity index 95% rename from meta/recipes-devtools/python/python3-lxml_5.4.0.bb rename to meta/recipes-devtools/python/python3-lxml_6.0.0.bb index 126fbe99b4..56f5664c9b 100644 --- a/meta/recipes-devtools/python/python3-lxml_5.4.0.bb +++ b/meta/recipes-devtools/python/python3-lxml_6.0.0.bb @@ -18,7 +18,7 @@ LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \ DEPENDS += "libxml2 libxslt" -SRC_URI[sha256sum] = "d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd" +SRC_URI[sha256sum] = "032e65120339d44cdc3efc326c9f660f5f7205f3a535c1fdbf898b29ea01fb72" SRC_URI += "${PYPI_SRC_URI}" inherit pkgconfig pypi setuptools3