summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-07-20 10:44:34 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-23 13:55:26 +0100
commit342e0899022998ab8d0c8b992c3116006e45b78e (patch)
tree948d02b6b6adc50e3b53622677ae3a56e67f305a /meta/recipes-devtools/python
parent4048b96306edaf9cecb4f47477b3e4eb6298a8c3 (diff)
downloadpoky-342e0899022998ab8d0c8b992c3116006e45b78e.tar.gz
python3-setuptools-scm: upgrade 7.0.3 -> 7.0.5
(From OE-Core rev: 3a96cf94664e5e118fcc16263abcc3241d9fd378) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-setuptools-scm_7.0.5.bb (renamed from meta/recipes-devtools/python/python3-setuptools-scm_7.0.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools-scm_7.0.3.bb b/meta/recipes-devtools/python/python3-setuptools-scm_7.0.5.bb
index 72529353e5..a1e719f54b 100644
--- a/meta/recipes-devtools/python/python3-setuptools-scm_7.0.3.bb
+++ b/meta/recipes-devtools/python/python3-setuptools-scm_7.0.5.bb
@@ -4,7 +4,7 @@ DESCRIPTION = "setuptools_scm handles managing your Python package versions in S
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" 5LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489"
6 6
7SRC_URI[sha256sum] = "cf8ab8e235bed840cd4559b658af0d8e8a70896a191bbc510ee914ec5325332d" 7SRC_URI[sha256sum] = "031e13af771d6f892b941adb6ea04545bbf91ebc5ce68c78aaf3fff6e1fb4844"
8 8
9PYPI_PACKAGE = "setuptools_scm" 9PYPI_PACKAGE = "setuptools_scm"
10inherit pypi python_setuptools_build_meta 10inherit pypi python_setuptools_build_meta