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:           Wed Nov 14 10:31:58 UTC 2018

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

Log Message:
py-pendulum: updated to 2.0.4

2.0.4:
Fixed from_format() not recognizing input strings when the specified pattern had escaped elements.
Fixed missing x token for string formatting.
Fixed reading timezone files.
Added support for parsing padded 2-digit days of the month with from_format()
Fixed from_format() trying to parse escaped tokens.
Fixed the z token timezone parsing in from_format() to allow underscores.
Fixed C extensions build errors.
Fixed age calculation for future dates.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/time/py-pendulum/Makefile
cvs rdiff -u -r1.10 -r1.11 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.11 pkgsrc/time/py-pendulum/Makefile:1.12
--- pkgsrc/time/py-pendulum/Makefile:1.11       Tue Aug 14 15:23:51 2018
+++ pkgsrc/time/py-pendulum/Makefile    Wed Nov 14 10:31:58 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2018/08/14 15:23:51 leot Exp $
+# $NetBSD: Makefile,v 1.12 2018/11/14 10:31:58 adam Exp $
 
-DISTNAME=      pendulum-2.0.3
+DISTNAME=      pendulum-2.0.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pendulum/}
@@ -14,14 +14,12 @@ DEPENDS+=   ${PYPKGPREFIX}-dateutil>=2.6.0
 DEPENDS+=      ${PYPKGPREFIX}-tzdata>=2018.3:../../time/py-tzdata
 
 .include "../../lang/python/pyversion.mk"
-.if "${PYPKGPREFIX}" == "py27" || "${PYPKGPREFIX}" == "py34"
+.if ${_PYTHON_VERSION} == 27 || ${_PYTHON_VERSION} == 34
 DEPENDS+=      ${PYPKGPREFIX}-typing-[0-9]*:../../devel/py-typing
 .endif
 
-#
 # XXX: C Extensions code is only supported with Python 3
-#
-.if "${PYPKGPREFIX}" == "py27"
+.if ${_PYTHON_VERSION} == 27
 MAKE_ENV+=     PENDULUM_EXTENSIONS=0
 .endif
 

Index: pkgsrc/time/py-pendulum/distinfo
diff -u pkgsrc/time/py-pendulum/distinfo:1.10 pkgsrc/time/py-pendulum/distinfo:1.11
--- pkgsrc/time/py-pendulum/distinfo:1.10       Tue Aug  7 10:09:43 2018
+++ pkgsrc/time/py-pendulum/distinfo    Wed Nov 14 10:31:58 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2018/08/07 10:09:43 adam Exp $
+$NetBSD: distinfo,v 1.11 2018/11/14 10:31:58 adam Exp $
 
-SHA1 (pendulum-2.0.3.tar.gz) = 10d60882c4d57e53c1fa2847a0d5eeba96c96d20
-RMD160 (pendulum-2.0.3.tar.gz) = 47d9bd2e656f92c675596bf9e16642ae14ac8abf
-SHA512 (pendulum-2.0.3.tar.gz) = 79bf1fa6d5ffa47264a247ad613c1f2a54f751c7be53f540ed71a7bac0f957ead0025e6559ab85415cb4911e0993f9de3f8dc9cfd17834932720dddc995a55e0
-Size (pendulum-2.0.3.tar.gz) = 75580 bytes
+SHA1 (pendulum-2.0.4.tar.gz) = eaee945d717191eeee17a20fb21f8e5069e84d77
+RMD160 (pendulum-2.0.4.tar.gz) = 7acef3b49fcf7a7ebbcf0c1dc2d9c8d7521683ca
+SHA512 (pendulum-2.0.4.tar.gz) = bc669990cb78d262dd970a702917649c9cda83690ad4ad0c316cb91baa75104c769cc7cdc4c80a5f5a2b83d9315cdb8a7cfe15fe1369b055d295c083d57439d4
+Size (pendulum-2.0.4.tar.gz) = 75745 bytes



Home | Main Index | Thread Index | Old Index