summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2019-06-13 14:05:24 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-06-18 00:01:57 -0400
commit46a717508ae632b9bcc83193924103954d550977 (patch)
tree7527c0d1555323c441403928c81410de45c1ecc0 /meta-openstack/recipes-devtools/python
parentd59f9467662a500676cdc4005664fd9b8ce437ff (diff)
downloadmeta-cloud-services-46a717508ae632b9bcc83193924103954d550977.tar.gz
python-httplib2: upgrade 0.12.3 -> 0.13.0
-Upgrade from python-httplib2_0.12.3.bb to python-httplib2_0.13.0.bb. -Add recipe python3-httplib2_0.13.0.bb. -License-Update: Update the information of package. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-httplib2.inc (renamed from meta-openstack/recipes-devtools/python/python-httplib2_0.12.3.bb)8
-rw-r--r--meta-openstack/recipes-devtools/python/python-httplib2_0.13.0.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-httplib2_0.13.0.bb2
3 files changed, 8 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-httplib2_0.12.3.bb b/meta-openstack/recipes-devtools/python/python-httplib2.inc
index a1a518f..95890cc 100644
--- a/meta-openstack/recipes-devtools/python/python-httplib2_0.12.3.bb
+++ b/meta-openstack/recipes-devtools/python/python-httplib2.inc
@@ -2,12 +2,12 @@ DESCRIPTION = "A comprehensive HTTP client library"
2HOMEPAGE = "https://code.google.com/p/httplib2/" 2HOMEPAGE = "https://code.google.com/p/httplib2/"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=ad87b270277b5f40e2a281d9f7dde584" 5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=341f12f35eee133c8ce15c04a042fb72"
6 6
7SRC_URI[md5sum] = "f78ce222216865271f2672e6941174d5" 7SRC_URI[md5sum] = "c0c3b1c1a1c51fa40f46271d95f74fdc"
8SRC_URI[sha256sum] = "a18121c7c72a56689efbf1aef990139ad940fee1e64c6f2458831736cd593600" 8SRC_URI[sha256sum] = "d1146939d270f1f1eb8cbf8f5aa72ff37d897faccca448582bb1e180aeb4c6b2"
9 9
10inherit setuptools pypi 10inherit pypi
11 11
12do_install_append() { 12do_install_append() {
13 perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "top_level.txt"` 13 perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "top_level.txt"`
diff --git a/meta-openstack/recipes-devtools/python/python-httplib2_0.13.0.bb b/meta-openstack/recipes-devtools/python/python-httplib2_0.13.0.bb
new file mode 100644
index 0000000..8f98163
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-httplib2_0.13.0.bb
@@ -0,0 +1,2 @@
1inherit setuptools
2require python-httplib2.inc
diff --git a/meta-openstack/recipes-devtools/python/python3-httplib2_0.13.0.bb b/meta-openstack/recipes-devtools/python/python3-httplib2_0.13.0.bb
new file mode 100644
index 0000000..03be0bd
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-httplib2_0.13.0.bb
@@ -0,0 +1,2 @@
1inherit setuptools3
2require python-httplib2.inc