Hello community,
here is the log from the commit of package python-hypothesis for
openSUSE:Factory checked in at 2019-11-04 17:10:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-hypothesis (Old)
and /work/SRC/openSUSE:Factory/.python-hypothesis.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-hypothesis"
Mon Nov 4 17:10:36 2019 rev:41 rq:743987 version:4.40.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-hypothesis/python-hypothesis.changes
2019-08-27 10:11:47.515977908 +0200
+++
/work/SRC/openSUSE:Factory/.python-hypothesis.new.2990/python-hypothesis.changes
2019-11-04 17:10:37.720531774 +0100
@@ -1,0 +2,9 @@
+Wed Oct 16 13:13:59 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- update to version 4.40.2
+ * Type hints improved
+ * Performance improved
+ * Array indexing improved
+ * **experimental** support for targeted property-based testing
+
+-------------------------------------------------------------------
Old:
----
hypothesis-python-4.34.0.tar.gz
New:
----
hypothesis-python-4.40.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-hypothesis.spec ++++++
--- /var/tmp/diff_new_pack.YxRMs7/_old 2019-11-04 17:10:38.692532812 +0100
+++ /var/tmp/diff_new_pack.YxRMs7/_new 2019-11-04 17:10:38.696532817 +0100
@@ -28,22 +28,21 @@
%endif
%bcond_without python2
Name: python-hypothesis%{psuffix}
-Version: 4.34.0
+Version: 4.40.2
Release: 0
Summary: A library for property based testing
License: MPL-2.0
-Group: Development/Languages/Python
URL: https://github.com/HypothesisWorks/hypothesis-python
Source:
https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-%{version}.tar.gz
BuildRequires: %{python_module setuptools >= 36}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-attrs >= 16.0.0
+Requires: python-attrs >= 19.2.0
Recommends: python-Django >= 1.11
Recommends: python-lark-parser >= 0.6.5
Recommends: python-numpy >= 1.9.0
Recommends: python-pandas
-Recommends: python-pytest >= 3.0.0
+Recommends: python-pytest >= 4.3.0
Recommends: python-python-dateutil
Recommends: python-pytz >= 2014.1
BuildArch: noarch
@@ -53,14 +52,15 @@
%if %{with test}
# SECTION test requirements
BuildRequires: %{python_module Django >= 1.11}
-BuildRequires: %{python_module attrs >= 16.0.0}
+BuildRequires: %{python_module attrs >= 19.2.0}
BuildRequires: %{python_module flaky}
BuildRequires: %{python_module hypothesis >= %{version}}
BuildRequires: %{python_module lark-parser >= 0.6.5}
BuildRequires: %{python_module lark-parser}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module numpy >= 1.9.0}
-BuildRequires: %{python_module pytest >= 3.0.0}
+BuildRequires: %{python_module pexpect >= 4.7.0}
+BuildRequires: %{python_module pytest >= 4.3.0}
BuildRequires: %{python_module python-dateutil}
BuildRequires: %{python_module pytz >= 2014.1}
BuildRequires: python3-dpcontracts
@@ -112,7 +112,7 @@
%check
%if %{with test}
# test_prints_statistics_given_option_under_xdist - wrong xdist opts
-%python_expand PYTHONPATH=%{$python_sitelib} py.test-%{$python_bin_suffix} -v
tests -k 'not test_prints_statistics_given_option_under_xdist'
+%pytest tests -k "not test_prints_statistics_given_option_under_xdist"
%endif
%if !%{with test}
++++++ hypothesis-python-4.34.0.tar.gz -> hypothesis-python-4.40.2.tar.gz ++++++
++++ 3824 lines of diff (skipped)