pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/py-dateutil Version 2.6.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e70ce3841560
branches:  trunk
changeset: 365101:e70ce3841560
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jul 11 06:10:37 2017 +0000

description:
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:

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

diffs (46 lines):

diff -r f3e972ab9582 -r e70ce3841560 time/py-dateutil/Makefile
--- a/time/py-dateutil/Makefile Tue Jul 11 04:10:47 2017 +0000
+++ b/time/py-dateutil/Makefile Tue Jul 11 06:10:37 2017 +0000
@@ -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 -r f3e972ab9582 -r e70ce3841560 time/py-dateutil/PLIST
--- a/time/py-dateutil/PLIST    Tue Jul 11 04:10:47 2017 +0000
+++ b/time/py-dateutil/PLIST    Tue Jul 11 06:10:37 2017 +0000
@@ -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/_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 -r f3e972ab9582 -r e70ce3841560 time/py-dateutil/distinfo
--- a/time/py-dateutil/distinfo Tue Jul 11 04:10:47 2017 +0000
+++ b/time/py-dateutil/distinfo Tue Jul 11 06:10:37 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index