From 3dfbf74c2b1b7f1c4d50c8efc8bd625d95145dc9 Mon Sep 17 00:00:00 2001 From: zangrc Date: Fri, 17 Jul 2020 03:40:41 +0800 Subject: python3-debtcollector: upgrade 1.22.0 -> 2.1.0 Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../python/python-debtcollector.inc | 27 ---------------------- .../python/python3-debtcollector_1.22.0.bb | 2 -- .../python/python3-debtcollector_2.1.0.bb | 27 ++++++++++++++++++++++ 3 files changed, 27 insertions(+), 29 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-debtcollector.inc delete mode 100644 meta-openstack/recipes-devtools/python/python3-debtcollector_1.22.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-debtcollector_2.1.0.bb diff --git a/meta-openstack/recipes-devtools/python/python-debtcollector.inc b/meta-openstack/recipes-devtools/python/python-debtcollector.inc deleted file mode 100644 index d6d18e3..0000000 --- a/meta-openstack/recipes-devtools/python/python-debtcollector.inc +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION = "A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner." -HOMEPAGE = "http://docs.openstack.org/developer/debtcollector/" -SECTION = "devel/python" -LICENSE = "Apache-2" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" - -SRC_URI[md5sum] = "0d12694a93a16824b1c67bece341229e" -SRC_URI[sha256sum] = "d1756440d25a50e3eca2fc399c9e5f1ca2f9e6b837570a80b9450999f4290525" - -inherit pypi - -DEPENDS += " \ - ${PYTHON_PN}-pip \ - ${PYTHON_PN}-pbr \ - " - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - ${PYTHON_PN}-pbr-native \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-pbr \ - ${PYTHON_PN}-wrapt \ - ${PYTHON_PN}-six \ - " diff --git a/meta-openstack/recipes-devtools/python/python3-debtcollector_1.22.0.bb b/meta-openstack/recipes-devtools/python/python3-debtcollector_1.22.0.bb deleted file mode 100644 index 7947185..0000000 --- a/meta-openstack/recipes-devtools/python/python3-debtcollector_1.22.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-debtcollector.inc diff --git a/meta-openstack/recipes-devtools/python/python3-debtcollector_2.1.0.bb b/meta-openstack/recipes-devtools/python/python3-debtcollector_2.1.0.bb new file mode 100644 index 0000000..fbf4626 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-debtcollector_2.1.0.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner." +HOMEPAGE = "http://docs.openstack.org/developer/debtcollector/" +SECTION = "devel/python" +LICENSE = "Apache-2" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" + +SRC_URI[md5sum] = "9a1014f18abbc565b8e149fd70048c22" +SRC_URI[sha256sum] = "a25fc6215560d81cb9f2a0b58d6c834f2a24010987027bde169599e138a205af" + +inherit setuptools3 pypi + +DEPENDS += " \ + ${PYTHON_PN}-pip \ + ${PYTHON_PN}-pbr \ + " + +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + ${PYTHON_PN}-pbr-native \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-pbr \ + ${PYTHON_PN}-wrapt \ + ${PYTHON_PN}-six \ + " -- cgit v1.2.3-54-g00ecf