14
0

- Update to 6.88.1

* improves :func:`~hypothesis.strategies.register_type_strategy` when
     used with tuple subclasses, by preventing them from being interpreted
     as generic and provided to strategies like st.from_type(Sequence[int])

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=177
This commit is contained in:
2023-11-01 15:22:24 +00:00
committed by Git OBS Bridge
parent 4b04aefafb
commit a53eb8ad40
5 changed files with 13 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ ExclusiveArch: do_not_build
%endif
%{?sle15_python_module_pythons}
Name: python-hypothesis%{psuffix}
Version: 6.88.0
Version: 6.88.1
Release: 0
Summary: A library for property based testing
License: MPL-2.0