Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Oct 2017 00:36:47 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452099 - head/devel/py-isodate
Message-ID:  <201710150036.v9F0algB098421@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct 15 00:36:47 2017
New Revision: 452099
URL: https://svnweb.freebsd.org/changeset/ports/452099

Log:
  Update to 0.6.0
  
  Changes:	https://github.com/gweis/isodate/blob/master/CHANGES.txt

Modified:
  head/devel/py-isodate/Makefile
  head/devel/py-isodate/distinfo

Modified: head/devel/py-isodate/Makefile
==============================================================================
--- head/devel/py-isodate/Makefile	Sun Oct 15 00:36:42 2017	(r452098)
+++ head/devel/py-isodate/Makefile	Sun Oct 15 00:36:47 2017	(r452099)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	isodate
-PORTVERSION=	0.5.4
+PORTVERSION=	0.6.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +11,8 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	ISO 8601 date/time/duration parser and formater
 
 LICENSE=	BSD3CLAUSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six
 
 NO_ARCH=	yes
 USE_PYTHON=	autoplist concurrent distutils

Modified: head/devel/py-isodate/distinfo
==============================================================================
--- head/devel/py-isodate/distinfo	Sun Oct 15 00:36:42 2017	(r452098)
+++ head/devel/py-isodate/distinfo	Sun Oct 15 00:36:47 2017	(r452099)
@@ -1,2 +1,3 @@
-SHA256 (isodate-0.5.4.tar.gz) = 42105c41d037246dc1987e36d96f3752ffd5c0c24834dd12e4fdbe1e79544e31
-SIZE (isodate-0.5.4.tar.gz) = 27691
+TIMESTAMP = 1507976827
+SHA256 (isodate-0.6.0.tar.gz) = 2e364a3d5759479cdb2d37cce6b9376ea504db2ff90252a2e5b7cc89cc9ff2d8
+SIZE (isodate-0.6.0.tar.gz) = 28480



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710150036.v9F0algB098421>