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:           Sun Feb 25 21:25:51 UTC 2018

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

Log Message:
py-pendulum: updated to 1.4.2

1.4.2:
Fixed an offset error when subtracting datetimes in the same timezone.
Fixed wrong value returned by tzname() for the UTC timezone.
Fixed deepcopy() raising an error when using UTC.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/time/py-pendulum/Makefile:1.6
--- pkgsrc/time/py-pendulum/Makefile:1.5        Thu Feb  8 16:42:40 2018
+++ pkgsrc/time/py-pendulum/Makefile    Sun Feb 25 21:25:51 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2018/02/08 16:42:40 adam Exp $
+# $NetBSD: Makefile,v 1.6 2018/02/25 21:25:51 adam Exp $
 
-DISTNAME=      pendulum-1.4.1
+DISTNAME=      pendulum-1.4.2
 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.5 pkgsrc/time/py-pendulum/distinfo:1.6
--- pkgsrc/time/py-pendulum/distinfo:1.5        Thu Feb  8 16:42:40 2018
+++ pkgsrc/time/py-pendulum/distinfo    Sun Feb 25 21:25:51 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/02/08 16:42:40 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/02/25 21:25:51 adam Exp $
 
-SHA1 (pendulum-1.4.1.tar.gz) = 3beceb73dc2a75643753197de9f250a25e7040d5
-RMD160 (pendulum-1.4.1.tar.gz) = 92616a811e8c2b64dc3093a2e80f9c28988a9b08
-SHA512 (pendulum-1.4.1.tar.gz) = 5570a7a764f28555f28684d2527c4c4086e70b1d39a471c90f46863c3fe466fb13dca5f0ec962a18d1d9321913478d21efe925392a59e1f4be593ddb59d84025
-Size (pendulum-1.4.1.tar.gz) = 75020 bytes
+SHA1 (pendulum-1.4.2.tar.gz) = da47df5826d0223fbf447690f2059da8b70bce52
+RMD160 (pendulum-1.4.2.tar.gz) = 4f9d718512258dee10b237eb8b3a10b0117c3b0b
+SHA512 (pendulum-1.4.2.tar.gz) = ad83f48fb5601ab759b204b9bfe3f992783bfe7c5ef0616e1dc2ccd9afa2e0669a92ada86011db6554dee3e6faa1a44e0f12dc19b19c2f047cdec9665d63bf23
+Size (pendulum-1.4.2.tar.gz) = 75074 bytes



Home | Main Index | Thread Index | Old Index