summaryrefslogtreecommitdiff
path: root/time/py-dateutil/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-05-14 08:10:37 +0000
committeradam <adam@pkgsrc.org>2018-05-14 08:10:37 +0000
commit9db65d62d025b700ec5e9dc9398172539fe78fda (patch)
treec926c751f130810f2aaec120de37c92bc3e53425 /time/py-dateutil/Makefile
parent5de12af0215f0ef7beee2475cbd158f126c4e79e (diff)
downloadpkgsrc-9db65d62d025b700ec5e9dc9398172539fe78fda.tar.gz
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 (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 cff99ff9ecb..3136ac34ac7 100644
--- a/time/py-dateutil/Makefile
+++ b/time/py-dateutil/Makefile
@@ -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/}