From b7cbd4473a89506ee3a7699e63c5a23dfbaee5a1 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 11 Apr 2016 07:41:37 -0400 Subject: python-whoosh: update to 2.7.4 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-whoosh.inc | 4 ++-- meta-python/recipes-devtools/python/python-whoosh_2.7.3.bb | 2 -- meta-python/recipes-devtools/python/python-whoosh_2.7.4.bb | 2 ++ meta-python/recipes-devtools/python/python3-whoosh_2.7.3.bb | 2 -- meta-python/recipes-devtools/python/python3-whoosh_2.7.4.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-whoosh_2.7.3.bb create mode 100644 meta-python/recipes-devtools/python/python-whoosh_2.7.4.bb delete mode 100644 meta-python/recipes-devtools/python/python3-whoosh_2.7.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-whoosh_2.7.4.bb diff --git a/meta-python/recipes-devtools/python/python-whoosh.inc b/meta-python/recipes-devtools/python/python-whoosh.inc index b3cde75418..0a2cf3bf44 100644 --- a/meta-python/recipes-devtools/python/python-whoosh.inc +++ b/meta-python/recipes-devtools/python/python-whoosh.inc @@ -7,8 +7,8 @@ Whoosh works can be extended or replaced to meet your needs exactly." LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=05303186defc6141143629961c7c8a60" -SRC_URI[md5sum] = "891edeba96cec53604c0cd176284c4cf" -SRC_URI[sha256sum] = "aa6db447522e208ae652c6ce063bb23cedec47f5ed630121b3debaa011fcb9c4" +SRC_URI[md5sum] = "893433e9c0525ac043df33e6e04caab2" +SRC_URI[sha256sum] = "e0857375f63e9041e03fedd5b7541f97cf78917ac1b6b06c1fcc9b45375dda69" PYPI_PACKAGE = "Whoosh" PYPI_PACKAGE_EXT = "zip" diff --git a/meta-python/recipes-devtools/python/python-whoosh_2.7.3.bb b/meta-python/recipes-devtools/python/python-whoosh_2.7.3.bb deleted file mode 100644 index 48df360179..0000000000 --- a/meta-python/recipes-devtools/python/python-whoosh_2.7.3.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-whoosh.inc diff --git a/meta-python/recipes-devtools/python/python-whoosh_2.7.4.bb b/meta-python/recipes-devtools/python/python-whoosh_2.7.4.bb new file mode 100644 index 0000000000..48df360179 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-whoosh_2.7.4.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-whoosh.inc diff --git a/meta-python/recipes-devtools/python/python3-whoosh_2.7.3.bb b/meta-python/recipes-devtools/python/python3-whoosh_2.7.3.bb deleted file mode 100644 index 5d8af303c7..0000000000 --- a/meta-python/recipes-devtools/python/python3-whoosh_2.7.3.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-whoosh.inc diff --git a/meta-python/recipes-devtools/python/python3-whoosh_2.7.4.bb b/meta-python/recipes-devtools/python/python3-whoosh_2.7.4.bb new file mode 100644 index 0000000000..5d8af303c7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-whoosh_2.7.4.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-whoosh.inc -- cgit 1.2.3-korg