[oe-commits] [meta-openembedded] 23/36: python-pytz, python3-pytz: update to 2017.2

git at git.openembedded.org git at git.openembedded.org
Tue Apr 25 12:18:32 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 25f45249e578fa215e2a3bf8d60e3edb439ffd46
Author: Pascal Bach <pascal.bach at nextrem.ch>
AuthorDate: Mon Apr 24 10:36:15 2017 +0200

    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 <pascal.bach at nextrem.ch>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-python/recipes-devtools/python/python-pytz.inc                | 7 ++++---
 .../python/{python-pytz_2016.10.bb => python-pytz_2017.2.bb}       | 0
 .../python/{python3-pytz_2016.10.bb => python3-pytz_2017.2.bb}     | 0
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-pytz.inc b/meta-python/recipes-devtools/python/python-pytz.inc
index 17ffbfd..1c6564b 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_2017.2.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-pytz_2016.10.bb
rename to meta-python/recipes-devtools/python/python-pytz_2017.2.bb
diff --git a/meta-python/recipes-devtools/python/python3-pytz_2016.10.bb b/meta-python/recipes-devtools/python/python3-pytz_2017.2.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-pytz_2016.10.bb
rename to meta-python/recipes-devtools/python/python3-pytz_2017.2.bb

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list