From f5d84222cfc86025f72614a576f549d48ef4395a Mon Sep 17 00:00:00 2001 From: Yuan Chao Date: Thu, 5 Sep 2019 15:53:28 +0900 Subject: python-stevedore: upgrade 1.30.1 -> 1.31.0 Signed-off-by: Yuan Chao Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-stevedore.inc | 4 ++-- meta-python/recipes-devtools/python/python-stevedore_1.30.1.bb | 2 -- meta-python/recipes-devtools/python/python-stevedore_1.31.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-stevedore_1.30.1.bb | 2 -- meta-python/recipes-devtools/python/python3-stevedore_1.31.0.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-stevedore_1.30.1.bb create mode 100644 meta-python/recipes-devtools/python/python-stevedore_1.31.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-stevedore_1.30.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-stevedore_1.31.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-stevedore.inc b/meta-python/recipes-devtools/python/python-stevedore.inc index 0aa0ef2fa8..5aa9fb424c 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" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI[md5sum] = "02c747c39f4634465aa2590ceefddf59" -SRC_URI[sha256sum] = "7be098ff53d87f23d798a7ce7ae5c31f094f3deb92ba18059b1aeb1ca9fec0a0" +SRC_URI[md5sum] = "42fa2bf0251c96b543765c5ce13f37c9" +SRC_URI[sha256sum] = "e0739f9739a681c7a1fda76a102b65295e96a144ccdb552f2ae03c5f0abe8a14" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-stevedore_1.30.1.bb b/meta-python/recipes-devtools/python/python-stevedore_1.30.1.bb deleted file mode 100644 index 70a00c1315..0000000000 --- a/meta-python/recipes-devtools/python/python-stevedore_1.30.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-stevedore.inc diff --git a/meta-python/recipes-devtools/python/python-stevedore_1.31.0.bb b/meta-python/recipes-devtools/python/python-stevedore_1.31.0.bb new file mode 100644 index 0000000000..70a00c1315 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-stevedore_1.31.0.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-stevedore.inc diff --git a/meta-python/recipes-devtools/python/python3-stevedore_1.30.1.bb b/meta-python/recipes-devtools/python/python3-stevedore_1.30.1.bb deleted file mode 100644 index 3f557f2cbf..0000000000 --- a/meta-python/recipes-devtools/python/python3-stevedore_1.30.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-stevedore.inc diff --git a/meta-python/recipes-devtools/python/python3-stevedore_1.31.0.bb b/meta-python/recipes-devtools/python/python3-stevedore_1.31.0.bb new file mode 100644 index 0000000000..3f557f2cbf --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-stevedore_1.31.0.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-stevedore.inc -- cgit v1.2.3-54-g00ecf