From 5355a496725714fd97bd3a766d9f273d91878b82 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 5 Feb 2021 10:29:42 +0800 Subject: python3-dogpile.cache: upgrade 1.1.1 -> 1.1.2 -License-Update: Copyright year updated to 2021. Signed-off-by: Wang Mingyu Signed-off-by: Bruce Ashfield --- .../python/python3-dogpile.cache_1.1.1.bb | 19 ------------------- .../python/python3-dogpile.cache_1.1.2.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.1.1.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.1.2.bb diff --git a/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.1.1.bb b/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.1.1.bb deleted file mode 100644 index 627d7db..0000000 --- a/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.1.1.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "Python Dogpile Cache: A caching front-end based on the Dogpile lock" -HOMEPAGE = "https://pypi.python.org/pypi/dogpile.cache" -SECTION = "devel/python" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=46e560ef3e93a33b284504845ea6a11d" - -SRC_URI[md5sum] = "3cf83a593a1a1bc17b89d14917f66ef0" -SRC_URI[sha256sum] = "40147b19696f387415a7efaaa4cf8ea0b5d31bdd1b53e5187e75d48ddfee9f0e" - -inherit setuptools3 pypi - -RDEPENDS_${PN} += " \ - python3-decorator \ - python3-logging \ - python3-numbers \ - python3-stevedore \ -" - - diff --git a/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.1.2.bb b/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.1.2.bb new file mode 100644 index 0000000..941e114 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.1.2.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "Python Dogpile Cache: A caching front-end based on the Dogpile lock" +HOMEPAGE = "https://pypi.python.org/pypi/dogpile.cache" +SECTION = "devel/python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=6d830a549d9d8c25362346e0f8fbba53" + +SRC_URI[md5sum] = "fb9bea726156560d03890599c4cd92e0" +SRC_URI[sha256sum] = "2134464672a3deb7ef1366a8691726686d8c62540e4208f1a40c9aaa1a0b6a45" + +inherit setuptools3 pypi + +RDEPENDS_${PN} += " \ + python3-decorator \ + python3-logging \ + python3-numbers \ + python3-stevedore \ +" + + -- cgit v1.2.3-54-g00ecf