Hello community,

here is the log from the commit of package python-hypothesis for 
openSUSE:Factory checked in at 2020-05-11 13:26:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-hypothesis (Old)
 and      /work/SRC/openSUSE:Factory/.python-hypothesis.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-hypothesis"

Mon May 11 13:26:15 2020 rev:46 rq:802287 version:5.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-hypothesis/python-hypothesis.changes      
2020-05-01 11:05:00.134757779 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-hypothesis.new.2738/python-hypothesis.changes
    2020-05-11 13:26:20.515229462 +0200
@@ -1,0 +2,22 @@
+Sat May  9 16:08:23 UTC 2020 - Arun Persaud <[email protected]>
+
+- 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!
+
+-------------------------------------------------------------------

Old:
----
  hypothesis-python-5.10.4.tar.gz

New:
----
  hypothesis-python-5.11.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-hypothesis.spec ++++++
--- /var/tmp/diff_new_pack.W6Iqz8/_old  2020-05-11 13:26:21.895232355 +0200
+++ /var/tmp/diff_new_pack.W6Iqz8/_new  2020-05-11 13:26:21.899232364 +0200
@@ -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

++++++ hypothesis-python-5.10.4.tar.gz -> hypothesis-python-5.11.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-hypothesis/hypothesis-python-5.10.4.tar.gz 
/work/SRC/openSUSE:Factory/.python-hypothesis.new.2738/hypothesis-python-5.11.0.tar.gz
 differ: char 13, line 1


Reply via email to