Go to file
Dirk Mueller 0c289f0595 - update to 6.92.1:
* This release adds an experimental :wikipedia:`observability
  * This patch fixes an issue where
    :func:`~hypothesis.strategies.builds` could not be used with
    :pypi:`attrs` objects that defined private attributes (i.e.
    attributes with a leading underscore). See also
  * This release adds an optional ``payload`` argument to
    :func:`hypothesis.event`, so that you can clearly express
    the difference between the label and the value of an
    observation.
  * This patch supports assigning ``settings = settings(...)`` as
    a class attribute on a subclass of a ``.TestCase`` attribute
    of a :class:`~hypothesis.stateful.RuleBasedStateMachine`.
  * This release makes it an error to assign ``settings =
    settings(...)`` as a class attribute on a
    :class:`~hypothesis.stateful.RuleBasedStateMachine`.
  * This patch refactors some internals.  There is no user-
    visible change, but we hope to improve performance and unlock
    support for alternative backends such as :pypi:`symbolic
    execution with crosshair in future (:issue:`3086`).
  * This release teaches :func:`~hypothesis.strategies.from_type`
    to handle constraints implied by the :pypi:`annotated-types`
    package - as used by e.g. :pypi:`Pydantic`.
  * This patch adds a warning when :func:`@st.composite
    wraps a function annotated as returning a
    :class:`~hypothesis.strategies.SearchStrategy`,
    since this is usually an error (:issue:`3786`).
  * This patch refactors ``from_type(typing.Tuple)``, allowing
    :func:`~hypothesis.strategies.register_type_strategy` to take
    effect for tuples instead of being silently ignored

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=179
2023-12-27 10:15:20 +00:00
_multibuild Accepting request 635548 from home:mcepl:work 2018-09-13 14:27:57 +00:00
_service - update to 6.92.1: 2023-12-27 10:15:20 +00:00
.gitattributes Accepting request 343319 from home:tbechtold:branches:devel:languages:python 2015-11-11 10:36:03 +00:00
.gitignore Accepting request 343319 from home:tbechtold:branches:devel:languages:python 2015-11-11 10:36:03 +00:00
hypothesis-python-6.92.1.tar.gz - update to 6.92.1: 2023-12-27 10:15:20 +00:00
python-hypothesis.changes - update to 6.92.1: 2023-12-27 10:15:20 +00:00
python-hypothesis.spec - update to 6.92.1: 2023-12-27 10:15:20 +00:00