From 13c51f587d344b1a1beae72de21c333822c6ba50 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 16 Jun 2017 13:15:39 -0400 Subject: python-gevent: update to version 1.2.2 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-gevent.inc | 6 +++--- meta-python/recipes-devtools/python/python-gevent_1.2.1.bb | 3 --- meta-python/recipes-devtools/python/python-gevent_1.2.2.bb | 3 +++ meta-python/recipes-devtools/python/python3-gevent_1.2.1.bb | 3 --- meta-python/recipes-devtools/python/python3-gevent_1.2.2.bb | 3 +++ 5 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-gevent_1.2.1.bb create mode 100644 meta-python/recipes-devtools/python/python-gevent_1.2.2.bb delete mode 100644 meta-python/recipes-devtools/python/python3-gevent_1.2.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-gevent_1.2.2.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-gevent.inc b/meta-python/recipes-devtools/python/python-gevent.inc index deeceaee0b..8889cfb5a7 100644 --- a/meta-python/recipes-devtools/python/python-gevent.inc +++ b/meta-python/recipes-devtools/python/python-gevent.inc @@ -3,7 +3,7 @@ DESCRIPTION = "gevent is a coroutine-based Python networking library that uses g a high-level synchronous API on top of the libevent event loop." HOMEPAGE = "http://www.gevent.org" LICENSE = "MIT & Python-2.0 & BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2dbb33d00e1fd31c7041460a81ac0bd2 \ +LIC_FILES_CHKSUM = "file://LICENSE;md5=4de99aac27b470c29c6c309e0c279b65 \ file://NOTICE;md5=5966cd2c6582656d28ab3c33da3860f8 \ file://deps/libev/LICENSE;md5=d6ad416afd040c90698edcdf1cbee347" DEPENDS += "libevent" @@ -20,8 +20,8 @@ SRC_URI_append = " \ file://libev-conf.patch;patch=1;pnum=1 \ " -SRC_URI[md5sum] = "6700a2433c8e0635425e6798760efc81" -SRC_URI[sha256sum] = "3de300d0e32c31311e426e4d5d73b36777ed99c2bac3f8fbad939eeb2c29fa7c" +SRC_URI[md5sum] = "7f0baf355384fe5ff2ecf66853422554" +SRC_URI[sha256sum] = "4791c8ae9c57d6f153354736e1ccab1e2baf6c8d9ae5a77a9ac90f41e2966b2d" # The python-gevent has no autoreconf ability # and the logic for detecting a cross compile is flawed diff --git a/meta-python/recipes-devtools/python/python-gevent_1.2.1.bb b/meta-python/recipes-devtools/python/python-gevent_1.2.1.bb deleted file mode 100644 index f357c95273..0000000000 --- a/meta-python/recipes-devtools/python/python-gevent_1.2.1.bb +++ /dev/null @@ -1,3 +0,0 @@ -require python-gevent.inc -inherit setuptools - diff --git a/meta-python/recipes-devtools/python/python-gevent_1.2.2.bb b/meta-python/recipes-devtools/python/python-gevent_1.2.2.bb new file mode 100644 index 0000000000..f357c95273 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-gevent_1.2.2.bb @@ -0,0 +1,3 @@ +require python-gevent.inc +inherit setuptools + diff --git a/meta-python/recipes-devtools/python/python3-gevent_1.2.1.bb b/meta-python/recipes-devtools/python/python3-gevent_1.2.1.bb deleted file mode 100644 index 1f172e5868..0000000000 --- a/meta-python/recipes-devtools/python/python3-gevent_1.2.1.bb +++ /dev/null @@ -1,3 +0,0 @@ -require python-gevent.inc -inherit setuptools3 - diff --git a/meta-python/recipes-devtools/python/python3-gevent_1.2.2.bb b/meta-python/recipes-devtools/python/python3-gevent_1.2.2.bb new file mode 100644 index 0000000000..1f172e5868 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-gevent_1.2.2.bb @@ -0,0 +1,3 @@ +require python-gevent.inc +inherit setuptools3 + -- cgit v1.2.3-54-g00ecf