diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-11-06 14:30:34 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-11-05 22:45:19 -0800 |
commit | 65f097386b164cbf7afeeca8d4a27e0657cbd8cc (patch) | |
tree | 0e9c38370be8b36cfee5b04620f95516b4e58036 /meta-python | |
parent | 1ae0d486a00786bcceae46e67f88ae5980f88e0e (diff) | |
download | meta-openembedded-65f097386b164cbf7afeeca8d4a27e0657cbd8cc.tar.gz |
python3-elementpath: upgrade 4.5.0 -> 4.6.0
Changelog:
===========
- Fix XsdAttributeGroupProtocol
- Improve Unicode support with installable UnicodeData.txt versions
- Extend names disambiguation with a fix for issue
- Refactor tree builders to fix document position of tails
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-elementpath_4.6.0.bb (renamed from meta-python/recipes-devtools/python/python3-elementpath_4.5.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-elementpath_4.5.0.bb b/meta-python/recipes-devtools/python/python3-elementpath_4.6.0.bb index 937d968607..e4bb375a6f 100644 --- a/meta-python/recipes-devtools/python/python3-elementpath_4.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-elementpath_4.6.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] = "affdc8de95af1a4c10d1d2ed79c6fa56b59c26c7fce64b73497569e9dea46998" | 6 | SRC_URI[sha256sum] = "ba46bf07f66774927727ade55022b6c435fac06b2523cb3cd7689a1884d33468" |
7 | 7 | ||
8 | PYPI_PACKAGE = "elementpath" | 8 | PYPI_PACKAGE = "elementpath" |
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |