Subject: CVS commit: pkgsrc/devel/py-hypothesis
From: Adam Ciarcinski
Date: 2024-12-29 10:12:05
Message id: 20241229091205.A70A6FC1D@cvs.NetBSD.org

Log Message:
py-hypothesis: updated to 6.123.2

6.123.2 - 2024-12-27

The shrinker now uses the typed choice sequence when ordering failing examples. \ 
As a result, Hypothesis may now report a different minimal failing example for \ 
some tests. We expect most cases to remain unchanged.

6.123.1 - 2024-12-24

Our pytest plugin now emits a warning if you set Pytest’s norecursedirs config \ 
option in such a way that the .hypothesis directory would be searched for tests. \ 
This reliably indicates that you’ve made a mistake which slows down test \ 
collection, usually assuming that your configuration extends the set of ignored \ 
patterns when it actually replaces them.

6.123.0 - 2024-12-23

from_type() can now handle constructors with required positional-only arguments \ 
if they have type annotations. Previously, we only passed arguments by keyword.

6.122.7 - 2024-12-23

This patch lays some groundwork for migrating our internal representation to the \ 
typed choice sequence

6.122.6 - 2024-12-21

This patch cleans up some internal code around clamping floats.

6.122.5 - 2024-12-20

This release improves shrinking in some cases, especially for strategies using \ 
one_of(). This will typically improve shrinking speed and may in some cases \ 
improve the end result.

6.122.4 - 2024-12-19

This patch improves generation performance for the provisional domains() \ 
strategy, including its derivative strategies urls() and emails().

Files:
RevisionActionfile
1.149modifypkgsrc/devel/py-hypothesis/Makefile
1.44modifypkgsrc/devel/py-hypothesis/PLIST
1.143modifypkgsrc/devel/py-hypothesis/distinfo