summaryrefslogtreecommitdiff
path: root/time/py-pendulum
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-01-24 11:52:29 +0000
committeradam <adam@pkgsrc.org>2018-01-24 11:52:29 +0000
commit9c672aa6e253ca427fb89ff210ac7fe6b1d908ad (patch)
tree33a0cc39464eb9b07c381ad8884bce2c55883cfb /time/py-pendulum
parent7611bc6eb969e7c079c913edc3b70538ba38269c (diff)
downloadpkgsrc-9c672aa6e253ca427fb89ff210ac7fe6b1d908ad.tar.gz
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 (limited to 'time/py-pendulum')
-rw-r--r--time/py-pendulum/DESCR2
-rw-r--r--time/py-pendulum/Makefile4
-rw-r--r--time/py-pendulum/PLIST3
-rw-r--r--time/py-pendulum/distinfo10
4 files changed, 9 insertions, 10 deletions
diff --git a/time/py-pendulum/DESCR b/time/py-pendulum/DESCR
index bdf3c92a2a2..8cac005ec56 100644
--- a/time/py-pendulum/DESCR
+++ b/time/py-pendulum/DESCR
@@ -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 --git a/time/py-pendulum/Makefile b/time/py-pendulum/Makefile
index a024d9963ee..0887d37a8fe 100644
--- a/time/py-pendulum/Makefile
+++ b/time/py-pendulum/Makefile
@@ -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 --git a/time/py-pendulum/PLIST b/time/py-pendulum/PLIST
index 8c83085e602..4e99c824476 100644
--- a/time/py-pendulum/PLIST
+++ b/time/py-pendulum/PLIST
@@ -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/_compat.pyo
${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 --git a/time/py-pendulum/distinfo b/time/py-pendulum/distinfo
index 2efa22fdfa5..5d05068f22f 100644
--- a/time/py-pendulum/distinfo
+++ b/time/py-pendulum/distinfo
@@ -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