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/recipes-devtools/python/python3-elementpath_4.6.0.bb | |
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/recipes-devtools/python/python3-elementpath_4.6.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-elementpath_4.6.0.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-elementpath_4.6.0.bb b/meta-python/recipes-devtools/python/python3-elementpath_4.6.0.bb new file mode 100644 index 0000000000..e4bb375a6f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-elementpath_4.6.0.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | 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." | ||
2 | HOMEPAGE = "https://github.com/sissaschool/elementpath" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5dbb7fb7d72da3921202dd7b995d3ecf" | ||
5 | |||
6 | SRC_URI[sha256sum] = "ba46bf07f66774927727ade55022b6c435fac06b2523cb3cd7689a1884d33468" | ||
7 | |||
8 | PYPI_PACKAGE = "elementpath" | ||
9 | inherit pypi setuptools3 | ||
10 | |||
11 | RDEPENDS:${PN} += " \ | ||
12 | python3-xml \ | ||
13 | python3-core \ | ||
14 | python3-numbers \ | ||
15 | python3-datetime \ | ||
16 | python3-stringold \ | ||
17 | " | ||
18 | |||
19 | BBCLASSEXTEND = "native nativesdk" | ||