summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-08-01 15:41:42 +0800
committerKhem Raj <raj.khem@gmail.com>2023-08-01 08:46:48 -0700
commit379fbedd86528f8a8c4bb4be38def223c4c65423 (patch)
tree4d8422e11bbf4dd136ce6cd21ffd88cea4f0bb78 /meta-python
parent2a5f5aeac97abdf068874e9c2ebf5f8141a84d72 (diff)
downloadmeta-openembedded-379fbedd86528f8a8c4bb4be38def223c4c65423.tar.gz
python3-elementpath: upgrade 4.1.4 -> 4.1.5
Changelog: Fix typed value of ElementNode() if self.elem.text is None 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.1.5.bb (renamed from meta-python/recipes-devtools/python/python3-elementpath_4.1.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-elementpath_4.1.4.bb b/meta-python/recipes-devtools/python/python3-elementpath_4.1.5.bb
index 60c54f0193..7b6aad7c98 100644
--- a/meta-python/recipes-devtools/python/python3-elementpath_4.1.4.bb
+++ b/meta-python/recipes-devtools/python/python3-elementpath_4.1.5.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] = "f991c42ff66fa06e219141ccf65890261e6635b448e7d4c2d8b62dc5bf1de9e8" 6SRC_URI[sha256sum] = "c2d6dc524b29ef751ecfc416b0627668119d8812441c555d7471da41d4bacb8d"
7 7
8PYPI_PACKAGE = "elementpath" 8PYPI_PACKAGE = "elementpath"
9inherit pypi setuptools3 9inherit pypi setuptools3