From 153bfba793a376e484cb5831a093dd3d25d47b80 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 12 Nov 2017 12:25:01 -0500 Subject: python-pytz: update to version 2017.3 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-pytz.inc | 4 ++-- meta-python/recipes-devtools/python/python-pytz_2017.2.bb | 2 -- meta-python/recipes-devtools/python/python-pytz_2017.3.bb | 2 ++ meta-python/recipes-devtools/python/python3-pytz_2017.2.bb | 2 -- meta-python/recipes-devtools/python/python3-pytz_2017.3.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100755 meta-python/recipes-devtools/python/python-pytz_2017.2.bb create mode 100755 meta-python/recipes-devtools/python/python-pytz_2017.3.bb delete mode 100755 meta-python/recipes-devtools/python/python3-pytz_2017.2.bb create mode 100755 meta-python/recipes-devtools/python/python3-pytz_2017.3.bb diff --git a/meta-python/recipes-devtools/python/python-pytz.inc b/meta-python/recipes-devtools/python/python-pytz.inc index 1c6564b418..026489a4aa 100644 --- a/meta-python/recipes-devtools/python/python-pytz.inc +++ b/meta-python/recipes-devtools/python/python-pytz.inc @@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=39ea92752a35cf67d8a885d8e3af3c69" inherit pypi PYPI_PACKAGE_EXT = "zip" -SRC_URI[md5sum] = "f89bde8a811c8a1a5bac17eaaa94383c" -SRC_URI[sha256sum] = "f5c056e8f62d45ba8215e5cb8f50dfccb198b4b9fbea8500674f3443e4689589" +SRC_URI[md5sum] = "7006b56c0d68a162d9fe57d4249c3171" +SRC_URI[sha256sum] = "fae4cffc040921b8a2d60c6cf0b5d662c1190fe54d718271db4eb17d44a185b7" RDEPENDS_${PN}_class-target += "\ ${PYTHON_PN}-datetime \ diff --git a/meta-python/recipes-devtools/python/python-pytz_2017.2.bb b/meta-python/recipes-devtools/python/python-pytz_2017.2.bb deleted file mode 100755 index f2ffc596f8..0000000000 --- a/meta-python/recipes-devtools/python/python-pytz_2017.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-pytz.inc diff --git a/meta-python/recipes-devtools/python/python-pytz_2017.3.bb b/meta-python/recipes-devtools/python/python-pytz_2017.3.bb new file mode 100755 index 0000000000..f2ffc596f8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pytz_2017.3.bb @@ -0,0 +1,2 @@ +inherit setuptools +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 deleted file mode 100755 index 19a89dc55d..0000000000 --- a/meta-python/recipes-devtools/python/python3-pytz_2017.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-pytz.inc diff --git a/meta-python/recipes-devtools/python/python3-pytz_2017.3.bb b/meta-python/recipes-devtools/python/python3-pytz_2017.3.bb new file mode 100755 index 0000000000..19a89dc55d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytz_2017.3.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-pytz.inc -- cgit 1.2.3-korg