diff mbox series

[3/3] python3-lxml: upgrade 6.1.2 -> 6.1.3

Message ID 20260903064403.3848874-3-richard.purdie@linuxfoundation.org
State Under Review
Headers show
Series [1/3] iproute2: upgrade 7.1.0 -> 7.2.0 | expand

Commit Message

Richard Purdie Sept. 3, 2026, 6:44 a.m. UTC
Bug fix:
    LP#2165901: External parameter entity parsing was allowed by default (with resolve_entities="internal").

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

Patch

diff --git a/meta/recipes-devtools/python/python3-lxml_6.1.2.bb b/meta/recipes-devtools/python/python3-lxml_6.1.3.bb
similarity index 95%
rename from meta/recipes-devtools/python/python3-lxml_6.1.2.bb
rename to meta/recipes-devtools/python/python3-lxml_6.1.3.bb
index a0162cab3ff..792d5df7889 100644
--- a/meta/recipes-devtools/python/python3-lxml_6.1.2.bb
+++ b/meta/recipes-devtools/python/python3-lxml_6.1.3.bb
@@ -18,7 +18,7 @@  LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=d1118b9913749904166e8726c5331c11 \
 
 DEPENDS += "libxml2 libxslt"
 
-SRC_URI[sha256sum] = "1055241852f2b02068af4a625a5d32c087db193c12251928af2562ecd2239f18"
+SRC_URI[sha256sum] = "45222d94ddd511536f3b2f7d9deae3b2339b4ce0f075f1ca25703b07cad9dd21"
 
 SRC_URI += "${PYPI_SRC_URI}"
 inherit pkgconfig pypi setuptools3