pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/py-tzlocal



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Dec  6 12:21:03 UTC 2017

Modified Files:
        pkgsrc/time/py-tzlocal: Makefile PLIST distinfo

Log Message:
py-tzlocal: updated to 1.5.1

1.5.1:
- 1.5 had a bug that slipped through testing, fixed that,
increased test coverage.

1.5:
- No longer treats macOS as special, but as a unix.
- get_windows_info.py is renamed to update_windows_mappings.py
- Windows mappings now also contain mappings from deprecated zoneinfo names.
(Preston-Landers, regebro)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/time/py-tzlocal/Makefile \
    pkgsrc/time/py-tzlocal/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/time/py-tzlocal/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/py-tzlocal/Makefile
diff -u pkgsrc/time/py-tzlocal/Makefile:1.3 pkgsrc/time/py-tzlocal/Makefile:1.4
--- pkgsrc/time/py-tzlocal/Makefile:1.3 Tue May  9 20:10:27 2017
+++ pkgsrc/time/py-tzlocal/Makefile     Wed Dec  6 12:21:02 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2017/05/09 20:10:27 adam Exp $
+# $NetBSD: Makefile,v 1.4 2017/12/06 12:21:02 adam Exp $
 
-DISTNAME=      tzlocal-1.4
+DISTNAME=      tzlocal-1.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tzlocal/}
Index: pkgsrc/time/py-tzlocal/distinfo
diff -u pkgsrc/time/py-tzlocal/distinfo:1.3 pkgsrc/time/py-tzlocal/distinfo:1.4
--- pkgsrc/time/py-tzlocal/distinfo:1.3 Tue May  9 20:10:27 2017
+++ pkgsrc/time/py-tzlocal/distinfo     Wed Dec  6 12:21:02 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/05/09 20:10:27 adam Exp $
+$NetBSD: distinfo,v 1.4 2017/12/06 12:21:02 adam Exp $
 
-SHA1 (tzlocal-1.4.tar.gz) = 98da003bd7e4aba02cfb6d1d62a8b5576c666310
-RMD160 (tzlocal-1.4.tar.gz) = 53218c51703904424f6541ad4344bed4e9dad9d2
-SHA512 (tzlocal-1.4.tar.gz) = e846f00cb0571da0c891ca8576d614ebfed622431201c713ef38a80fc990fa19298873bad74e5020648ec4b8307ce8362412e0e05d260121e9d70691814a321b
-Size (tzlocal-1.4.tar.gz) = 15279 bytes
+SHA1 (tzlocal-1.5.1.tar.gz) = 98dc51724f3201f66f4ec36f22b99bd03f3059bd
+RMD160 (tzlocal-1.5.1.tar.gz) = b94a22de3c11118197808f3ded2824c272290484
+SHA512 (tzlocal-1.5.1.tar.gz) = 9141e3941435fa16afe040f49b8225cdc3434e10003275fe5df9166cb9562764a51c83bc16b6d5be197feb45c913859a37393e13285f0e612510ce076a6451d9
+Size (tzlocal-1.5.1.tar.gz) = 16809 bytes

Index: pkgsrc/time/py-tzlocal/PLIST
diff -u pkgsrc/time/py-tzlocal/PLIST:1.2 pkgsrc/time/py-tzlocal/PLIST:1.3
--- pkgsrc/time/py-tzlocal/PLIST:1.2    Tue May  9 20:10:27 2017
+++ pkgsrc/time/py-tzlocal/PLIST        Wed Dec  6 12:21:02 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/05/09 20:10:27 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/12/06 12:21:02 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -8,9 +8,6 @@ ${PYSITELIB}/${EGG_INFODIR}/zip-safe
 ${PYSITELIB}/tzlocal/__init__.py
 ${PYSITELIB}/tzlocal/__init__.pyc
 ${PYSITELIB}/tzlocal/__init__.pyo
-${PYSITELIB}/tzlocal/darwin.py
-${PYSITELIB}/tzlocal/darwin.pyc
-${PYSITELIB}/tzlocal/darwin.pyo
 ${PYSITELIB}/tzlocal/test_data/Harare
 ${PYSITELIB}/tzlocal/test_data/localtime/etc/localtime
 ${PYSITELIB}/tzlocal/test_data/symlink_localtime/etc/localtime



Home | Main Index | Thread Index | Old Index