From c49a022759eb55b8f49e2cf33bee0e146866e53d Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Thu, 9 Jun 2022 15:16:18 +0800 Subject: [PATCH] python3-lxml: upgrade 4.8.0 -> 4.9.0 Changelog: ========= Bugs fixed ---------- * GH#341: The mixin inheritance order in ''lxml.html'' was corrected. Patch by xmo-odoo. Other changes ------------- * Built with Cython 0.29.30 to adapt to changes in Python 3.11 and 3.12. * Wheels include zlib 1.2.12, libxml2 2.9.14 and libxslt 1.1.35 (libxml2 2.9.12+ and libxslt 1.1.34 on Windows). * GH#343: Windows-AArch64 build support in Visual Studio. Patch by Steve Dower. Signed-off-by: Xu Huan Signed-off-by: Khem Raj --- .../python/{python3-lxml_4.8.0.bb => python3-lxml_4.9.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-lxml_4.8.0.bb => python3-lxml_4.9.0.bb} (95%) diff --git a/meta-python/recipes-devtools/python/python3-lxml_4.8.0.bb b/meta-python/recipes-devtools/python/python3-lxml_4.9.0.bb similarity index 95% rename from meta-python/recipes-devtools/python/python3-lxml_4.8.0.bb rename to meta-python/recipes-devtools/python/python3-lxml_4.9.0.bb index c4d4df383..74c5e480a 100644 --- a/meta-python/recipes-devtools/python/python3-lxml_4.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-lxml_4.9.0.bb @@ -18,7 +18,7 @@ LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \ DEPENDS += "libxml2 libxslt" -SRC_URI[sha256sum] = "f63f62fc60e6228a4ca9abae28228f35e1bd3ce675013d1dfb828688d50c6e23" +SRC_URI[sha256sum] = "520461c36727268a989790aef08884347cd41f2d8ae855489ccf40b50321d8d7" SRC_URI += "${PYPI_SRC_URI}" inherit pkgconfig pypi setuptools3