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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4bf371f8a44
branches:  trunk
changeset: 374495:d4bf371f8a44
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jan 24 11:52:29 2018 +0000

description:
py-pendulum: updated to 1.4.0

1.4.0:
Changed:
format(), diff_for_humans(), in_words() and to_xxx_string() methods now return unicode strings for Python 2.7.
Improved performance of now() and utcnow().

Fixed
Fixed from_format() raising an error with the alternative formatter.

diffstat:

 time/py-pendulum/DESCR    |   2 +-
 time/py-pendulum/Makefile |   4 ++--
 time/py-pendulum/PLIST    |   3 +--
 time/py-pendulum/distinfo |  10 +++++-----
 4 files changed, 9 insertions(+), 10 deletions(-)

diffs (56 lines):

diff -r 73a9a58d170b -r d4bf371f8a44 time/py-pendulum/DESCR
--- a/time/py-pendulum/DESCR    Wed Jan 24 11:51:06 2018 +0000
+++ b/time/py-pendulum/DESCR    Wed Jan 24 11:52:29 2018 +0000
@@ -1,7 +1,7 @@
 Native datetime instances are enough for basic cases but when you face
 more complex use-cases they often show limitations and are not so
 intuitive to work with. Pendulum provides a cleaner and more easy to use
-API while still relying on the standard library. So itâ??s still datetime
+API while still relying on the standard library. So it's still datetime
 but better.
 
 Unlike other datetime libraries for Python, Pendulum is a drop-in
diff -r 73a9a58d170b -r d4bf371f8a44 time/py-pendulum/Makefile
--- a/time/py-pendulum/Makefile Wed Jan 24 11:51:06 2018 +0000
+++ b/time/py-pendulum/Makefile Wed Jan 24 11:52:29 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2017/11/17 11:18:49 adam Exp $
+# $NetBSD: Makefile,v 1.4 2018/01/24 11:52:29 adam Exp $
 
-DISTNAME=      pendulum-1.3.2
+DISTNAME=      pendulum-1.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pendulum/}
diff -r 73a9a58d170b -r d4bf371f8a44 time/py-pendulum/PLIST
--- a/time/py-pendulum/PLIST    Wed Jan 24 11:51:06 2018 +0000
+++ b/time/py-pendulum/PLIST    Wed Jan 24 11:52:29 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/11/17 11:18:49 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/01/24 11:52:29 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -14,7 +14,6 @@
 ${PYSITELIB}/pendulum/_extensions/__init__.py
 ${PYSITELIB}/pendulum/_extensions/__init__.pyc
 ${PYSITELIB}/pendulum/_extensions/__init__.pyo
-${PYSITELIB}/pendulum/_extensions/_datetime.c
 ${PYSITELIB}/pendulum/_extensions/_helpers.c
 ${PYSITELIB}/pendulum/_extensions/_helpers.so
 ${PYSITELIB}/pendulum/_extensions/helpers.py
diff -r 73a9a58d170b -r d4bf371f8a44 time/py-pendulum/distinfo
--- a/time/py-pendulum/distinfo Wed Jan 24 11:51:06 2018 +0000
+++ b/time/py-pendulum/distinfo Wed Jan 24 11:52:29 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/11/17 11:18:49 adam Exp $
+$NetBSD: distinfo,v 1.4 2018/01/24 11:52:29 adam Exp $
 
-SHA1 (pendulum-1.3.2.tar.gz) = 742564d123b56c05c80d2cf834c7c5060f4926ee
-RMD160 (pendulum-1.3.2.tar.gz) = 9c26e749ce38e589e5da778054c38e32a9a24d0b
-SHA512 (pendulum-1.3.2.tar.gz) = d0448167bba49fa8e0cf0760cd38e172adef50d7c5abadc21b5ce5be23efe85ba7f4734f5f710599c0efd8cb8c74f0c71651cf9baea080755f703e3d9121dd60
-Size (pendulum-1.3.2.tar.gz) = 75577 bytes
+SHA1 (pendulum-1.4.0.tar.gz) = 4693feaeee1295f789db719e4c9cd2f9ece1b34c
+RMD160 (pendulum-1.4.0.tar.gz) = cfabdefa30b65be6564a1e2469d85892fbd759fd
+SHA512 (pendulum-1.4.0.tar.gz) = 38e9314e01253a3468b463d27ffecd9eae3e2be001bf7683ce368d7ac850648926004d0bf53601d4e8982205b4c16497a98227de239a6b18f47920cc7e47ebb3
+Size (pendulum-1.4.0.tar.gz) = 75021 bytes



Home | Main Index | Thread Index | Old Index