Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jan 2026 14:21:55 +0000
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: 591611797997 - main - devel/py-hypothesis: Update to 6.150.2
Message-ID:  <697e1003.316b1.23da4001@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=591611797997043adfcdbd178e6369c802640e04

commit 591611797997043adfcdbd178e6369c802640e04
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-01-31 13:35:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-01-31 14:15:10 +0000

    devel/py-hypothesis: Update to 6.150.2
    
    Changes:        https://github.com/HypothesisWorks/hypothesis/releases
                    https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/docs/changelog.rst
                    https://hypothesis.readthedocs.io/en/latest/changelog.html
---
 devel/py-hypothesis/Makefile                   | 2 +-
 devel/py-hypothesis/distinfo                   | 6 +++---
 devel/py-hypothesis/files/patch-pyproject.toml | 8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile
index 856a4d75b674..c412e2a95a53 100644
--- a/devel/py-hypothesis/Makefile
+++ b/devel/py-hypothesis/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	hypothesis
-PORTVERSION=	6.148.8
+PORTVERSION=	6.150.2
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-hypothesis/distinfo b/devel/py-hypothesis/distinfo
index f4e97f7d1e40..08fa389a1007 100644
--- a/devel/py-hypothesis/distinfo
+++ b/devel/py-hypothesis/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1766953364
-SHA256 (hypothesis-6.148.8.tar.gz) = fa6b2ae029bc02f9d2d6c2257b0cbf2dc3782362457d2027a038ad7f4209c385
-SIZE (hypothesis-6.148.8.tar.gz) = 471333
+TIMESTAMP = 1768625669
+SHA256 (hypothesis-6.150.2.tar.gz) = deb043c41c53eaf0955f4a08739c2a34c3d8040ee3d9a2da0aa5470122979f75
+SIZE (hypothesis-6.150.2.tar.gz) = 475250
diff --git a/devel/py-hypothesis/files/patch-pyproject.toml b/devel/py-hypothesis/files/patch-pyproject.toml
index 7848d4690ffa..52bfcc2c07f5 100644
--- a/devel/py-hypothesis/files/patch-pyproject.toml
+++ b/devel/py-hypothesis/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig	2025-11-27 06:34:00 UTC
+--- pyproject.toml.orig	2026-01-13 17:09:13 UTC
 +++ pyproject.toml
 @@ -1,6 +1,6 @@
  [build-system]
@@ -8,10 +8,10 @@
  build-backend = "setuptools.build_meta"
  
  [project]
-@@ -60,7 +60,7 @@ There are also [optional extras available](https://hyp
+@@ -12,7 +12,7 @@ description = "The property-based testing library for 
+ ]
+ description = "The property-based testing library for Python"
  
- There are also [optional extras available](https://hypothesis.readthedocs.io/en/latest/extras.html).
- """, "content-type" = "text/markdown"}
 -license = "MPL-2.0"
 +license = { text = "MPL-2.0" }
  requires-python = ">= 3.10"


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697e1003.316b1.23da4001>