From: Khem Raj Date: Sun, 16 Feb 2025 03:10:50 +0000 (-0800) Subject: python3-lxml: upgrade 5.3.0 -> 5.3.1 X-Git-Tag: yocto-5.2~479 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4572eee91b73e0a0b50c8537a4ea6ebad1476b66;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-lxml: upgrade 5.3.0 -> 5.3.1 Signed-off-by: Khem Raj Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-lxml_5.3.0.bb b/meta/recipes-devtools/python/python3-lxml_5.3.1.bb similarity index 95% rename from meta/recipes-devtools/python/python3-lxml_5.3.0.bb rename to meta/recipes-devtools/python/python3-lxml_5.3.1.bb index 4c9c22e5c40..8a3ec862f71 100644 --- a/meta/recipes-devtools/python/python3-lxml_5.3.0.bb +++ b/meta/recipes-devtools/python/python3-lxml_5.3.1.bb @@ -18,7 +18,7 @@ LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \ DEPENDS += "libxml2 libxslt" -SRC_URI[sha256sum] = "4e109ca30d1edec1ac60cdbe341905dc3b8f55b16855e03a54aaf59e51ec8c6f" +SRC_URI[sha256sum] = "106b7b5d2977b339f1e97efe2778e2ab20e99994cbb0ec5e55771ed0795920c8" SRC_URI += "${PYPI_SRC_URI}" inherit pkgconfig pypi setuptools3