From 90f52260761ab782ba2e4323c84a94bb39fa7c9a Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Tue, 7 Nov 2017 15:38:31 -0500 Subject: python-requestsexceptions: uprev to v1.3.0 Uprev required by python-os-client-config v1.28.0. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../python/python-requestsexceptions_1.1.3.bb | 30 ---------------------- .../python/python-requestsexceptions_1.3.0.bb | 28 ++++++++++++++++++++ 2 files changed, 28 insertions(+), 30 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-requestsexceptions_1.1.3.bb create mode 100644 meta-openstack/recipes-devtools/python/python-requestsexceptions_1.3.0.bb diff --git a/meta-openstack/recipes-devtools/python/python-requestsexceptions_1.1.3.bb b/meta-openstack/recipes-devtools/python/python-requestsexceptions_1.1.3.bb deleted file mode 100644 index 4975e52..0000000 --- a/meta-openstack/recipes-devtools/python/python-requestsexceptions_1.1.3.bb +++ /dev/null @@ -1,30 +0,0 @@ -DESCRIPTION = "Import exceptions from potentially bundled packages in requests." -HOMEPAGE = "https://www.openstack.org/" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=d273d63619c9aeaf15cdaf76422c4f87" - -PR = "r0" - -SRCNAME = "requestsexceptions" -SRC_URI = "http://pypi.io/packages/source/r/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "edf208c247261157bf7a97d7c792d914" -SRC_URI[sha256sum] = "d678b872f51f76d875e00e6667f4ddbf013b3a99490ae5fe07cf3e4f846e283e" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -# conflicting file prevention -do_install_append() { - rm -f ${D}${libdir}/python*/site-packages/tests/* -} - -DEPENDS += " \ - python-pbr-native \ - " - -RDEPENDS_${PN} += " \ - python-pbr \ - " diff --git a/meta-openstack/recipes-devtools/python/python-requestsexceptions_1.3.0.bb b/meta-openstack/recipes-devtools/python/python-requestsexceptions_1.3.0.bb new file mode 100644 index 0000000..33a5fc6 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-requestsexceptions_1.3.0.bb @@ -0,0 +1,28 @@ +DESCRIPTION = "Import exceptions from potentially bundled packages in requests." +HOMEPAGE = "https://www.openstack.org/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d273d63619c9aeaf15cdaf76422c4f87" + +SRCNAME = "requestsexceptions" +SRC_URI = "http://pypi.io/packages/source/r/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "85c9a2c5c5ecbd2deb0a491613fbdd12" +SRC_URI[sha256sum] = "8f141ba636d6748cd29208c1955bde38bf00fcdda1a685bc09d8ed133700353e" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +# conflicting file prevention +do_install_append() { + rm -f ${D}${libdir}/python*/site-packages/tests/* +} + +DEPENDS += " \ + python-pbr-native \ + " + +RDEPENDS_${PN} += " \ + python-pbr \ + " -- cgit v1.2.3-54-g00ecf