Date: Thu, 16 Jun 2022 14:05:57 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: 496cd4960e8e - main - devel/py-hypothesis: Update to 6.47.1 Message-ID: <202206161405.25GE5vl1013427@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=496cd4960e8e872ab7994bf688fa7e418fd3678f commit 496cd4960e8e872ab7994bf688fa7e418fd3678f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-16 13:59:40 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-16 13:59:40 +0000 devel/py-hypothesis: Update to 6.47.1 - Update USES=python: math/py-numpy requires Python 3.8+ Changes: https://github.com/HypothesisWorks/hypothesis/releases https://hypothesis.readthedocs.io/en/latest/changes.html --- devel/py-hypothesis/Makefile | 5 ++--- devel/py-hypothesis/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile index 7f26a1e7e28e..6746a2513d0a 100644 --- a/devel/py-hypothesis/Makefile +++ b/devel/py-hypothesis/Makefile @@ -1,8 +1,7 @@ # Created by: Brendan Molloy <brendan+freebsd@bbqsrc.net> PORTNAME= hypothesis -PORTVERSION= 6.47.0 -PORTREVISION= 1 +PORTVERSION= 6.47.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=19.2.0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rich>=9.0.0:textproc/py-rich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sortedcontainers>=2.1.0<3.0.0:devel/py-sortedcontainers@${PY_FLAVOR} -USES= python:3.7+ +USES= python:3.8+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-hypothesis/distinfo b/devel/py-hypothesis/distinfo index e75ee6556b08..ec3af9029dde 100644 --- a/devel/py-hypothesis/distinfo +++ b/devel/py-hypothesis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1654774082 -SHA256 (hypothesis-6.47.0.tar.gz) = dd88c57f45032fc3d84596e426d8e3d67f88eda2d8a2d96a5697def036a7e0c7 -SIZE (hypothesis-6.47.0.tar.gz) = 326539 +TIMESTAMP = 1655208262 +SHA256 (hypothesis-6.47.1.tar.gz) = 4ad26c5d434171ffc02aba569dd52255573d615554c062bc30734dbe6f318c61 +SIZE (hypothesis-6.47.1.tar.gz) = 326462
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206161405.25GE5vl1013427>