From 6c1c9bde9b96db08e78fecb7aeef6fb5e0fda80a Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 20 Aug 2014 15:28:49 -0400 Subject: eventlet: uprev to 0.15.1 Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-eventlet_0.15.0.bb | 17 ----------------- .../recipes-devtools/python/python-eventlet_0.15.1.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-eventlet_0.15.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python-eventlet_0.15.1.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-eventlet_0.15.0.bb b/meta-openstack/recipes-devtools/python/python-eventlet_0.15.0.bb deleted file mode 100644 index 2c5d4c5..0000000 --- a/meta-openstack/recipes-devtools/python/python-eventlet_0.15.0.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "Highly concurrent networking library" -HOMEPAGE = "http://pypi.python.org/pypi/eventlet" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778" - -PR = "r0" -SRCNAME = "eventlet" - -SRC_URI = "http://pypi.python.org/packages/source/e/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "d40439ab93bd1d22757819a6a1a1737b" -SRC_URI[sha256sum] = "fdd5075ba72688ecb845ddde2b374e8c2c617d02ddd95d68e7505c8aa782637f" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools diff --git a/meta-openstack/recipes-devtools/python/python-eventlet_0.15.1.bb b/meta-openstack/recipes-devtools/python/python-eventlet_0.15.1.bb new file mode 100644 index 0000000..ea9eb3f --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-eventlet_0.15.1.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Highly concurrent networking library" +HOMEPAGE = "http://pypi.python.org/pypi/eventlet" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778" + +PR = "r0" +SRCNAME = "eventlet" + +SRC_URI = "http://pypi.python.org/packages/source/e/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "7155780824bb6344651a573838416f21" +SRC_URI[sha256sum] = "2b2ec222aba392bde157168000f0827c493f756a06dab7bc346b46439fd0f6ae" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools -- cgit v1.2.3-54-g00ecf