diff --git a/hypothesis-python-4.50.8.tar.gz b/hypothesis-python-4.50.8.tar.gz deleted file mode 100644 index ebea624..0000000 --- a/hypothesis-python-4.50.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:758b273087601f352998b7704c6a05d68c791d3596f9b43df5e25002e3b0e834 -size 6814518 diff --git a/hypothesis-python-4.53.2.tar.gz b/hypothesis-python-4.53.2.tar.gz new file mode 100644 index 0000000..6a98f55 --- /dev/null +++ b/hypothesis-python-4.53.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b328b5f3a4bab85c010d04e19fa4c8a17e88fa59cd6b3c2171603c46c394f2a8 +size 6815827 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 4a7d53b..32bb413 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Fri Dec 13 00:20:18 UTC 2019 - Arun Persaud + +- 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 diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 0ae9416..bbabc0d 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -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