diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-04-18 10:47:53 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-04-18 11:22:32 -0700 |
commit | 13615d9593b3793ebd4ceb5ee967f8757bc587cb (patch) | |
tree | a91d03772417233cfa9662f603852d72f80df9b9 /meta-python/recipes-devtools/python/python-stevedore.inc | |
parent | fe75adf3c618d83e5b13a312a1eb83b406f2d726 (diff) | |
download | meta-openembedded-13615d9593b3793ebd4ceb5ee967f8757bc587cb.tar.gz |
python-stevedore: upgrade 1.29.0 -> 1.30.1
-Upgrade from python-stevedore_1.29.0.bb to python-stevedore_1.30.1.bb.
-Upgrade from python3-stevedore_1.29.0.bb to python3-stevedore_1.30.1.bb.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-stevedore.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-stevedore.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-stevedore.inc b/meta-python/recipes-devtools/python/python-stevedore.inc index 14ebc0ef0..0aa0ef2fa 100644 --- a/meta-python/recipes-devtools/python/python-stevedore.inc +++ b/meta-python/recipes-devtools/python/python-stevedore.inc | |||
@@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/dreamhost/stevedore" | |||
3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "525186cba577852e0408c92c3f8fac65" | 6 | SRC_URI[md5sum] = "02c747c39f4634465aa2590ceefddf59" |
7 | SRC_URI[sha256sum] = "1e153545aca7a6a49d8337acca4f41c212fbfa60bf864ecd056df0cafb9627e8" | 7 | SRC_URI[sha256sum] = "7be098ff53d87f23d798a7ce7ae5c31f094f3deb92ba18059b1aeb1ca9fec0a0" |
8 | 8 | ||
9 | inherit pypi | 9 | inherit pypi |
10 | 10 | ||