diff --git a/hypothesis-3.11.6.tar.gz b/hypothesis-3.11.6.tar.gz deleted file mode 100644 index 4574d2b..0000000 --- a/hypothesis-3.11.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54262436f4921107c5c5a06c80789c05f3a619d798208273d5779559e264e0d5 -size 85103 diff --git a/hypothesis-3.31.3.tar.gz b/hypothesis-3.31.3.tar.gz new file mode 100644 index 0000000..1e7a88d --- /dev/null +++ b/hypothesis-3.31.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8111d860a5638294fee7490acde44275ad00ffd10184aa55797ba1cbed09e871 +size 128066 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index bb28a9e..b24af09 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Fri Oct 6 19:43:51 UTC 2017 - arun@gmx.de + +- update to version 3.31.3: + * This release makes some small optimisations to our use of coverage + that should reduce constant per-example overhead. This is probably + only noticeable on examples where the test itself is quite + fast. On no-op tests that don’t test anything you may see up to a + fourfold speed increase (which is still significantly slower than + without coverage). On more realistic tests the speed up is likely + to be less than that. + +------------------------------------------------------------------- +Thu Oct 5 12:11:08 UTC 2017 - dimstar@opensuse.org + +- Add python-attrs and python-coverage requires, matching the info + of setup.py. + +------------------------------------------------------------------- +Tue Oct 3 01:14:16 UTC 2017 - arun@gmx.de + +- update to version 3.31.2: + * long list of updates, see + https://hypothesis.readthedocs.io/en/latest/changes.html + ------------------------------------------------------------------- Mon Jul 10 11:52:42 UTC 2017 - jengelh@inai.de diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 9df829b..2bcbc96 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -24,7 +24,7 @@ %endif %bcond_with test Name: python-hypothesis -Version: 3.11.6 +Version: 3.31.3 Release: 0 Summary: A library for property based testing License: MPL-2.0 @@ -35,12 +35,13 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-enum34 BuildRequires: python-rpm-macros +Requires: python-attrs +Requires: python-coverage Recommends: python-Django >= 1.7 Recommends: python-Faker >= 0.7.0 Recommends: python-numpy >= 1.9.0 Recommends: python-pytest >= 2.7.0 Recommends: python-pytz -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %if %{with test} BuildRequires: %{python_module Django >= 1.7}