summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2025-10-15 11:05:40 +0300
committerKhem Raj <raj.khem@gmail.com>2025-10-15 12:03:01 -0700
commit2b7d18164e36010eebc0dcb1cc3c04eae53833af (patch)
treefeaf103af31d6d2640e90e244643de9b2466f8c3 /meta-python
parent76504627f464171a5b205a6a5efd11cdbefc85f8 (diff)
downloadmeta-openembedded-2b7d18164e36010eebc0dcb1cc3c04eae53833af.tar.gz
python3-configargparse: Upgrade 1.7 -> 1.7.1
Upgrade to release 1.7.1: - Fix the package metadata on supported python versions Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-configargparse_1.7.1.bb (renamed from meta-python/recipes-devtools/python/python3-configargparse_1.7.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-configargparse_1.7.bb b/meta-python/recipes-devtools/python/python3-configargparse_1.7.1.bb
index 4d18b6392d..c056109c5a 100644
--- a/meta-python/recipes-devtools/python/python3-configargparse_1.7.bb
+++ b/meta-python/recipes-devtools/python/python3-configargparse_1.7.1.bb
@@ -3,9 +3,9 @@ HOMEPAGE = "https://github.com/bw2/ConfigArgParse"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=da746463714cc35999ed9a42339f2943" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=da746463714cc35999ed9a42339f2943"
5 5
6SRC_URI[sha256sum] = "e7067471884de5478c58a511e529f0f9bd1c66bfef1dea90935438d6c23306d1" 6SRC_URI[sha256sum] = "79c2ddae836a1e5914b71d58e4b9adbd9f7779d4e6351a637b7d2d9b6c46d3d9"
7 7
8PYPI_PACKAGE = "ConfigArgParse" 8PYPI_PACKAGE = "configargparse"
9UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" 9UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
10 10
11inherit pypi setuptools3 11inherit pypi setuptools3