diff --git a/hypothesis-3.40.1.tar.gz b/hypothesis-3.40.1.tar.gz deleted file mode 100644 index 9b9feb2..0000000 --- a/hypothesis-3.40.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab63b408904ce5f31a2279f3ad46b890d95b72f7d68ea059355a63171e7720a7 -size 132534 diff --git a/hypothesis-3.42.0.tar.gz b/hypothesis-3.42.0.tar.gz new file mode 100644 index 0000000..32365a2 --- /dev/null +++ b/hypothesis-3.42.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dc8fa9ad857f4efdeb5f1dd7f44a0bd18f652056353f3792de032bc97c51dd1 +size 132900 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index f8f46b7..3957056 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sat Dec 9 17:39:47 UTC 2017 - arun@gmx.de + +- specfile: + * removed conditional for test as requested in SR 555280 + * added coverage as a requirement + +- update to version 3.42.0: + * This release deprecates hypothesis[fakefactory], which was + designed as a transition strategy but does not support example + shrinking or coverage-guided discovery. + +------------------------------------------------------------------- +Thu Dec 7 16:46:53 UTC 2017 - arun@gmx.de + +- update to version 3.41.0: + * sampled_from() can now sample from one-dimensional numpy + ndarrays. Sampling from multi-dimensional ndarrays still results + in a deprecation warning. Thanks to Charlie Tanksley for this + patch. + ------------------------------------------------------------------- Wed Dec 6 02:52:35 UTC 2017 - arun@gmx.de diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 66cb980..7bc941a 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -22,9 +22,8 @@ %else %define oldpython python %endif -%bcond_with test Name: python-hypothesis -Version: 3.40.1 +Version: 3.42.0 Release: 0 Summary: A library for property based testing License: MPL-2.0 @@ -43,13 +42,13 @@ Recommends: python-numpy >= 1.9.0 Recommends: python-pytest >= 2.7.0 Recommends: python-pytz BuildArch: noarch -%if %{with test} +# test requirements BuildRequires: %{python_module Django >= 1.7} BuildRequires: %{python_module Faker >= 0.7.0} +BuildRequires: %{python_module coverage} BuildRequires: %{python_module numpy >= 1.9.0} BuildRequires: %{python_module pytest >= 2.7.0} BuildRequires: %{python_module pytz} -%endif %ifpython2 Requires: %{oldpython}-enum34 %endif @@ -76,10 +75,8 @@ work on Jython or on Python 3.0 through 3.2. %python_install %python_expand %fdupes -s %{buildroot}%{$python_sitelib} -%if %{with test} %check %python_exec setup.py test -%endif %files %{python_files} %defattr(-,root,root,-)