From 7377c50ffcad332b00bd16bf27f9bb81a55438df Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Mon, 27 May 2019 09:40:27 +0800 Subject: python-httplib2:upgrade 0.11.3 -> 0.12.3 -Upgrade from python-httplib2_0.11.3.bb to python-httplib2_0.12.3.bb. -License-Update: Update the information of package. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-httplib2_0.11.3.bb | 17 ----------------- .../recipes-devtools/python/python-httplib2_0.12.3.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-httplib2_0.11.3.bb create mode 100644 meta-openstack/recipes-devtools/python/python-httplib2_0.12.3.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-httplib2_0.11.3.bb b/meta-openstack/recipes-devtools/python/python-httplib2_0.11.3.bb deleted file mode 100644 index f59aa5b..0000000 --- a/meta-openstack/recipes-devtools/python/python-httplib2_0.11.3.bb +++ /dev/null @@ -1,17 +0,0 @@ -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=4d159ceca4925adea3407818d4a87968" - -SRC_URI[md5sum] = "9aa3e074da9a235cd675dd65e1fbcf39" -SRC_URI[sha256sum] = "e71daed9a0e6373642db61166fa70beecc9bf04383477f84671348c02a04cbdf" - -inherit setuptools pypi - -do_install_append() { - perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "top_level.txt"` - for f in $perm_files; do - chmod 644 "${f}" - done -} diff --git a/meta-openstack/recipes-devtools/python/python-httplib2_0.12.3.bb b/meta-openstack/recipes-devtools/python/python-httplib2_0.12.3.bb new file mode 100644 index 0000000..a1a518f --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-httplib2_0.12.3.bb @@ -0,0 +1,17 @@ +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=ad87b270277b5f40e2a281d9f7dde584" + +SRC_URI[md5sum] = "f78ce222216865271f2672e6941174d5" +SRC_URI[sha256sum] = "a18121c7c72a56689efbf1aef990139ad940fee1e64c6f2458831736cd593600" + +inherit setuptools pypi + +do_install_append() { + perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "top_level.txt"` + for f in $perm_files; do + chmod 644 "${f}" + done +} -- cgit v1.2.3-54-g00ecf