summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-07-28 10:14:24 +0800
committerKhem Raj <raj.khem@gmail.com>2022-07-27 21:21:43 -0700
commit2774a0b9b0610350d2b7e00e1d2e4ee4e37bbb38 (patch)
tree9ab2b0680f131d3b6ece6ea4fc3c348d3a464051
parent2ffdc8e998c20153134c7269ef3e95d9d6ed0121 (diff)
downloadmeta-openembedded-2774a0b9b0610350d2b7e00e1d2e4ee4e37bbb38.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-elementpath_3.0.1.bb (renamed from meta-python/recipes-devtools/python/python3-elementpath_2.5.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-elementpath_2.5.3.bb b/meta-python/recipes-devtools/python/python3-elementpath_3.0.1.bb
index 22f5aa099..13468ebff 100644
--- a/meta-python/recipes-devtools/python/python3-elementpath_2.5.3.bb
+++ b/meta-python/recipes-devtools/python/python3-elementpath_3.0.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/sissaschool/elementpath"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=5dbb7fb7d72da3921202dd7b995d3ecf" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=5dbb7fb7d72da3921202dd7b995d3ecf"
5 5
6SRC_URI[sha256sum] = "b8aeb6f27dddc10fb9201b62090628a846cbae8577f3544cb1075fa38d0817f6" 6SRC_URI[sha256sum] = "a75eed5aad3dad92ba577b1f3a268d8c3c98ceeda91cb8abae4269e920e7c8f6"
7 7
8PYPI_PACKAGE = "elementpath" 8PYPI_PACKAGE = "elementpath"
9inherit pypi setuptools3 9inherit pypi setuptools3