summaryrefslogtreecommitdiff
path: root/time/py-dateutil/Makefile
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/Makefile
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/Makefile')
-rw-r--r--time/py-dateutil/Makefile4
1 files changed, 2 insertions, 2 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/}