Path to this page:
Subject: CVS commit: pkgsrc/devel/py-hypothesis
From: Adam Ciarcinski
Date: 2024-10-24 07:18:41
Message id: 20241024051841.6F6C8FC7E@cvs.NetBSD.org
Log Message:
py-hypothesis: updated to 6.115.5
6.115.5
This patch restores diversity to the outputs of from_type(type).
6.115.4
This release improves pretty printing of nested classes to include the outer \
class name in their printed representation.
6.115.3
This patch fixes a regression from version 6.115.2 where generating values from \
integers() with certain values for min_value and max_value would error.
6.115.2
This release improves integer shrinking by folding the endpoint upweighting for \
integers() into the weights parameter of our IR.
If you maintain an alternative backend as part of our (for now explicitly \
unstable) Alternative backends for Hypothesis, this release changes the type of \
the weights parameter to draw_integer and may be a breaking change for you.
6.115.1
This patch improves the performance of from_type() with pydantic.types.condate.
6.115.0
This improves the formatting of dataclasses and attrs classes when printing \
falsifying examples.
Files: