Hello community,

here is the log from the commit of package python-hypothesis for 
openSUSE:Factory checked in at 2018-07-02 23:29:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-hypothesis (Old)
 and      /work/SRC/openSUSE:Factory/.python-hypothesis.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-hypothesis"

Mon Jul  2 23:29:03 2018 rev:22 rq:620082 version:3.65.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-hypothesis/python-hypothesis.changes      
2018-06-27 10:17:22.384874899 +0200
+++ /work/SRC/openSUSE:Factory/.python-hypothesis.new/python-hypothesis.changes 
2018-07-02 23:29:05.329573784 +0200
@@ -1,0 +2,44 @@
+Sun Jul  1 17:47:50 UTC 2018 - [email protected]
+
+- specfile:
+  * be more specific for %{python_sitelib} in %files
+
+- update to version 3.65.0:
+  * This release deprecates the max_shrinks setting in favor of an
+    internal heuristic. If you need to avoid shrinking examples, use
+    the phases setting instead. (issue #1235)
+
+- changes from version 3.64.2:
+  * This release fixes a bug where an internal assertion error could
+    sometimes be triggered while shrinking a failing test.
+
+- changes from version 3.64.1:
+  * This patch fixes type-checking errors in our vendored
+    prety-printer, which were ignored by our mypy config but visible
+    for anyone else (whoops). Thanks to Pi Delport for reporting issue
+    #1359 so promptly.
+
+- changes from version 3.64.0:
+  * This release adds an interface which can be used to insert a
+    wrapper between the original test function and @given (issue
+    #1257). This will be particularly useful for test runner
+    extensions such as pytest-trio, but is not recommended for direct
+    use by other users of Hypothesis.
+
+- changes from version 3.63.0:
+  * This release adds a new mechanism to infer strategies for classes
+    defined using attrs, based on the the type, converter, or
+    validator of each attribute. This inference is now built in to
+    builds() and from_type().
+  * On Python 2, from_type() no longer generates instances of int when
+    passed long, or vice-versa.
+
+- changes from version 3.62.0:
+  * This release adds PEP 484 type hints to Hypothesis on a
+    provisional basis, using the comment-based syntax for Python 2
+    compatibility. You can read more about our type hints here.
+  * It also adds the py.typed marker specified in PEP 561. After you
+    pip install hypothesis, mypy 0.590 or later will therefore
+    type-check your use of our public interface!
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-hypothesis.spec ++++++
--- /var/tmp/diff_new_pack.tbhZWl/_old  2018-07-02 23:29:07.109571594 +0200
+++ /var/tmp/diff_new_pack.tbhZWl/_new  2018-07-02 23:29:07.109571594 +0200
@@ -28,7 +28,7 @@
 %endif
 %bcond_without python2
 Name:           python-hypothesis
-Version:        3.61.0
+Version:        3.65.0
 Release:        0
 Summary:        A library for property based testing
 License:        MPL-2.0
@@ -92,6 +92,6 @@
 %files %{python_files}
 %doc ../CITATION README.rst
 %license ../LICENSE.txt
-%{python_sitelib}/*
+%{python_sitelib}/hypothesis*
 
 %changelog

++++++ hypothesis-python-3.61.0.tar.gz -> hypothesis-python-3.65.0.tar.gz ++++++
++++ 4730 lines of diff (skipped)


Reply via email to