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:
Tomáš Chvátal 2019-12-13 08:25:59 +00:00 committed by Git OBS Bridge
parent 05ab55b24a
commit 68da69e617
4 changed files with 39 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:758b273087601f352998b7704c6a05d68c791d3596f9b43df5e25002e3b0e834
size 6814518

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b328b5f3a4bab85c010d04e19fa4c8a17e88fa59cd6b3c2171603c46c394f2a8
size 6815827

View File

@ -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 shouldnt be, and which we dont 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>

View File

@ -28,7 +28,7 @@
%endif
%bcond_without python2
Name: python-hypothesis%{psuffix}
Version: 4.50.8
Version: 4.53.2
Release: 0
Summary: A library for property based testing
License: MPL-2.0