pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/py-pendulum py-pendulum: updated to 1.3.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/881c8083d15f
branches:  trunk
changeset: 370936:881c8083d15f
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Oct 28 09:06:26 2017 +0000

description:
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.

diffstat:

 time/py-pendulum/Makefile |  11 ++++++-----
 time/py-pendulum/distinfo |  10 +++++-----
 2 files changed, 11 insertions(+), 10 deletions(-)

diffs (41 lines):

diff -r b8a686da2318 -r 881c8083d15f time/py-pendulum/Makefile
--- a/time/py-pendulum/Makefile Sat Oct 28 09:01:19 2017 +0000
+++ b/time/py-pendulum/Makefile Sat Oct 28 09:06:26 2017 +0000
@@ -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 @@
 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"
diff -r b8a686da2318 -r 881c8083d15f time/py-pendulum/distinfo
--- a/time/py-pendulum/distinfo Sat Oct 28 09:01:19 2017 +0000
+++ b/time/py-pendulum/distinfo Sat Oct 28 09:06:26 2017 +0000
@@ -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