From 47a9500b47f062be9d1b625b6090b1642e324007 Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Mon, 24 Apr 2017 10:36:15 +0200 Subject: python-pytz, python3-pytz: update to 2017.2 - License checksum changed due to copyright year update to 2017. - Source package extension changed form to zip. Signed-off-by: Pascal Bach Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pytz.inc | 7 ++++--- meta-python/recipes-devtools/python/python-pytz_2016.10.bb | 2 -- meta-python/recipes-devtools/python/python-pytz_2017.2.bb | 2 ++ meta-python/recipes-devtools/python/python3-pytz_2016.10.bb | 2 -- meta-python/recipes-devtools/python/python3-pytz_2017.2.bb | 2 ++ 5 files changed, 8 insertions(+), 7 deletions(-) delete mode 100755 meta-python/recipes-devtools/python/python-pytz_2016.10.bb create mode 100755 meta-python/recipes-devtools/python/python-pytz_2017.2.bb delete mode 100755 meta-python/recipes-devtools/python/python3-pytz_2016.10.bb create mode 100755 meta-python/recipes-devtools/python/python3-pytz_2017.2.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-pytz.inc b/meta-python/recipes-devtools/python/python-pytz.inc index 17ffbfd5ff..1c6564b418 100644 --- a/meta-python/recipes-devtools/python/python-pytz.inc +++ b/meta-python/recipes-devtools/python/python-pytz.inc @@ -1,12 +1,13 @@ SUMMARY = "World timezone definitions, modern and historical" HOMEPAGE = "http://pythonhosted.org/pytz" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22b38951eb857cf285a4560a914b7cd6" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=39ea92752a35cf67d8a885d8e3af3c69" inherit pypi +PYPI_PACKAGE_EXT = "zip" -SRC_URI[md5sum] = "cc9f16ba436efabdcef3c4d32ae4919c" -SRC_URI[sha256sum] = "9a43e20aa537cfad8fe7a1715165c91cb4a6935d40947f2d070e4c80f2dcd22b" +SRC_URI[md5sum] = "f89bde8a811c8a1a5bac17eaaa94383c" +SRC_URI[sha256sum] = "f5c056e8f62d45ba8215e5cb8f50dfccb198b4b9fbea8500674f3443e4689589" RDEPENDS_${PN}_class-target += "\ ${PYTHON_PN}-datetime \ diff --git a/meta-python/recipes-devtools/python/python-pytz_2016.10.bb b/meta-python/recipes-devtools/python/python-pytz_2016.10.bb deleted file mode 100755 index f2ffc596f8..0000000000 --- a/meta-python/recipes-devtools/python/python-pytz_2016.10.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-pytz.inc diff --git a/meta-python/recipes-devtools/python/python-pytz_2017.2.bb b/meta-python/recipes-devtools/python/python-pytz_2017.2.bb new file mode 100755 index 0000000000..f2ffc596f8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pytz_2017.2.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-pytz.inc diff --git a/meta-python/recipes-devtools/python/python3-pytz_2016.10.bb b/meta-python/recipes-devtools/python/python3-pytz_2016.10.bb deleted file mode 100755 index 19a89dc55d..0000000000 --- a/meta-python/recipes-devtools/python/python3-pytz_2016.10.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-pytz.inc diff --git a/meta-python/recipes-devtools/python/python3-pytz_2017.2.bb b/meta-python/recipes-devtools/python/python3-pytz_2017.2.bb new file mode 100755 index 0000000000..19a89dc55d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytz_2017.2.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-pytz.inc -- cgit 1.2.3-korg