From c957a5b63d3c2b1535ae1a8fc17fab4a9ebe1204 Mon Sep 17 00:00:00 2001 From: Yuan Chao Date: Mon, 26 Aug 2019 16:18:58 +0900 Subject: python-eventlet: upgrade 0.25.0 -> 0.25.1 Signed-off-by: Yuan Chao Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-eventlet_0.25.0.bb | 10 ---------- .../recipes-devtools/python/python-eventlet_0.25.1.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-eventlet_0.25.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python-eventlet_0.25.1.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-eventlet_0.25.0.bb b/meta-openstack/recipes-devtools/python/python-eventlet_0.25.0.bb deleted file mode 100644 index c3eabb2..0000000 --- a/meta-openstack/recipes-devtools/python/python-eventlet_0.25.0.bb +++ /dev/null @@ -1,10 +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" - -SRC_URI[md5sum] = "a7e8759e6684352ea81a157b6f93fb9b" -SRC_URI[sha256sum] = "f0610bd0d3bb3d51d69f74caa4ad04fc7bce424cdb72e54d08ccda90d8c69800" - -inherit setuptools pypi diff --git a/meta-openstack/recipes-devtools/python/python-eventlet_0.25.1.bb b/meta-openstack/recipes-devtools/python/python-eventlet_0.25.1.bb new file mode 100644 index 0000000..d2878b6 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-eventlet_0.25.1.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "Highly concurrent networking library" +HOMEPAGE = "http://pypi.python.org/pypi/eventlet" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778" + +SRC_URI[md5sum] = "8d7145af6506d5418c5a6bee7bf0b7e7" +SRC_URI[sha256sum] = "6c9c625af48424c4680d89314dbe45a76cc990cf002489f9469ff214b044ffc1" + +inherit setuptools pypi -- cgit v1.2.3-54-g00ecf