From 6507845ce8e5bd4a7e2fabbbd189f6aa43a7ede1 Mon Sep 17 00:00:00 2001 From: Michal Lower Date: Tue, 22 Oct 2019 09:51:58 +0200 Subject: update python setuptools-scm from 2.1.0 to 3.3.3 --- meta-python/recipes-devtools/python/python-setuptools-scm.inc | 4 ++-- meta-python/recipes-devtools/python/python-setuptools-scm_2.1.0.bb | 4 ---- meta-python/recipes-devtools/python/python-setuptools-scm_3.3.3.bb | 4 ++++ meta-python/recipes-devtools/python/python3-setuptools-scm_2.1.0.bb | 2 -- meta-python/recipes-devtools/python/python3-setuptools-scm_3.3.3.bb | 2 ++ 5 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-setuptools-scm_2.1.0.bb create mode 100644 meta-python/recipes-devtools/python/python-setuptools-scm_3.3.3.bb delete mode 100644 meta-python/recipes-devtools/python/python3-setuptools-scm_2.1.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-setuptools-scm_3.3.3.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-setuptools-scm.inc b/meta-python/recipes-devtools/python/python-setuptools-scm.inc index 98883ec393..a7e1bf6add 100644 --- a/meta-python/recipes-devtools/python/python-setuptools-scm.inc +++ b/meta-python/recipes-devtools/python/python-setuptools-scm.inc @@ -2,8 +2,8 @@ SUMMARY = "the blessed package to manage your versions by scm tags" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" -SRC_URI[md5sum] = "cfec5d2dbbd0a85c40066f79035b5878" -SRC_URI[sha256sum] = "a767141fecdab1c0b3c8e4c788ac912d7c94a0d6c452d40777ba84f918316379" +SRC_URI[md5sum] = "50b2199082fe808d032ec1710c9d7415" +SRC_URI[sha256sum] = "bd25e1fb5e4d603dcf490f1fde40fb4c595b357795674c3e5cb7f6217ab39ea5" PYPI_PACKAGE = "setuptools_scm" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-setuptools-scm_2.1.0.bb b/meta-python/recipes-devtools/python/python-setuptools-scm_2.1.0.bb deleted file mode 100644 index 64b36e3a01..0000000000 --- a/meta-python/recipes-devtools/python/python-setuptools-scm_2.1.0.bb +++ /dev/null @@ -1,4 +0,0 @@ -inherit setuptools -require python-setuptools-scm.inc - -RDEPENDS_${PN} += "${PYTHON_PN}-argparse" diff --git a/meta-python/recipes-devtools/python/python-setuptools-scm_3.3.3.bb b/meta-python/recipes-devtools/python/python-setuptools-scm_3.3.3.bb new file mode 100644 index 0000000000..64b36e3a01 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-setuptools-scm_3.3.3.bb @@ -0,0 +1,4 @@ +inherit setuptools +require python-setuptools-scm.inc + +RDEPENDS_${PN} += "${PYTHON_PN}-argparse" diff --git a/meta-python/recipes-devtools/python/python3-setuptools-scm_2.1.0.bb b/meta-python/recipes-devtools/python/python3-setuptools-scm_2.1.0.bb deleted file mode 100644 index 5bf5983874..0000000000 --- a/meta-python/recipes-devtools/python/python3-setuptools-scm_2.1.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-setuptools-scm.inc diff --git a/meta-python/recipes-devtools/python/python3-setuptools-scm_3.3.3.bb b/meta-python/recipes-devtools/python/python3-setuptools-scm_3.3.3.bb new file mode 100644 index 0000000000..5bf5983874 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-setuptools-scm_3.3.3.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-setuptools-scm.inc -- cgit 1.2.3-korg