summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHong Liu <hongl.fnst@cn.fujitsu.com>2018-07-16 17:36:29 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-07-22 23:20:53 -0400
commit1a07e9c0c04a96711e5874312907aa953699ffa7 (patch)
tree95dc563d1dec81c463a457ec135cc64d6c97a1b3
parentecb68a9cd08813ea8ad40566bae652bd283a43cc (diff)
downloadmeta-cloud-services-1a07e9c0c04a96711e5874312907aa953699ffa7.tar.gz
python-httplib2 : 0.10.3 -> 0.11.3
1.Upgrade python-httplib2 from 0.10.3 to 0.11.3. Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-httplib2_0.11.3.bb (renamed from meta-openstack/recipes-devtools/python/python-httplib2_0.10.3.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-httplib2_0.10.3.bb b/meta-openstack/recipes-devtools/python/python-httplib2_0.11.3.bb
index c5ced3f..f59aa5b 100644
--- a/meta-openstack/recipes-devtools/python/python-httplib2_0.10.3.bb
+++ b/meta-openstack/recipes-devtools/python/python-httplib2_0.11.3.bb
@@ -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=41a98bc55b04b2a38acdb5c8ab0ae6b2" 5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=4d159ceca4925adea3407818d4a87968"
6 6
7SRC_URI[md5sum] = "709c305e1b00e9c0af49ee816429569c" 7SRC_URI[md5sum] = "9aa3e074da9a235cd675dd65e1fbcf39"
8SRC_URI[sha256sum] = "e404d3b7bd86c1bc931906098e7c1305d6a3a6dcef141b8bb1059903abb3ceeb" 8SRC_URI[sha256sum] = "e71daed9a0e6373642db61166fa70beecc9bf04383477f84671348c02a04cbdf"
9 9
10inherit setuptools pypi 10inherit setuptools pypi
11 11