From 5f0d1b678e3d81d850030aeb437b77176c4b181f Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 11 Jan 2015 21:05:30 +0000 Subject: Update to 2.4.0: Version 2.4.0 ------------- - Fix an issue with relativedelta and freezegun (lp:1374022) - Fix tzinfo in windows for timezones without dst (lp:1010050, gh #2) - Ignore missing timezones in windows like in POSIX - Fix minimal version requirement for six (gh #6) - Many rrule changes and fixes by @pganssle (gh pull requests #13 #14 #17), including defusing some infinite loops (gh #4) --- time/py-dateutil/Makefile | 4 ++-- time/py-dateutil/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'time') diff --git a/time/py-dateutil/Makefile b/time/py-dateutil/Makefile index ca8a8885cf8..18e4322e605 100644 --- a/time/py-dateutil/Makefile +++ b/time/py-dateutil/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2014/12/31 13:57:30 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/01/11 21:05:30 wiz Exp $ -DISTNAME= python-dateutil-2.3 +DISTNAME= python-dateutil-2.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} CATEGORIES= time python MASTER_SITES= https://pypi.python.org/packages/source/p/python-dateutil/ diff --git a/time/py-dateutil/distinfo b/time/py-dateutil/distinfo index f4055c90385..93448dfa3b1 100644 --- a/time/py-dateutil/distinfo +++ b/time/py-dateutil/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2014/12/13 09:28:01 obache Exp $ +$NetBSD: distinfo,v 1.6 2015/01/11 21:05:30 wiz Exp $ -SHA1 (python-dateutil-2.3.tar.gz) = edec250fbb256df1f57784f48ca9252485f2013e -RMD160 (python-dateutil-2.3.tar.gz) = feeaed95e4501d0cf8153796a18c8ea0bfc798c1 -Size (python-dateutil-2.3.tar.gz) = 191907 bytes +SHA1 (python-dateutil-2.4.0.tar.gz) = 159081a4c5b3602ab440a7db305f987c00ee8c6d +RMD160 (python-dateutil-2.4.0.tar.gz) = c58df47ca321fcd867f94f48db3777f8e01e47cd +Size (python-dateutil-2.4.0.tar.gz) = 195214 bytes -- cgit v1.2.3