pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/py-dateutil py-dateutil: updated to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/84a1994f4862
branches:  trunk
changeset: 307823:84a1994f4862
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon May 14 08:10:37 2018 +0000
description:
py-dateutil: updated to 2.7.3

Version 2.7.3:

Data updates
- Update tzdata to 2018e.

Bugfixes
- Fixed an issue where decimal.Decimal would cast NaN or infinite value in a
  parser.parse, which will raise decimal.Decimal-specific errors.
- Fixed a ValueError being thrown if tzinfos call explicity returns None.
- Fixed incorrect parsing of certain dates earlier than 100 AD when repesented
  in the form "%B.%Y.%d", e.g. "December.0031.30".
- Fixed a bug where automatically generated DTSTART was naive even if a
  specified UNTIL had a time zone. Automatically generated DTSTART will now
  take on the timezone of an UNTIL date, if provided.

diffstat:

 time/py-dateutil/Makefile |   4 ++--
 time/py-dateutil/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 947609d7ee71 -r 84a1994f4862 time/py-dateutil/Makefile
--- a/time/py-dateutil/Makefile Mon May 14 08:05:12 2018 +0000
+++ b/time/py-dateutil/Makefile Mon May 14 08:10:37 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2018/04/02 13:27:23 adam Exp $
+# $NetBSD: Makefile,v 1.23 2018/05/14 08:10:37 adam Exp $
 
-DISTNAME=      python-dateutil-2.7.2
+DISTNAME=      python-dateutil-2.7.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-//}
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-dateutil/}
diff -r 947609d7ee71 -r 84a1994f4862 time/py-dateutil/distinfo
--- a/time/py-dateutil/distinfo Mon May 14 08:05:12 2018 +0000
+++ b/time/py-dateutil/distinfo Mon May 14 08:10:37 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2018/04/02 13:27:23 adam Exp $
+$NetBSD: distinfo,v 1.13 2018/05/14 08:10:37 adam Exp $
 
-SHA1 (python-dateutil-2.7.2.tar.gz) = 6e867e81ccc846d1a79282a71aa08123067c6f19
-RMD160 (python-dateutil-2.7.2.tar.gz) = 21e5242bf22662b4306ba0d056aa2a1ea526b8c5
-SHA512 (python-dateutil-2.7.2.tar.gz) = b8fdc867aa67c4e5602bb3e9bf906dd4d32a6616fcdfd5f39d146d849a46d13c266bc9c2eae28490399fe608ba19dcb824d05ce96d556de07999449eaece7dfc
-Size (python-dateutil-2.7.2.tar.gz) = 298000 bytes
+SHA1 (python-dateutil-2.7.3.tar.gz) = b1aeb913996fc6660ea42a7b31b1331d41a8a13c
+RMD160 (python-dateutil-2.7.3.tar.gz) = 1e5686291037033d17519cabf138cfcfdf507d5f
+SHA512 (python-dateutil-2.7.3.tar.gz) = 6b9973fa7db69d931bc6e772201c67bb7bbfa693ba35484d34960bd7e6227f2a2343df814a9fdbbff253e750299c48e7cdb2a609bf4522595df8a7fc595784fd
+Size (python-dateutil-2.7.3.tar.gz) = 302871 bytes



Home | Main Index | Thread Index | Old Index