Date: Fri, 13 May 2022 11:45:45 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4d62a635a076 - main - devel/py-iso8601: Update to 1.0.2 Message-ID: <202205131145.24DBjjUK064153@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4d62a635a0769f6da9ee2244c73efc680522d696 commit 4d62a635a0769f6da9ee2244c73efc680522d696 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-05-13 11:30:46 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-05-13 11:39:28 +0000 devel/py-iso8601: Update to 1.0.2 - Update version requirement of TEST_DEPENDS Changes: https://github.com/micktwomey/pyiso8601/releases --- devel/py-iso8601/Makefile | 9 +++++---- devel/py-iso8601/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/devel/py-iso8601/Makefile b/devel/py-iso8601/Makefile index de9364779a31..78c48890e6fe 100644 --- a/devel/py-iso8601/Makefile +++ b/devel/py-iso8601/Makefile @@ -1,7 +1,7 @@ # Created by: Kubilay Kocak <koobs@FreeBSD.org> PORTNAME= iso8601 -PORTVERSION= 0.1.16 +PORTVERSION= 1.0.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,14 +12,15 @@ COMMENT= Simple module to parse ISO 8601 dates LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.4.2:devel/py-pytest@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>=6.1.1:devel/py-hypothesis@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest>=6.2.2,1:devel/py-pytest@${PY_FLAVOR} USES= python:3.6+ -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest iso8601 + cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v iso8601 .include <bsd.port.mk> diff --git a/devel/py-iso8601/distinfo b/devel/py-iso8601/distinfo index a002cab45d67..ccffab09c242 100644 --- a/devel/py-iso8601/distinfo +++ b/devel/py-iso8601/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1627547640 -SHA256 (iso8601-0.1.16.tar.gz) = 36532f77cc800594e8f16641edae7f1baf7932f05d8e508545b95fc53c6dc85b -SIZE (iso8601-0.1.16.tar.gz) = 19599 +TIMESTAMP = 1652122641 +SHA256 (iso8601-1.0.2.tar.gz) = 27f503220e6845d9db954fb212b95b0362d8b7e6c1b2326a87061c3de93594b1 +SIZE (iso8601-1.0.2.tar.gz) = 12653
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205131145.24DBjjUK064153>