From 91d4dd4231330af327e8d0767c4baa07c1dc260f Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Mon, 30 Jan 2017 09:03:42 +0100 Subject: python-pytz: update to 2016.10 Signed-off-by: Pascal Bach Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pytz.inc | 4 ++-- meta-python/recipes-devtools/python/python-pytz_2016.10.bb | 2 ++ meta-python/recipes-devtools/python/python-pytz_2016.7.bb | 2 -- meta-python/recipes-devtools/python/python3-pytz_2016.10.bb | 2 ++ meta-python/recipes-devtools/python/python3-pytz_2016.7.bb | 2 -- 5 files changed, 6 insertions(+), 6 deletions(-) create mode 100755 meta-python/recipes-devtools/python/python-pytz_2016.10.bb delete mode 100755 meta-python/recipes-devtools/python/python-pytz_2016.7.bb create mode 100755 meta-python/recipes-devtools/python/python3-pytz_2016.10.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pytz_2016.7.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-pytz.inc b/meta-python/recipes-devtools/python/python-pytz.inc index 73106daffa..17ffbfd5ff 100644 --- a/meta-python/recipes-devtools/python/python-pytz.inc +++ b/meta-python/recipes-devtools/python/python-pytz.inc @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22b38951eb857cf285a4560a914b7cd6" inherit pypi -SRC_URI[md5sum] = "8660ba7c3c0abd23e6e4efa493b02966" -SRC_URI[sha256sum] = "8787de03f35f31699bcaf127e56ad14c00647965ed24d72dbaca87c6e4f843a3" +SRC_URI[md5sum] = "cc9f16ba436efabdcef3c4d32ae4919c" +SRC_URI[sha256sum] = "9a43e20aa537cfad8fe7a1715165c91cb4a6935d40947f2d070e4c80f2dcd22b" 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 new file mode 100755 index 0000000000..f2ffc596f8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pytz_2016.10.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-pytz.inc diff --git a/meta-python/recipes-devtools/python/python-pytz_2016.7.bb b/meta-python/recipes-devtools/python/python-pytz_2016.7.bb deleted file mode 100755 index f2ffc596f8..0000000000 --- a/meta-python/recipes-devtools/python/python-pytz_2016.7.bb +++ /dev/null @@ -1,2 +0,0 @@ -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 new file mode 100755 index 0000000000..19a89dc55d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytz_2016.10.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-pytz.inc diff --git a/meta-python/recipes-devtools/python/python3-pytz_2016.7.bb b/meta-python/recipes-devtools/python/python3-pytz_2016.7.bb deleted file mode 100644 index 19a89dc55d..0000000000 --- a/meta-python/recipes-devtools/python/python3-pytz_2016.7.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-pytz.inc -- cgit 1.2.3-korg