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.
This commit is contained in:
parent
665617fadb
commit
9221720b4b
3 changed files with 11 additions and 8 deletions
|
@ -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/}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue