summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-04-26 07:53:20 +0000
committeradam <adam@pkgsrc.org>2018-04-26 07:53:20 +0000
commitdd1b21d2eb2219ca1b633f96f19319962a700012 (patch)
tree31db6e04cfa7f627c3fd922c4d8f5682f081305d /time
parent11bdeff1723e0cd2088e055d464987ba4d9444c3 (diff)
downloadpkgsrc-dd1b21d2eb2219ca1b633f96f19319962a700012.tar.gz
py-pendulum: updated to 1.5.1
1.5.1 Fixed set() not acception the tz keyword argument. Fixed datetime() not setting the timezone to UTC by default. 1.5.0 Added the datetime() helper. Added the set() method to set properties. Added the is_utc() and is_local() methods. year_(), month_(), day_(), hour_(), minute_(), second_(), microsecond_() are now deprecated. timezone_() and tz_() are now deprecated. timestamp_() is now deprecated. with_date_time(), with_time_from_string() and with_timestamp() are now deprecated. between() is now deprecated. min_(), max_(), minimum(), maximum() are now deprecated. is_today(), is_yesterday(), is_tomorrow() and is_same_day() are now depecreated. is_sunday() -> is_saturday() are now deprecated. The utc and local properties are now deprecated. Use is_utc() and is_local() instead.
Diffstat (limited to 'time')
-rw-r--r--time/py-pendulum/Makefile4
-rw-r--r--time/py-pendulum/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/time/py-pendulum/Makefile b/time/py-pendulum/Makefile
index c62b0654c58..4077d72c43a 100644
--- a/time/py-pendulum/Makefile
+++ b/time/py-pendulum/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2018/03/23 09:04:51 adam Exp $
+# $NetBSD: Makefile,v 1.8 2018/04/26 07:53:20 adam Exp $
-DISTNAME= pendulum-1.4.4
+DISTNAME= pendulum-1.5.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= time python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pendulum/}
diff --git a/time/py-pendulum/distinfo b/time/py-pendulum/distinfo
index 188ae50d887..afe99751513 100644
--- a/time/py-pendulum/distinfo
+++ b/time/py-pendulum/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2018/03/23 09:04:51 adam Exp $
+$NetBSD: distinfo,v 1.8 2018/04/26 07:53:20 adam Exp $
-SHA1 (pendulum-1.4.4.tar.gz) = 28d31a441f426db6e23a30f2979aeb2e3b4d8ee1
-RMD160 (pendulum-1.4.4.tar.gz) = f50d867eb0ac5973bd3ad3b3c65a4829f083c330
-SHA512 (pendulum-1.4.4.tar.gz) = d01910e20d05d107f720f778e62624279113bb383d5dcaffb18b9567e64d3974902b58443aa63c4715f1c2d81716c8e0050452b34a19205c9c347290cb05bdcb
-Size (pendulum-1.4.4.tar.gz) = 74994 bytes
+SHA1 (pendulum-1.5.1.tar.gz) = e4f08402af09304d3947a11a329566f5236da0c3
+RMD160 (pendulum-1.5.1.tar.gz) = ea3e6cdf341d19b8e2a51e04b53011a0f669d5f1
+SHA512 (pendulum-1.5.1.tar.gz) = e0afc66412fbfc5726a7551739bbda80bd02f4bbe6399cfffa54fe8a5bce98da2005fc99ef68e2dfcd34e08babe2be3d94b82645e3316e406ee8fa86a556d63d
+Size (pendulum-1.5.1.tar.gz) = 76100 bytes