Date: Fri, 15 Jul 2016 12:01:19 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418577 - head/devel/py-pytz Message-ID: <201607151201.u6FC1JDF020221@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Fri Jul 15 12:01:19 2016 New Revision: 418577 URL: https://svnweb.freebsd.org/changeset/ports/418577 Log: - Update to 2016.6.1 Modified: head/devel/py-pytz/Makefile head/devel/py-pytz/distinfo head/devel/py-pytz/pkg-descr Modified: head/devel/py-pytz/Makefile ============================================================================== --- head/devel/py-pytz/Makefile Fri Jul 15 11:25:07 2016 (r418576) +++ head/devel/py-pytz/Makefile Fri Jul 15 12:01:19 2016 (r418577) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pytz -PORTVERSION= 2016.6 +PORTVERSION= 2016.6.1 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP Modified: head/devel/py-pytz/distinfo ============================================================================== --- head/devel/py-pytz/distinfo Fri Jul 15 11:25:07 2016 (r418576) +++ head/devel/py-pytz/distinfo Fri Jul 15 12:01:19 2016 (r418577) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468474294 -SHA256 (pytz-2016.6.tar.bz2) = 1ce2d13b6503a7260c950a25fa6d26ba8d4da1a7077e062aa9e82c74949aaf4b -SIZE (pytz-2016.6.tar.bz2) = 171974 +TIMESTAMP = 1468583744 +SHA256 (pytz-2016.6.1.tar.bz2) = b5aff44126cf828537581e534cc94299b223b945a2bb3b5434d37bf8c7f3a10c +SIZE (pytz-2016.6.1.tar.bz2) = 172223 Modified: head/devel/py-pytz/pkg-descr ============================================================================== --- head/devel/py-pytz/pkg-descr Fri Jul 15 11:25:07 2016 (r418576) +++ head/devel/py-pytz/pkg-descr Fri Jul 15 12:01:19 2016 (r418577) @@ -3,4 +3,4 @@ cross platform timezone calculations. It times at the end of daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo). -WWW: http://pytz.sourceforge.net +WWW: http://pythonhosted.org/pytz/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607151201.u6FC1JDF020221>