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: Sat Oct 28 09:06:26 UTC 2017
Modified Files:
pkgsrc/time/py-pendulum: Makefile distinfo
Log Message:
py-pendulum: updated to 1.3.1
1.3.1:
Fixed inaccuracy of in_days() method on DST transitions.
Fixed seconds inaccuracy for past datetimes.
1.3.0:
Added support for the alternative formatter's tokens in from_format().
Added a timezones module attribute to expose available timezones.
Added the exact keyword to parse() which behaves exactly like strict.
Dropped support for Python 3.2 and 3.3.
The classic formatter in from_format() is now deprecated.
Fixed th locale.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/time/py-pendulum/Makefile:1.2
--- pkgsrc/time/py-pendulum/Makefile:1.1 Fri Sep 29 21:18:49 2017
+++ pkgsrc/time/py-pendulum/Makefile Sat Oct 28 09:06:26 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/09/29 21:18:49 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2017/10/28 09:06:26 adam Exp $
-DISTNAME= pendulum-1.2.5
+DISTNAME= pendulum-1.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= python time
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pendulum/}
@@ -10,9 +10,10 @@ HOMEPAGE= https://github.com/sdispater/p
COMMENT= Human-friendly date and time handling
LICENSE= mit
-DEPENDS+= ${PYPKGPREFIX}-tzdata-[0-9]*:../../time/py-tzdata
-DEPENDS+= ${PYPKGPREFIX}-tzlocal-[0-9]*:../../time/py-tzlocal
-DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
+DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
+DEPENDS+= ${PYPKGPREFIX}-tzdata-[0-9]*:../../time/py-tzdata
+DEPENDS+= ${PYPKGPREFIX}-tzlocal-[0-9]*:../../time/py-tzlocal
+BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/time/py-pendulum/distinfo
diff -u pkgsrc/time/py-pendulum/distinfo:1.1 pkgsrc/time/py-pendulum/distinfo:1.2
--- pkgsrc/time/py-pendulum/distinfo:1.1 Fri Sep 29 21:18:49 2017
+++ pkgsrc/time/py-pendulum/distinfo Sat Oct 28 09:06:26 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/09/29 21:18:49 joerg Exp $
+$NetBSD: distinfo,v 1.2 2017/10/28 09:06:26 adam Exp $
-SHA1 (pendulum-1.2.5.tar.gz) = 0646251d5e9655170ad2572ef0b5da1a354dee84
-RMD160 (pendulum-1.2.5.tar.gz) = 7aa68905038ed352b97473286d8540958cb22a2c
-SHA512 (pendulum-1.2.5.tar.gz) = eb0b3434a895d4543e86425ec3b8595821f9835fd520140074659f5d0b3083f797b5d339dd8e0b12d10b3cffb12f3a94b992d3927f53456adcbed3e386adf210
-Size (pendulum-1.2.5.tar.gz) = 69938 bytes
+SHA1 (pendulum-1.3.1.tar.gz) = d998a421ae3d015be1212714e903ae78a1e1ac59
+RMD160 (pendulum-1.3.1.tar.gz) = 71cee8cc4a188e0ae307fd1e74d855670e35305e
+SHA512 (pendulum-1.3.1.tar.gz) = 08899dd5d97a224906da06efdb7c6836f78c97ea5e199f7bb653c933cd9ea97bfa1e4e06a2e6e7688888c9e4c412cfdb88d8208b4c5c6913ece6c1493a867811
+Size (pendulum-1.3.1.tar.gz) = 74928 bytes
Home |
Main Index |
Thread Index |
Old Index