diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-10-15 11:05:40 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-15 12:03:01 -0700 |
| commit | 2b7d18164e36010eebc0dcb1cc3c04eae53833af (patch) | |
| tree | feaf103af31d6d2640e90e244643de9b2466f8c3 | |
| parent | 76504627f464171a5b205a6a5efd11cdbefc85f8 (diff) | |
| download | meta-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>
| -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" | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=da746463714cc35999ed9a42339f2943" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=da746463714cc35999ed9a42339f2943" |
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "e7067471884de5478c58a511e529f0f9bd1c66bfef1dea90935438d6c23306d1" | 6 | SRC_URI[sha256sum] = "79c2ddae836a1e5914b71d58e4b9adbd9f7779d4e6351a637b7d2d9b6c46d3d9" |
| 7 | 7 | ||
| 8 | PYPI_PACKAGE = "ConfigArgParse" | 8 | PYPI_PACKAGE = "configargparse" |
| 9 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | 9 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" |
| 10 | 10 | ||
| 11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
