From d098f39c3953692e8d48aacf1b976ac5a802410b Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 18 Sep 2017 15:43:24 -0400 Subject: python-redis: update to version 2.10.6 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-redis.inc | 4 ++-- meta-python/recipes-devtools/python/python-redis_2.10.5.bb | 2 -- meta-python/recipes-devtools/python/python-redis_2.10.6.bb | 2 ++ meta-python/recipes-devtools/python/python3-redis_2.10.5.bb | 2 -- meta-python/recipes-devtools/python/python3-redis_2.10.6.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-redis_2.10.5.bb create mode 100644 meta-python/recipes-devtools/python/python-redis_2.10.6.bb delete mode 100644 meta-python/recipes-devtools/python/python3-redis_2.10.5.bb create mode 100644 meta-python/recipes-devtools/python/python3-redis_2.10.6.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-redis.inc b/meta-python/recipes-devtools/python/python-redis.inc index 17ff231a05..571bb084a1 100644 --- a/meta-python/recipes-devtools/python/python-redis.inc +++ b/meta-python/recipes-devtools/python/python-redis.inc @@ -4,5 +4,5 @@ HOMEPAGE = "http://github.com/andymccurdy/redis-py" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=51d9ad56299ab60ba7be65a621004f27" -SRC_URI[md5sum] = "3b26c2b9703b4b56b30a1ad508e31083" -SRC_URI[sha256sum] = "5dfbae6acfc54edf0a7a415b99e0b21c0a3c27a7f787b292eea727b1facc5533" +SRC_URI[md5sum] = "048348d8cfe0b5d0bba2f4d835005c3b" +SRC_URI[sha256sum] = "a22ca993cea2962dbb588f9f30d0015ac4afcc45bee27d3978c0dbe9e97c6c0f" diff --git a/meta-python/recipes-devtools/python/python-redis_2.10.5.bb b/meta-python/recipes-devtools/python/python-redis_2.10.5.bb deleted file mode 100644 index 6c3ca8516c..0000000000 --- a/meta-python/recipes-devtools/python/python-redis_2.10.5.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-redis.inc diff --git a/meta-python/recipes-devtools/python/python-redis_2.10.6.bb b/meta-python/recipes-devtools/python/python-redis_2.10.6.bb new file mode 100644 index 0000000000..6c3ca8516c --- /dev/null +++ b/meta-python/recipes-devtools/python/python-redis_2.10.6.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-redis.inc diff --git a/meta-python/recipes-devtools/python/python3-redis_2.10.5.bb b/meta-python/recipes-devtools/python/python3-redis_2.10.5.bb deleted file mode 100644 index b192ed8725..0000000000 --- a/meta-python/recipes-devtools/python/python3-redis_2.10.5.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-redis.inc diff --git a/meta-python/recipes-devtools/python/python3-redis_2.10.6.bb b/meta-python/recipes-devtools/python/python3-redis_2.10.6.bb new file mode 100644 index 0000000000..b192ed8725 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-redis_2.10.6.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-redis.inc -- cgit 1.2.3-korg