Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2023 17:36:23 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: 256275bbc175 - main - devel/py-hypothesis: Update to 6.70.0
Message-ID:  <202304051736.335HaNp4086705@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=256275bbc17537a198252cc527b0abd1ba53a164

commit 256275bbc17537a198252cc527b0abd1ba53a164
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-05 17:16:11 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-05 17:30:20 +0000

    devel/py-hypothesis: Update to 6.70.0
    
    - Update WWW and clean up pkg-descr
    
    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 +++---
 devel/py-hypothesis/pkg-descr | 2 --
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile
index 0de2fbbf4b98..a32983d45821 100644
--- a/devel/py-hypothesis/Makefile
+++ b/devel/py-hypothesis/Makefile
@@ -1,12 +1,13 @@
 PORTNAME=	hypothesis
-PORTVERSION=	6.68.2
+PORTVERSION=	6.70.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Library for property based testing
-WWW=		https://hypothesis.works/
+WWW=		https://hypothesis.works/ \
+		https://github.com/HypothesisWorks/hypothesis/tree/master/hypothesis-python
 
 LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
diff --git a/devel/py-hypothesis/distinfo b/devel/py-hypothesis/distinfo
index ef18a869c7e7..8cf2e87218eb 100644
--- a/devel/py-hypothesis/distinfo
+++ b/devel/py-hypothesis/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1677771223
-SHA256 (hypothesis-6.68.2.tar.gz) = a7eb2b0c9a18560d8197fe35047ceb58e7e8ab7623a3e5a82613f6a2cd71cffa
-SIZE (hypothesis-6.68.2.tar.gz) = 340768
+TIMESTAMP = 1679498678
+SHA256 (hypothesis-6.70.0.tar.gz) = f5cae09417d0ffc7711f602cdcfa3b7baf344597a672a84658186605b04f4a4f
+SIZE (hypothesis-6.70.0.tar.gz) = 341187
diff --git a/devel/py-hypothesis/pkg-descr b/devel/py-hypothesis/pkg-descr
index 0915cdca2e7e..0c8c4b9c8ae8 100644
--- a/devel/py-hypothesis/pkg-descr
+++ b/devel/py-hypothesis/pkg-descr
@@ -2,5 +2,3 @@ Hypothesis is an advanced testing library for Python. It lets you write tests
 which are parametrized by a source of examples, and then generates simple and
 comprehensible examples that make your tests fail. This lets you find more bugs
 in your code with less work.
-
-See also: https://github.com/HypothesisWorks/hypothesis/tree/master/hypothesis-python



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