Date: Sat, 3 Nov 2018 22:16:58 +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: r483921 - head/devel/py-tempora Message-ID: <201811032216.wA3MGwnn039416@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Nov 3 22:16:57 2018 New Revision: 483921 URL: https://svnweb.freebsd.org/changeset/ports/483921 Log: Update to 1.14 Changes: https://github.com/jaraco/tempora/blob/master/CHANGES.rst Modified: head/devel/py-tempora/Makefile head/devel/py-tempora/distinfo Modified: head/devel/py-tempora/Makefile ============================================================================== --- head/devel/py-tempora/Makefile Sat Nov 3 22:16:49 2018 (r483920) +++ head/devel/py-tempora/Makefile Sat Nov 3 22:16:57 2018 (r483921) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tempora -PORTVERSION= 1.13 +PORTVERSION= 1.14 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,8 +20,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jaraco.functools>= TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.5:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-sugar>=0.9.1:devel/py-pytest-sugar@${PY_FLAVOR} -NO_ARCH= yes -USE_PYTHON= autoplist concurrent distutils USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include <bsd.port.mk> Modified: head/devel/py-tempora/distinfo ============================================================================== --- head/devel/py-tempora/distinfo Sat Nov 3 22:16:49 2018 (r483920) +++ head/devel/py-tempora/distinfo Sat Nov 3 22:16:57 2018 (r483921) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532975167 -SHA256 (tempora-1.13.tar.gz) = 4848df474c9d7ad9515fbeaadc88e48843176b4b90393652156ccff613bcaeb1 -SIZE (tempora-1.13.tar.gz) = 15956 +TIMESTAMP = 1541184161 +SHA256 (tempora-1.14.tar.gz) = 4951da790bd369f718dbe2287adbdc289dc2575a09278e77fad6131bcfe93097 +SIZE (tempora-1.14.tar.gz) = 16009
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811032216.wA3MGwnn039416>