pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/py-isodate py-isodate: update to 0.6.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dcaf70514dcb
branches:  trunk
changeset: 370345:dcaf70514dcb
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 16 06:44:28 2017 +0000

description:
py-isodate: update to 0.6.0

0.6.0:
- support incomplete month date
- rely on duck typing when doing duration maths
- support ':' as separator in fractional time zones

diffstat:

 time/py-isodate/Makefile |   6 ++++--
 time/py-isodate/PLIST    |   3 ++-
 time/py-isodate/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (49 lines):

diff -r 40e05cd816bd -r dcaf70514dcb time/py-isodate/Makefile
--- a/time/py-isodate/Makefile  Mon Oct 16 06:42:06 2017 +0000
+++ b/time/py-isodate/Makefile  Mon Oct 16 06:44:28 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2017/07/07 08:51:16 adam Exp $
+# $NetBSD: Makefile,v 1.4 2017/10/16 06:44:28 adam Exp $
 
-DISTNAME=      isodate-0.5.4
+DISTNAME=      isodate-0.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    python time
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/isodate/}
@@ -10,6 +10,8 @@
 COMMENT=       ISO 8601 date/time/duration parser and formatter
 LICENSE=       modified-bsd
 
+DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+
 USE_LANGUAGES= # none
 
 do-test:
diff -r 40e05cd816bd -r dcaf70514dcb time/py-isodate/PLIST
--- a/time/py-isodate/PLIST     Mon Oct 16 06:42:06 2017 +0000
+++ b/time/py-isodate/PLIST     Mon Oct 16 06:44:28 2017 +0000
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2015/04/19 21:27:58 rodent Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/10/16 06:44:28 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/isodate/__init__.py
 ${PYSITELIB}/isodate/__init__.pyc
diff -r 40e05cd816bd -r dcaf70514dcb time/py-isodate/distinfo
--- a/time/py-isodate/distinfo  Mon Oct 16 06:42:06 2017 +0000
+++ b/time/py-isodate/distinfo  Mon Oct 16 06:44:28 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/07/07 08:51:16 adam Exp $
+$NetBSD: distinfo,v 1.4 2017/10/16 06:44:28 adam Exp $
 
-SHA1 (isodate-0.5.4.tar.gz) = 40ccf07a8e46284a79cfc4d41e151f71ae63f535
-RMD160 (isodate-0.5.4.tar.gz) = 8b483cedd72d92c3d0182a0d409672e1e21dc893
-SHA512 (isodate-0.5.4.tar.gz) = ef5fd27ffa61ad10abf499723c452fd8fd6c2f08a0d5aca6ead88857e5d159f50a3d01769b9fe0aed59a57b0f89a70b359135b0d7c5e6a75d023daa824e5d80a
-Size (isodate-0.5.4.tar.gz) = 27691 bytes
+SHA1 (isodate-0.6.0.tar.gz) = 2c69e08c9894a9cd96c627146463260f5731df62
+RMD160 (isodate-0.6.0.tar.gz) = caa3c15705b67d1e8fbcc18536643818affbb306
+SHA512 (isodate-0.6.0.tar.gz) = e977748e13ee2c94ab47bfc47113d152280e9acff6f70e773de73717392148dd2c111a7db2d9fa3679d37936c6ed9a23dc526cb00bd601df45459b6a244f9f7d
+Size (isodate-0.6.0.tar.gz) = 28480 bytes



Home | Main Index | Thread Index | Old Index