summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-elementpath_5.1.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-12-29 17:29:32 +0800
committerKhem Raj <raj.khem@gmail.com>2025-12-29 09:28:52 -0800
commitf4694765045b5c7a1e18b09dee8ab09231c54c04 (patch)
tree0a5b04f4b99e2d4354ac7aba330ce655f36c2629 /meta-python/recipes-devtools/python/python3-elementpath_5.1.0.bb
parent12502c4aa4daf88c5522155b11cfde43decb1810 (diff)
downloadmeta-openembedded-f4694765045b5c7a1e18b09dee8ab09231c54c04.tar.gz
python3-elementpath: upgrade 5.0.4 -> 5.1.0
License-Update: Copyright year updated to 2025. Changelog: =========== - Drop Python 3.9 compatibility and add Pyton 3.15 support - Improve XPath sequence internal processing with a list derived type xlist - Extensions and fixes for XSD datatypes - Add XSequence datatype for external representation of XPath sequences 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_5.1.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-elementpath_5.1.0.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-elementpath_5.1.0.bb b/meta-python/recipes-devtools/python/python3-elementpath_5.1.0.bb
new file mode 100644
index 0000000000..06bfa2cf1b
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-elementpath_5.1.0.bb
@@ -0,0 +1,20 @@
1DESCRIPTION = "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."
2HOMEPAGE = "https://github.com/sissaschool/elementpath"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=9291d2ba8ccce92cf704b173e0dca725"
5
6SRC_URI[sha256sum] = "61618f64686ce73cf6f191b17298e2568e9a1763b125fc7f2cb796ad0eacfd1e"
7
8PYPI_PACKAGE = "elementpath"
9
10inherit pypi python_setuptools_build_meta
11
12RDEPENDS:${PN} += " \
13 python3-xml \
14 python3-core \
15 python3-numbers \
16 python3-datetime \
17 python3-stringold \
18"
19
20BBCLASSEXTEND = "native nativesdk"