Accepting request 708933 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/708933 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hypothesis?expand=0&rev=37
This commit is contained in:
commit
2bf6964a0f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:90e1cb35a794813336600ebe7c8f7d29aa98a3a492e28ac9feaef14ef4e83d64
|
|
||||||
size 1188342
|
|
3
hypothesis-python-4.24.3.tar.gz
Normal file
3
hypothesis-python-4.24.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:141d9cab734812e973183598fbef947824b8ece01d7bf4ba3780627474e232e5
|
||||||
|
size 1188860
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 8 23:18:22 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- update to version 4.24.3:
|
||||||
|
* This patch improves the implementation of an internal wrapper on
|
||||||
|
Python 3.8 beta1 (and will break on the alphas; but they’re not
|
||||||
|
meant to be stable). On other versions, there is no change at
|
||||||
|
all. Thanks to Daniel Hahler for the patch, and Victor Stinner for
|
||||||
|
his work on bpo-37032 that made it possible.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 6 09:01:21 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- update to 4.24.2
|
||||||
|
* Deprecation messages for functions in hypothesis.extra.django.models
|
||||||
|
now explicitly name the deprecated function to make it easier to track down usages.
|
||||||
|
* a spurious bug raised when a @st.composite function was passed a keyword-only argument.
|
||||||
|
* deprecates GenericStateMachine, in favor of RuleBasedStateMachine.
|
||||||
|
* This patch clarifies some error messages when the test function signature
|
||||||
|
is incompatible with the arguments to @given, especially when the @settings()
|
||||||
|
decorator is also used
|
||||||
|
* ixes a minor formatting issue the docstring of from_type()
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 14 11:05:16 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
Tue May 14 11:05:16 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%bcond_without python2
|
%bcond_without python2
|
||||||
Name: python-hypothesis%{psuffix}
|
Name: python-hypothesis%{psuffix}
|
||||||
Version: 4.23.4
|
Version: 4.24.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A library for property based testing
|
Summary: A library for property based testing
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user