From 2774a0b9b0610350d2b7e00e1d2e4ee4e37bbb38 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 28 Jul 2022 10:14:24 +0800 Subject: python3-elementpath: upgrade 2.5.3 -> 3.0.1 Changelog: ========== Fix of descendant path operator (issue #51) Add support for Python 3.11 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-elementpath_2.5.3.bb | 15 --------------- .../recipes-devtools/python/python3-elementpath_3.0.1.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-elementpath_2.5.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-elementpath_3.0.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-elementpath_2.5.3.bb b/meta-python/recipes-devtools/python/python3-elementpath_2.5.3.bb deleted file mode 100644 index 22f5aa099b..0000000000 --- a/meta-python/recipes-devtools/python/python3-elementpath_2.5.3.bb +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "Provide XPath 1.0 and 2.0 selectors for Python's ElementTree XML data structures, both for the standard ElementTree library and for the lxml.etree library." -HOMEPAGE = "https://github.com/sissaschool/elementpath" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=5dbb7fb7d72da3921202dd7b995d3ecf" - -SRC_URI[sha256sum] = "b8aeb6f27dddc10fb9201b62090628a846cbae8577f3544cb1075fa38d0817f6" - -PYPI_PACKAGE = "elementpath" -inherit pypi setuptools3 - -RDEPENDS:${PN} += " \ - ${PYTHON_PN}-xml \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-elementpath_3.0.1.bb b/meta-python/recipes-devtools/python/python3-elementpath_3.0.1.bb new file mode 100644 index 0000000000..13468ebfff --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-elementpath_3.0.1.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Provide XPath 1.0 and 2.0 selectors for Python's ElementTree XML data structures, both for the standard ElementTree library and for the lxml.etree library." +HOMEPAGE = "https://github.com/sissaschool/elementpath" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=5dbb7fb7d72da3921202dd7b995d3ecf" + +SRC_URI[sha256sum] = "a75eed5aad3dad92ba577b1f3a268d8c3c98ceeda91cb8abae4269e920e7c8f6" + +PYPI_PACKAGE = "elementpath" +inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + ${PYTHON_PN}-xml \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf