summaryrefslogtreecommitdiff
path: root/time/py-dateutil
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-07-11 06:10:37 +0000
committeradam <adam@pkgsrc.org>2017-07-11 06:10:37 +0000
commitb3c92c72555498d7a1b2a7ae3d64dba25196b5a5 (patch)
treecdbbc51bdb3b10a8d15f0d973c4622e990975e4f /time/py-dateutil
parentbc383785fd393c81a3bae0322e968be868366522 (diff)
downloadpkgsrc-b3c92c72555498d7a1b2a7ae3d64dba25196b5a5.tar.gz
Version 2.6.1
------------- - Updated zoneinfo file to 2017b. - Added Python 3.6 to CI testing - Removed duplicate test name that was preventing a test from being run. - Fixed testing of folds and gaps, particularly on Windows - Fixed deprecated escape characters in regular expressions. - Many PEP8 style violations and other code smells were fixed. - Improved performance of tzutc and tzoffset objects. - Fixed issue with several time zone classes around DST transitions in any zones with +0 standard offset (e.g. Europe/London) - Fixed issue with fuzzy parsing where tokens similar to AM/PM that are in the end skipped were dropped in the fuzzy_with_tokens list. - Fixed issue with parsing dates of the form X m YY. - Added support for parser weekdays with less than 3 characters. - Fixed issue with the addition and subtraction of certain relativedeltas. - Fixed issue where the COUNT parameter of rrules was ignored if 0. - Updated documentation to include the new tz methods. - Update documentation to reflect that the parser can raise TypeError. - Fixed an incorrect year in a parser doctest. - Moved version information into _version.py and set up the versions more granularly.
Diffstat (limited to 'time/py-dateutil')
-rw-r--r--time/py-dateutil/Makefile4
-rw-r--r--time/py-dateutil/PLIST5
-rw-r--r--time/py-dateutil/distinfo10
3 files changed, 11 insertions, 8 deletions
diff --git a/time/py-dateutil/Makefile b/time/py-dateutil/Makefile
index 377663d6aa8..0a4287bd5a3 100644
--- a/time/py-dateutil/Makefile
+++ b/time/py-dateutil/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2017/05/04 19:45:57 adam Exp $
+# $NetBSD: Makefile,v 1.18 2017/07/11 06:10:37 adam Exp $
-DISTNAME= python-dateutil-2.6.0
+DISTNAME= python-dateutil-2.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
CATEGORIES= time python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-dateutil/}
diff --git a/time/py-dateutil/PLIST b/time/py-dateutil/PLIST
index 56144d6367c..fca6065c8a1 100644
--- a/time/py-dateutil/PLIST
+++ b/time/py-dateutil/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2017/05/04 19:45:57 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2017/07/11 06:10:37 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -11,6 +11,9 @@ ${PYSITELIB}/dateutil/__init__.pyo
${PYSITELIB}/dateutil/_common.py
${PYSITELIB}/dateutil/_common.pyc
${PYSITELIB}/dateutil/_common.pyo
+${PYSITELIB}/dateutil/_version.py
+${PYSITELIB}/dateutil/_version.pyc
+${PYSITELIB}/dateutil/_version.pyo
${PYSITELIB}/dateutil/easter.py
${PYSITELIB}/dateutil/easter.pyc
${PYSITELIB}/dateutil/easter.pyo
diff --git a/time/py-dateutil/distinfo b/time/py-dateutil/distinfo
index 9461cb33460..11a13e9feb3 100644
--- a/time/py-dateutil/distinfo
+++ b/time/py-dateutil/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2017/05/04 19:45:57 adam Exp $
+$NetBSD: distinfo,v 1.10 2017/07/11 06:10:37 adam Exp $
-SHA1 (python-dateutil-2.6.0.tar.gz) = 4ca7ac612a55da7aa4ca87eafc7b308747fd06b1
-RMD160 (python-dateutil-2.6.0.tar.gz) = 072c2e017a2e6b5b011b1a4a363234025e8fad14
-SHA512 (python-dateutil-2.6.0.tar.gz) = 1fec6dd6fc00650821fd826405414bcde79e1542a53608ebd837e924b4abc147a369214ec064adbff682fc5ff67440086f3000eaa77b274c7463c3f58686ced9
-Size (python-dateutil-2.6.0.tar.gz) = 258060 bytes
+SHA1 (python-dateutil-2.6.1.tar.gz) = db2ace298dee7e47fd720ed03eb790885347bf4e
+RMD160 (python-dateutil-2.6.1.tar.gz) = bf7aee6d6ed1e0b2a6256e2033b6d4ce9c47c3b5
+SHA512 (python-dateutil-2.6.1.tar.gz) = f16dd29fc975629f594dd2683a525e2a86acb020bf8962558d19040b14ac6f19d4ab07a910d6bb55c9db3cc02b5472774a3a05ccc86cf624ca5e5144463646db
+Size (python-dateutil-2.6.1.tar.gz) = 241428 bytes