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.5.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a707e742f3d
branches:  trunk
changeset: 379206:5a707e742f3d
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Apr 26 07:53:20 2018 +0000

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

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

diffs (27 lines):

diff -r c0336550f9a2 -r 5a707e742f3d time/py-pendulum/Makefile
--- a/time/py-pendulum/Makefile Thu Apr 26 07:49:29 2018 +0000
+++ b/time/py-pendulum/Makefile Thu Apr 26 07:53:20 2018 +0000
@@ -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 -r c0336550f9a2 -r 5a707e742f3d time/py-pendulum/distinfo
--- a/time/py-pendulum/distinfo Thu Apr 26 07:49:29 2018 +0000
+++ b/time/py-pendulum/distinfo Thu Apr 26 07:53:20 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index