summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-10-28 09:06:26 +0000
committeradam <adam@pkgsrc.org>2017-10-28 09:06:26 +0000
commit14866c2961c1a6dc9c5c636622d7f1cf0756a4a5 (patch)
tree4aad6b3a24aabfdadd4eded2943408488d880d1a /time
parent723434734f8cd125260f6e50c7a615e56a3d4e05 (diff)
downloadpkgsrc-14866c2961c1a6dc9c5c636622d7f1cf0756a4a5.tar.gz
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 (limited to 'time')
-rw-r--r--time/py-pendulum/Makefile11
-rw-r--r--time/py-pendulum/distinfo10
2 files changed, 11 insertions, 10 deletions
diff --git a/time/py-pendulum/Makefile b/time/py-pendulum/Makefile
index cb4538c851f..cedbd1e67ab 100644
--- a/time/py-pendulum/Makefile
+++ b/time/py-pendulum/Makefile
@@ -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/pendulum
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 --git a/time/py-pendulum/distinfo b/time/py-pendulum/distinfo
index abc6050c4ee..e38a79b9e75 100644
--- a/time/py-pendulum/distinfo
+++ b/time/py-pendulum/distinfo
@@ -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