From 8ca48ab23da204761034ed1b02949bcb25f4a2fb Mon Sep 17 00:00:00 2001 From: zangrc Date: Mon, 20 Jul 2020 22:36:54 +0800 Subject: python3-deprecation: upgrade 1.0.1 -> 2.1.0 Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-deprecation.inc | 10 ---------- .../recipes-devtools/python/python3-deprecation_1.0.1.bb | 2 -- .../recipes-devtools/python/python3-deprecation_2.1.0.bb | 14 ++++++++++++++ 3 files changed, 14 insertions(+), 12 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-deprecation.inc delete mode 100644 meta-openstack/recipes-devtools/python/python3-deprecation_1.0.1.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-deprecation_2.1.0.bb (limited to 'meta-openstack') diff --git a/meta-openstack/recipes-devtools/python/python-deprecation.inc b/meta-openstack/recipes-devtools/python/python-deprecation.inc deleted file mode 100644 index eec4dd1..0000000 --- a/meta-openstack/recipes-devtools/python/python-deprecation.inc +++ /dev/null @@ -1,10 +0,0 @@ -DESCRIPTION = "A library to handle automated deprecations" -HOMEPAGE = "http://deprecation.readthedocs.io/en/latest/" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" - -SRC_URI[md5sum] = "d8a318c66d442dc4b900e070267ed9aa" -SRC_URI[sha256sum] = "b9bff5cc91f601ef2a8a0200bc6cde3f18a48c2ed3d1ecbfc16076b14b3ad935" - -inherit pypi diff --git a/meta-openstack/recipes-devtools/python/python3-deprecation_1.0.1.bb b/meta-openstack/recipes-devtools/python/python3-deprecation_1.0.1.bb deleted file mode 100644 index d2e0f1c..0000000 --- a/meta-openstack/recipes-devtools/python/python3-deprecation_1.0.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-deprecation.inc -inherit setuptools3 diff --git a/meta-openstack/recipes-devtools/python/python3-deprecation_2.1.0.bb b/meta-openstack/recipes-devtools/python/python3-deprecation_2.1.0.bb new file mode 100644 index 0000000..c819529 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-deprecation_2.1.0.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "A library to handle automated deprecations" +HOMEPAGE = "http://deprecation.readthedocs.io/en/latest/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" + +SRC_URI[md5sum] = "6b79c6572fb241e3cecbbd7d539bb66b" +SRC_URI[sha256sum] = "72b3bde64e5d778694b0cf68178aed03d15e15477116add3fb773e581f9518ff" + +RDEPENDS_${PN} += "\ + python3-packaging \ +" + +inherit setuptools3 pypi -- cgit v1.2.3-54-g00ecf