From f5578cf12b0939e5ad98afe9a921e04d1fbc4206 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 27 Oct 2020 13:30:02 +0800 Subject: python3-rfc3986: upgrade 1.3.2 -> 1.4.0 Consolidate inc and bb files into a single bb file. Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-rfc3986.inc | 20 -------------------- .../recipes-devtools/python/python3-rfc3986_1.3.2.bb | 2 -- .../recipes-devtools/python/python3-rfc3986_1.4.0.bb | 20 ++++++++++++++++++++ 3 files changed, 20 insertions(+), 22 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-rfc3986.inc delete mode 100644 meta-openstack/recipes-devtools/python/python3-rfc3986_1.3.2.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-rfc3986_1.4.0.bb diff --git a/meta-openstack/recipes-devtools/python/python-rfc3986.inc b/meta-openstack/recipes-devtools/python/python-rfc3986.inc deleted file mode 100644 index d930fd9..0000000 --- a/meta-openstack/recipes-devtools/python/python-rfc3986.inc +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "Validating URI References per RFC 3986" -HOMEPAGE = "https://rfc3986.rtfd.org" -SECTION = "devel/python" -LICENSE = "Apache-2" -LIC_FILES_CHKSUM = "file://LICENSE;md5=03731a0e7dbcb30cecdcec77cc93ec29" - -SRC_URI[md5sum] = "5b6d009806a94d418c82d48219a256de" -SRC_URI[sha256sum] = "0344d0bd428126ce554e7ca2b61787b6a28d2bbd19fc70ed2dd85efe31176405" - -inherit pypi - -# DEPENDS_default: python-pip - -DEPENDS += " \ - ${PYTHON_PN}-pip \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - " diff --git a/meta-openstack/recipes-devtools/python/python3-rfc3986_1.3.2.bb b/meta-openstack/recipes-devtools/python/python3-rfc3986_1.3.2.bb deleted file mode 100644 index 5e91d48..0000000 --- a/meta-openstack/recipes-devtools/python/python3-rfc3986_1.3.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-rfc3986.inc diff --git a/meta-openstack/recipes-devtools/python/python3-rfc3986_1.4.0.bb b/meta-openstack/recipes-devtools/python/python3-rfc3986_1.4.0.bb new file mode 100644 index 0000000..e5ac0e6 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-rfc3986_1.4.0.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Validating URI References per RFC 3986" +HOMEPAGE = "https://rfc3986.rtfd.org" +SECTION = "devel/python" +LICENSE = "Apache-2" +LIC_FILES_CHKSUM = "file://LICENSE;md5=03731a0e7dbcb30cecdcec77cc93ec29" + +SRC_URI[md5sum] = "1b03ad2853e33d47eea698571255247c" +SRC_URI[sha256sum] = "112398da31a3344dc25dbf477d8df6cb34f9278a94fee2625d89e4514be8bb9d" + +inherit setuptools3 pypi + +# DEPENDS_default: python-pip + +DEPENDS += " \ + ${PYTHON_PN}-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf