diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-12-24 17:26:14 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-12-24 08:23:08 -0800 |
commit | c2bc74aec5d6f2e8f1f949f17fb61fbba464689c (patch) | |
tree | e49bf2fccdc2bc6ab23033d1d464c48883bb99fb | |
parent | 7eafc62373202ad3132ff7b4eb8f90af70832e77 (diff) | |
download | meta-openembedded-c2bc74aec5d6f2e8f1f949f17fb61fbba464689c.tar.gz |
python3-elementpath: upgrade 4.6.0 -> 4.7.0
Changelog:
==========
- Fix fragment argument usage
- Fix constructors nud() to skip argument check with XP31+ arrow operator
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_4.7.0.bb (renamed from meta-python/recipes-devtools/python/python3-elementpath_4.6.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-elementpath_4.6.0.bb b/meta-python/recipes-devtools/python/python3-elementpath_4.7.0.bb index e4bb375a6f..2a9eb43b5e 100644 --- a/meta-python/recipes-devtools/python/python3-elementpath_4.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-elementpath_4.7.0.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/sissaschool/elementpath" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5dbb7fb7d72da3921202dd7b995d3ecf" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5dbb7fb7d72da3921202dd7b995d3ecf" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "ba46bf07f66774927727ade55022b6c435fac06b2523cb3cd7689a1884d33468" | 6 | SRC_URI[sha256sum] = "a2029dc8752fcfec49663d1ed1b412c6daf278c0c91938f50f63c4fe9ed1848e" |
7 | 7 | ||
8 | PYPI_PACKAGE = "elementpath" | 8 | PYPI_PACKAGE = "elementpath" |
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |