From e72c7a5fd8477e155c9044435359cb01bbd43aac Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 1 Sep 2020 10:47:00 +0800 Subject: python3-dogpile.cache: upgrade 0.9.0 -> 1.0.2 Consolidate inc and bb files into a single bb file. -License-Update: Copyright year updated to 2020. Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-dogpile.cache.inc | 12 ------------ .../recipes-devtools/python/python3-dogpile.cache_0.9.0.bb | 4 ---- .../recipes-devtools/python/python3-dogpile.cache_1.0.2.bb | 14 ++++++++++++++ 3 files changed, 14 insertions(+), 16 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-dogpile.cache.inc delete mode 100644 meta-openstack/recipes-devtools/python/python3-dogpile.cache_0.9.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.0.2.bb diff --git a/meta-openstack/recipes-devtools/python/python-dogpile.cache.inc b/meta-openstack/recipes-devtools/python/python-dogpile.cache.inc deleted file mode 100644 index 5074acf..0000000 --- a/meta-openstack/recipes-devtools/python/python-dogpile.cache.inc +++ /dev/null @@ -1,12 +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=e8d5890806254a2648269bb4029f74c6" - -SRC_URI[md5sum] = "d48b4752b404e2e2a33f984d261fff7d" -SRC_URI[sha256sum] = "b348835825c9dcd251d9aad1f89f257277ac198a3e35a61980ab4cb28c75216b" - -inherit pypi - - diff --git a/meta-openstack/recipes-devtools/python/python3-dogpile.cache_0.9.0.bb b/meta-openstack/recipes-devtools/python/python3-dogpile.cache_0.9.0.bb deleted file mode 100644 index ccfb292..0000000 --- a/meta-openstack/recipes-devtools/python/python3-dogpile.cache_0.9.0.bb +++ /dev/null @@ -1,4 +0,0 @@ -inherit setuptools3 -require python-dogpile.cache.inc - - diff --git a/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.0.2.bb b/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.0.2.bb new file mode 100644 index 0000000..82057a6 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.0.2.bb @@ -0,0 +1,14 @@ +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] = "a325ec142d690269573a872e24fc1cb6" +SRC_URI[sha256sum] = "64fda39d25b46486a4876417ca03a4af06f35bfadba9f59613f9b3d748aa21ef" + +inherit setuptools3 pypi + +RDEPENDS_${PN} += "python3-decorator" + + -- cgit v1.2.3-54-g00ecf