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.
This commit is contained in:
adam 2018-05-14 08:10:37 +00:00
parent 8fdfcb289c
commit f8e0a53e8a
2 changed files with 7 additions and 7 deletions

View file

@ -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/}

View file

@ -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