summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@cn.fujitsu.com>2020-10-27 13:30:02 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-11-03 16:33:44 -0500
commitf5578cf12b0939e5ad98afe9a921e04d1fbc4206 (patch)
tree587b1e50f81fb7e3297d9339d6bc4cdf713d472b
parenta34a87b2ea6cf1762bbeb16e4a10b3a27682c489 (diff)
downloadmeta-cloud-services-f5578cf12b0939e5ad98afe9a921e04d1fbc4206.tar.gz
python3-rfc3986: upgrade 1.3.2 -> 1.4.0
Consolidate inc and bb files into a single bb file. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python3-rfc3986_1.3.2.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-rfc3986_1.4.0.bb (renamed from meta-openstack/recipes-devtools/python/python-rfc3986.inc)6
2 files changed, 3 insertions, 5 deletions
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 @@
1inherit setuptools3
2require python-rfc3986.inc
diff --git a/meta-openstack/recipes-devtools/python/python-rfc3986.inc b/meta-openstack/recipes-devtools/python/python3-rfc3986_1.4.0.bb
index d930fd9..e5ac0e6 100644
--- a/meta-openstack/recipes-devtools/python/python-rfc3986.inc
+++ b/meta-openstack/recipes-devtools/python/python3-rfc3986_1.4.0.bb
@@ -4,10 +4,10 @@ SECTION = "devel/python"
4LICENSE = "Apache-2" 4LICENSE = "Apache-2"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=03731a0e7dbcb30cecdcec77cc93ec29" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=03731a0e7dbcb30cecdcec77cc93ec29"
6 6
7SRC_URI[md5sum] = "5b6d009806a94d418c82d48219a256de" 7SRC_URI[md5sum] = "1b03ad2853e33d47eea698571255247c"
8SRC_URI[sha256sum] = "0344d0bd428126ce554e7ca2b61787b6a28d2bbd19fc70ed2dd85efe31176405" 8SRC_URI[sha256sum] = "112398da31a3344dc25dbf477d8df6cb34f9278a94fee2625d89e4514be8bb9d"
9 9
10inherit pypi 10inherit setuptools3 pypi
11 11
12# DEPENDS_default: python-pip 12# DEPENDS_default: python-pip
13 13