From 9f8b6ce146307b40466e8279dfdcb425ba526273 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 25 Mar 2016 18:53:16 -0400 Subject: python-pytz: update to 2016.3 (From meta-openembedded commit: 6ddf37ad7672a4ccae09d5ba304ed5be47048437) Signed-off-by: Derek Straka Signed-off-by: Tim Orling --- recipes-devtools/python/python-pytz_2015.4.bb | 14 -------------- recipes-devtools/python/python-pytz_2016.3.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 recipes-devtools/python/python-pytz_2015.4.bb create mode 100644 recipes-devtools/python/python-pytz_2016.3.bb diff --git a/recipes-devtools/python/python-pytz_2015.4.bb b/recipes-devtools/python/python-pytz_2015.4.bb deleted file mode 100644 index dedd864..0000000 --- a/recipes-devtools/python/python-pytz_2015.4.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "World timezone definitions, modern and historical" -HOMEPAGE = " http://pythonhosted.org/pytz" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22b38951eb857cf285a4560a914b7cd6" - -inherit pypi setuptools - -RDEPENDS_${PN} = "\ - python-core \ - python-datetime \ -" - -SRC_URI[md5sum] = "417a47b1c432d90333e42084a605d3d8" -SRC_URI[sha256sum] = "c4ee70cb407f9284517ac368f121cf0796a7134b961e53d9daf1aaae8f44fb90" diff --git a/recipes-devtools/python/python-pytz_2016.3.bb b/recipes-devtools/python/python-pytz_2016.3.bb new file mode 100644 index 0000000..da4e2d6 --- /dev/null +++ b/recipes-devtools/python/python-pytz_2016.3.bb @@ -0,0 +1,14 @@ +SUMMARY = "World timezone definitions, modern and historical" +HOMEPAGE = " http://pythonhosted.org/pytz" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22b38951eb857cf285a4560a914b7cd6" + +inherit pypi setuptools + +RDEPENDS_${PN} = "\ + python-core \ + python-datetime \ +" + +SRC_URI[md5sum] = "abae92c3301b27bd8a9f56b14f52cb29" +SRC_URI[sha256sum] = "3449da19051655d4c0bb5c37191331748bcad15804d81676a88451ef299370a8" -- cgit 1.2.3-korg