pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/py-pytz py-pytz: updated to 2017.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40d97bbe0267
branches:  trunk
changeset: 370997:40d97bbe0267
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 30 18:31:28 2017 +0000

description:
py-pytz: updated to 2017.3

2017.3:
This release contains rare code changes, allowing use of an environment variable to override the database location, and ability to load pickles stored with Python2 to be loaded under Python3.

diffstat:

 time/py-pytz/Makefile |   6 +++---
 time/py-pytz/PLIST    |   5 +++--
 time/py-pytz/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 10 deletions(-)

diffs (62 lines):

diff -r 1131e24287c2 -r 40d97bbe0267 time/py-pytz/Makefile
--- a/time/py-pytz/Makefile     Mon Oct 30 18:25:20 2017 +0000
+++ b/time/py-pytz/Makefile     Mon Oct 30 18:31:28 2017 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.37 2017/04/05 17:07:35 adam Exp $
+# $NetBSD: Makefile,v 1.38 2017/10/30 18:31:28 adam Exp $
 
-DISTNAME=      pytz-2017.2
+DISTNAME=      pytz-2017.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytz/}
 EXTRACT_SUFX=  .zip
 
 MAINTAINER=    markd%NetBSD.org@localhost
-HOMEPAGE=      http://pytz.sourceforge.net/
+HOMEPAGE=      http://pythonhosted.org/pytz/
 COMMENT=       World timezone definitions, modern and historical
 LICENSE=       mit
 
diff -r 1131e24287c2 -r 40d97bbe0267 time/py-pytz/PLIST
--- a/time/py-pytz/PLIST        Mon Oct 30 18:25:20 2017 +0000
+++ b/time/py-pytz/PLIST        Mon Oct 30 18:31:28 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2017/04/05 17:07:35 adam Exp $
+@comment $NetBSD: PLIST,v 1.21 2017/10/30 18:31:28 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -396,7 +396,6 @@
 ${PYSITELIB}/pytz/zoneinfo/CST6CDT
 ${PYSITELIB}/pytz/zoneinfo/Canada/Atlantic
 ${PYSITELIB}/pytz/zoneinfo/Canada/Central
-${PYSITELIB}/pytz/zoneinfo/Canada/East-Saskatchewan
 ${PYSITELIB}/pytz/zoneinfo/Canada/Eastern
 ${PYSITELIB}/pytz/zoneinfo/Canada/Mountain
 ${PYSITELIB}/pytz/zoneinfo/Canada/Newfoundland
@@ -617,7 +616,9 @@
 ${PYSITELIB}/pytz/zoneinfo/WET
 ${PYSITELIB}/pytz/zoneinfo/Zulu
 ${PYSITELIB}/pytz/zoneinfo/iso3166.tab
+${PYSITELIB}/pytz/zoneinfo/leapseconds
 ${PYSITELIB}/pytz/zoneinfo/localtime
 ${PYSITELIB}/pytz/zoneinfo/posixrules
+${PYSITELIB}/pytz/zoneinfo/tzdata.zi
 ${PYSITELIB}/pytz/zoneinfo/zone.tab
 ${PYSITELIB}/pytz/zoneinfo/zone1970.tab
diff -r 1131e24287c2 -r 40d97bbe0267 time/py-pytz/distinfo
--- a/time/py-pytz/distinfo     Mon Oct 30 18:25:20 2017 +0000
+++ b/time/py-pytz/distinfo     Mon Oct 30 18:31:28 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2017/04/05 17:07:35 adam Exp $
+$NetBSD: distinfo,v 1.32 2017/10/30 18:31:28 adam Exp $
 
-SHA1 (pytz-2017.2.zip) = c2d0024d4a6bd649290813f0a57d849accf82fa9
-RMD160 (pytz-2017.2.zip) = 678a64c631418ac9fbb6ab59d8eb893793a0c041
-SHA512 (pytz-2017.2.zip) = d67d64a64b4c21e0bd41da56020fc7b016aec9da7f3243f79b65704119f70b8a9cd4f5f905631b6761e06ecef93830e5e479e16c7b1611ac70e0cd2b39d5b916
-Size (pytz-2017.2.zip) = 502168 bytes
+SHA1 (pytz-2017.3.zip) = 505c04511467366cd3c1c1daa73d3fdc93966f7e
+RMD160 (pytz-2017.3.zip) = 74849e823fac5b2bec3da1694b895443a9983799
+SHA512 (pytz-2017.3.zip) = 7c2358cea351f1bd909e00b8f1e6fba32e9f60f2a3be8a64038ede972189e87070d95314ca430315c8a9644653cfcb8f0e4c4d87d11c472eacc5c1277a777bdc
+Size (pytz-2017.3.zip) = 527977 bytes



Home | Main Index | Thread Index | Old Index