diff options
author | Derek Straka <derek@asterius.io> | 2018-07-10 16:15:01 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-07-12 07:19:43 -0700 |
commit | 1be607300f5156664577b7de579be6fdee7c8e45 (patch) | |
tree | 04b13a20fd0016d76c08237d4b50b123ed9541a2 /meta-python/recipes-devtools/python/python-setuptools-scm.inc | |
parent | ce13d1976da3ffcbb8099c2d7bf47cd31f80d90f (diff) | |
download | meta-openembedded-1be607300f5156664577b7de579be6fdee7c8e45.tar.gz |
python-setuptools-scm: update to version 2.1.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-setuptools-scm.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-setuptools-scm.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-setuptools-scm.inc b/meta-python/recipes-devtools/python/python-setuptools-scm.inc index eb66580a6e..98883ec393 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" | |||
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" | 3 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "1b55f9cedde4a33ab5d286c5f30e86db" | 5 | SRC_URI[md5sum] = "cfec5d2dbbd0a85c40066f79035b5878" |
6 | SRC_URI[sha256sum] = "e163e8a12d2121f77575773cfc2b5988275dc1f1d2541fdf780127c29dbbea9c" | 6 | SRC_URI[sha256sum] = "a767141fecdab1c0b3c8e4c788ac912d7c94a0d6c452d40777ba84f918316379" |
7 | 7 | ||
8 | PYPI_PACKAGE = "setuptools_scm" | 8 | PYPI_PACKAGE = "setuptools_scm" |
9 | inherit pypi | 9 | inherit pypi |