diff --git a/hypothesis-python-5.10.4.tar.gz b/hypothesis-python-5.10.4.tar.gz deleted file mode 100644 index 9b8f335..0000000 --- a/hypothesis-python-5.10.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09ddc5077715d69656f46aa093fab469daa996272592c2c2c68434dd46620656 -size 9007617 diff --git a/hypothesis-python-5.11.0.tar.gz b/hypothesis-python-5.11.0.tar.gz new file mode 100644 index 0000000..619a42b --- /dev/null +++ b/hypothesis-python-5.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e290df05a61cbc20f91fda419c8243f1b74ebc4fcac135b08c2f35a7fbc40d5 +size 9007902 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 2357082..966071b 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sat May 9 16:08:23 UTC 2020 - Arun Persaud + +- update to version 5.11.0: + * This release improves the interaction between assume() and the + @example() decorator, so that the following test no longer fails + with UnsatisfiedAssumption (issue #2125): + @given(value=floats(0, 1)) + @example(value=0.56789) # used to make the test fail! + @pytest.mark.parametrize("threshold", [0.5, 1]) + def test_foo(threshold, value): + assume(value < threshold) + ... + +- changes from version 5.10.5 : + * If you have django installed but don’t use it, this patch will + make import hypothesis a few hundred milliseconds faster + (e.g. 0.704s -> 0.271s). + Thanks to importtime-waterfall for highlighting this problem and + Jake Vanderplas for the solution - it’s impossible to misuse code + from a module you haven’t imported! + ------------------------------------------------------------------- Fri Apr 24 15:18:51 UTC 2020 - Arun Persaud diff --git a/python-hypothesis.spec b/python-hypothesis.spec index e812089..a4bc830 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -28,7 +28,7 @@ %endif %define skip_python2 1 Name: python-hypothesis%{psuffix} -Version: 5.10.4 +Version: 5.11.0 Release: 0 Summary: A library for property based testing License: MPL-2.0