forked from pool/python-hypothesis
Accepting request 756672 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/756672 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=122
This commit is contained in:
committed by
Git OBS Bridge
parent
05ab55b24a
commit
68da69e617
@@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 13 00:20:18 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- update to version 4.53.2:
|
||||
* This release reorganises a number of the Hypothesis internal
|
||||
modules into a package structure. If you are only depending on the
|
||||
public API it should have no effect. If you are depending on the
|
||||
internal API (which you shouldn’t be, and which we don’t guarantee
|
||||
compatibility on) you may have to rename some imports.
|
||||
|
||||
- changes from version 4.53.1:
|
||||
* This release changes the size distribution of the number of steps
|
||||
run in stateful testing: It will now almost always run the maximum
|
||||
number of steps permitted.
|
||||
|
||||
- changes from version 4.53.0:
|
||||
* Test Statistics now include the best score seen for each label,
|
||||
which can help avoid the threshold problem when the minimal
|
||||
example shrinks right down to the threshold of failure (issue
|
||||
#2180).
|
||||
|
||||
- changes from version 4.52.0:
|
||||
* This release changes the stateful_step_count setting to raise an
|
||||
error if set to 0. This is a backwards compatible change because a
|
||||
value of 0 would never have worked and attempting to run it would
|
||||
have resulted in an internal assertion error.
|
||||
|
||||
- changes from version 4.51.1:
|
||||
* This release makes a small internal change to the distribution of
|
||||
test cases. It is unlikely to have much user visible impact.
|
||||
|
||||
- changes from version 4.51.0:
|
||||
* This release deprecates use of @example, @seed, or
|
||||
@reproduce_failure without @given.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 7 17:43:19 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
Reference in New Issue
Block a user