Accepting request 1121637 from devel:languages:python
- 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/request/show/1121637 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hypothesis?expand=0&rev=69
This commit is contained in:
commit
5902cebfdf
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="url">https://github.com/HypothesisWorks/hypothesis.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">hypothesis-python-6.88.0</param>
|
||||
<param name="revision">hypothesis-python-6.88.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">hypothesis-python-(.*)</param>
|
||||
<param name="subdir">hypothesis-python</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0191dae625a4958deba1bf321c820b8d00683ce72a7d19e2f2629ed7c1bf5a01
|
||||
size 830127
|
3
hypothesis-python-6.88.1.tar.gz
Normal file
3
hypothesis-python-6.88.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58a5a6ec53e46cc2df164b1d68ee587316c9113b79b0ed798d914af59e4bbbf0
|
||||
size 830739
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 1 15:02:50 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- 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])
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 14:10:17 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user