From b79b9833a7aa12ecf4f1c98d77f829305de48997 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Fri, 18 Oct 2019 16:05:38 +0800 Subject: python-httplib2: upgrade 0.13.1 -> 0.14.0 Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-httplib2.inc | 6 +++--- meta-openstack/recipes-devtools/python/python-httplib2_0.13.1.bb | 2 -- meta-openstack/recipes-devtools/python/python-httplib2_0.14.0.bb | 2 ++ meta-openstack/recipes-devtools/python/python3-httplib2_0.13.1.bb | 2 -- meta-openstack/recipes-devtools/python/python3-httplib2_0.14.0.bb | 2 ++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-httplib2_0.13.1.bb create mode 100644 meta-openstack/recipes-devtools/python/python-httplib2_0.14.0.bb delete mode 100644 meta-openstack/recipes-devtools/python/python3-httplib2_0.13.1.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-httplib2_0.14.0.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-httplib2.inc b/meta-openstack/recipes-devtools/python/python-httplib2.inc index 75473ab..35c8b1c 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" HOMEPAGE = "https://code.google.com/p/httplib2/" SECTION = "devel/python" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=e199474a42f8d1baba57f39b790a557e" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=2d0e1e5a49b6ead3380e3ac544351eb9" -SRC_URI[md5sum] = "ff90c595c6a58a954a65088b6a470999" -SRC_URI[sha256sum] = "6901c8c0ffcf721f9ce270ad86da37bc2b4d32b8802d4a9cec38274898a64044" +SRC_URI[md5sum] = "427cda9f4d55762db325bd2eb46b7fe0" +SRC_URI[sha256sum] = "34537dcdd5e0f2386d29e0e2c6d4a1703a3b982d34c198a5102e6e5d6194b107" inherit pypi diff --git a/meta-openstack/recipes-devtools/python/python-httplib2_0.13.1.bb b/meta-openstack/recipes-devtools/python/python-httplib2_0.13.1.bb deleted file mode 100644 index 8f98163..0000000 --- a/meta-openstack/recipes-devtools/python/python-httplib2_0.13.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-httplib2.inc diff --git a/meta-openstack/recipes-devtools/python/python-httplib2_0.14.0.bb b/meta-openstack/recipes-devtools/python/python-httplib2_0.14.0.bb new file mode 100644 index 0000000..8f98163 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-httplib2_0.14.0.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-httplib2.inc diff --git a/meta-openstack/recipes-devtools/python/python3-httplib2_0.13.1.bb b/meta-openstack/recipes-devtools/python/python3-httplib2_0.13.1.bb deleted file mode 100644 index 03be0bd..0000000 --- a/meta-openstack/recipes-devtools/python/python3-httplib2_0.13.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-httplib2.inc diff --git a/meta-openstack/recipes-devtools/python/python3-httplib2_0.14.0.bb b/meta-openstack/recipes-devtools/python/python3-httplib2_0.14.0.bb new file mode 100644 index 0000000..03be0bd --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-httplib2_0.14.0.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-httplib2.inc -- cgit v1.2.3-54-g00ecf