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:           Thu Apr 26 07:53:20 UTC 2018

Modified Files:
        pkgsrc/time/py-pendulum: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 pkgsrc/time/py-pendulum/Makefile:1.8
--- pkgsrc/time/py-pendulum/Makefile:1.7        Fri Mar 23 09:04:51 2018
+++ pkgsrc/time/py-pendulum/Makefile    Thu Apr 26 07:53:20 2018
@@ -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/}
Index: pkgsrc/time/py-pendulum/distinfo
diff -u pkgsrc/time/py-pendulum/distinfo:1.7 pkgsrc/time/py-pendulum/distinfo:1.8
--- pkgsrc/time/py-pendulum/distinfo:1.7        Fri Mar 23 09:04:51 2018
+++ pkgsrc/time/py-pendulum/distinfo    Thu Apr 26 07:53:20 2018
@@ -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