From bc94e4329acce34972b42c3ed30ee28e910224ae Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 16 Jun 2017 13:09:11 -0400 Subject: python-setuptools-scm: update to version 1.15.6 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-setuptools-scm.inc | 4 ++-- meta-python/recipes-devtools/python/python-setuptools-scm_1.15.0.bb | 2 -- meta-python/recipes-devtools/python/python-setuptools-scm_1.15.6.bb | 2 ++ meta-python/recipes-devtools/python/python3-setuptools-scm_1.15.0.bb | 2 -- meta-python/recipes-devtools/python/python3-setuptools-scm_1.15.6.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-setuptools-scm_1.15.0.bb create mode 100644 meta-python/recipes-devtools/python/python-setuptools-scm_1.15.6.bb delete mode 100644 meta-python/recipes-devtools/python/python3-setuptools-scm_1.15.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-setuptools-scm_1.15.6.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 3249870934..81bbf33854 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://LICENSE;md5=838c366f69b72c5df05c96dff79b35f2" -SRC_URI[md5sum] = "b6916c78ed6253d6602444fad4279c5b" -SRC_URI[sha256sum] = "daf12d05aa2155a46aa357453757ffdc47d87f839e62114f042bceac6a619e2f" +SRC_URI[md5sum] = "f17493d53f0d842bb0152f214775640b" +SRC_URI[sha256sum] = "49ab4685589986a42da85706b3311a2f74f1af567d39fee6cb1e088d7a75fb5f" PYPI_PACKAGE = "setuptools_scm" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-setuptools-scm_1.15.0.bb b/meta-python/recipes-devtools/python/python-setuptools-scm_1.15.0.bb deleted file mode 100644 index 5f9bb0b5c0..0000000000 --- a/meta-python/recipes-devtools/python/python-setuptools-scm_1.15.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-setuptools-scm.inc diff --git a/meta-python/recipes-devtools/python/python-setuptools-scm_1.15.6.bb b/meta-python/recipes-devtools/python/python-setuptools-scm_1.15.6.bb new file mode 100644 index 0000000000..5f9bb0b5c0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-setuptools-scm_1.15.6.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-setuptools-scm.inc diff --git a/meta-python/recipes-devtools/python/python3-setuptools-scm_1.15.0.bb b/meta-python/recipes-devtools/python/python3-setuptools-scm_1.15.0.bb deleted file mode 100644 index 5bf5983874..0000000000 --- a/meta-python/recipes-devtools/python/python3-setuptools-scm_1.15.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_1.15.6.bb b/meta-python/recipes-devtools/python/python3-setuptools-scm_1.15.6.bb new file mode 100644 index 0000000000..5bf5983874 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-setuptools-scm_1.15.6.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-setuptools-scm.inc -- cgit v1.2.3-54-g00ecf