summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-httplib2.inc
diff options
context:
space:
mode:
authorYuan Chao <yuanc.fnst@cn.fujitsu.com>2019-08-05 15:43:22 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-08-06 23:11:29 -0400
commitb849d21c0c2466a238ea0e0966492917e1dd5f59 (patch)
tree285c3cc63ed32e7ec56315e3e6b8178627a96691 /meta-openstack/recipes-devtools/python/python-httplib2.inc
parent901ccc646ab3eb483908344cac4e03d59ffca623 (diff)
downloadmeta-cloud-services-b849d21c0c2466a238ea0e0966492917e1dd5f59.tar.gz
python-httplib2: upgrade 0.13.0 -> 0.13.1
-License-Update: Version in PKG-INFO file updated to 0.13.1 Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-httplib2.inc')
-rw-r--r--meta-openstack/recipes-devtools/python/python-httplib2.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-httplib2.inc b/meta-openstack/recipes-devtools/python/python-httplib2.inc
index 95890cc..75473ab 100644
--- a/meta-openstack/recipes-devtools/python/python-httplib2.inc
+++ b/meta-openstack/recipes-devtools/python/python-httplib2.inc
@@ -2,10 +2,10 @@ 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=341f12f35eee133c8ce15c04a042fb72" 5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=e199474a42f8d1baba57f39b790a557e"
6 6
7SRC_URI[md5sum] = "c0c3b1c1a1c51fa40f46271d95f74fdc" 7SRC_URI[md5sum] = "ff90c595c6a58a954a65088b6a470999"
8SRC_URI[sha256sum] = "d1146939d270f1f1eb8cbf8f5aa72ff37d897faccca448582bb1e180aeb4c6b2" 8SRC_URI[sha256sum] = "6901c8c0ffcf721f9ce270ad86da37bc2b4d32b8802d4a9cec38274898a64044"
9 9
10inherit pypi 10inherit pypi
11 11