pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/py-pendulum



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug  7 10:09:43 UTC 2018

Modified Files:
        pkgsrc/time/py-pendulum: Makefile distinfo

Log Message:
py-pendulum: updated to 2.0.3

2.0.3:
Fixed handling of pytz timezones.
Fixed some formatter's tokens handling.
Fixed errors on some systems when retrieving timezone from localtime files.
Fixed diff methods.
Fixed closest()/farthest() methods.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/time/py-pendulum/Makefile \
    pkgsrc/time/py-pendulum/distinfo

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-pendulum/Makefile
diff -u pkgsrc/time/py-pendulum/Makefile:1.9 pkgsrc/time/py-pendulum/Makefile:1.10
--- pkgsrc/time/py-pendulum/Makefile:1.9        Sat Jun 16 13:06:54 2018
+++ pkgsrc/time/py-pendulum/Makefile    Tue Aug  7 10:09:43 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2018/06/16 13:06:54 adam Exp $
+# $NetBSD: Makefile,v 1.10 2018/08/07 10:09:43 adam Exp $
 
-DISTNAME=      pendulum-2.0.2
+DISTNAME=      pendulum-2.0.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pendulum/}
Index: pkgsrc/time/py-pendulum/distinfo
diff -u pkgsrc/time/py-pendulum/distinfo:1.9 pkgsrc/time/py-pendulum/distinfo:1.10
--- pkgsrc/time/py-pendulum/distinfo:1.9        Sat Jun 16 13:06:54 2018
+++ pkgsrc/time/py-pendulum/distinfo    Tue Aug  7 10:09:43 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2018/06/16 13:06:54 adam Exp $
+$NetBSD: distinfo,v 1.10 2018/08/07 10:09:43 adam Exp $
 
-SHA1 (pendulum-2.0.2.tar.gz) = 4fbb9c4e25517cd087cff0e7b55fc563910d932a
-RMD160 (pendulum-2.0.2.tar.gz) = 5e3d07cea23ad0c0024f2a689e511e22e93c31ae
-SHA512 (pendulum-2.0.2.tar.gz) = 9e04f2d53d81be62a96deee6c4714599a15e5679cc348c46e30588bed9e67216b84de521d9e1d815f3a6f6b5f6c1cba06aa87fbbfacbf8585e27c238335b99e0
-Size (pendulum-2.0.2.tar.gz) = 75502 bytes
+SHA1 (pendulum-2.0.3.tar.gz) = 10d60882c4d57e53c1fa2847a0d5eeba96c96d20
+RMD160 (pendulum-2.0.3.tar.gz) = 47d9bd2e656f92c675596bf9e16642ae14ac8abf
+SHA512 (pendulum-2.0.3.tar.gz) = 79bf1fa6d5ffa47264a247ad613c1f2a54f751c7be53f540ed71a7bac0f957ead0025e6559ab85415cb4911e0993f9de3f8dc9cfd17834932720dddc995a55e0
+Size (pendulum-2.0.3.tar.gz) = 75580 bytes



Home | Main Index | Thread Index | Old Index