From 5cfe9e733d621e4d928d589a05d679f2d7f5e971 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sat, 9 Jul 2016 09:17:59 -0400 Subject: python-xlrd: update to version 1.0.0 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-xlrd.inc | 4 ++-- meta-python/recipes-devtools/python/python-xlrd_0.9.4.bb | 2 -- meta-python/recipes-devtools/python/python-xlrd_1.0.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-xlrd_0.9.4.bb | 2 -- meta-python/recipes-devtools/python/python3-xlrd_1.0.0.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-xlrd_0.9.4.bb create mode 100644 meta-python/recipes-devtools/python/python-xlrd_1.0.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-xlrd_0.9.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-xlrd_1.0.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-xlrd.inc b/meta-python/recipes-devtools/python/python-xlrd.inc index 3c0d26d4d8..a0dfb40ce1 100644 --- a/meta-python/recipes-devtools/python/python-xlrd.inc +++ b/meta-python/recipes-devtools/python/python-xlrd.inc @@ -6,5 +6,5 @@ HOMEPAGE = "http://www.python-excel.org/" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://xlrd/licences.py;md5=b59dace5cc1db604c4219100b0422811" -SRC_URI[md5sum] = "911839f534d29fe04525ef8cd88fe865" -SRC_URI[sha256sum] = "8e8d3359f39541a6ff937f4030db54864836a06e42988c452db5b6b86d29ea72" +SRC_URI[md5sum] = "9a91b688cd4945477ac28187a54f9a3b" +SRC_URI[sha256sum] = "0ff87dd5d50425084f7219cb6f86bb3eb5aa29063f53d50bf270ed007e941069" diff --git a/meta-python/recipes-devtools/python/python-xlrd_0.9.4.bb b/meta-python/recipes-devtools/python/python-xlrd_0.9.4.bb deleted file mode 100644 index 3a4d709eb4..0000000000 --- a/meta-python/recipes-devtools/python/python-xlrd_0.9.4.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-xlrd.inc diff --git a/meta-python/recipes-devtools/python/python-xlrd_1.0.0.bb b/meta-python/recipes-devtools/python/python-xlrd_1.0.0.bb new file mode 100644 index 0000000000..3a4d709eb4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-xlrd_1.0.0.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-xlrd.inc diff --git a/meta-python/recipes-devtools/python/python3-xlrd_0.9.4.bb b/meta-python/recipes-devtools/python/python3-xlrd_0.9.4.bb deleted file mode 100644 index b7bd969c71..0000000000 --- a/meta-python/recipes-devtools/python/python3-xlrd_0.9.4.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-xlrd.inc diff --git a/meta-python/recipes-devtools/python/python3-xlrd_1.0.0.bb b/meta-python/recipes-devtools/python/python3-xlrd_1.0.0.bb new file mode 100644 index 0000000000..b7bd969c71 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-xlrd_1.0.0.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-xlrd.inc -- cgit v1.2.3-54-g00ecf