From 62c54d7030b69f86e3209b5c3e1770209e7cf460 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 3 Nov 2020 15:45:35 +0800 Subject: python3-debtcollector: upgrade 2.1.0 -> 2.2.0 Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../python/python3-debtcollector_2.1.0.bb | 27 ---------------------- .../python/python3-debtcollector_2.2.0.bb | 27 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python3-debtcollector_2.1.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-debtcollector_2.2.0.bb 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 deleted file mode 100644 index fbf4626..0000000 --- a/meta-openstack/recipes-devtools/python/python3-debtcollector_2.1.0.bb +++ /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] = "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 \ - " diff --git a/meta-openstack/recipes-devtools/python/python3-debtcollector_2.2.0.bb b/meta-openstack/recipes-devtools/python/python3-debtcollector_2.2.0.bb new file mode 100644 index 0000000..4c6bf70 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-debtcollector_2.2.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] = "6ac3af37693e0f517e51593d9ea33f23" +SRC_URI[sha256sum] = "787981f4d235841bf6eb0467e23057fb1ac7ee24047c32028a8498b9128b6829" + +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