diff --git a/hypothesis-1.14.0.tar.gz b/hypothesis-1.14.0.tar.gz deleted file mode 100644 index 0783734..0000000 --- a/hypothesis-1.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be2bffac70569cb21d6007b0e0d4b013008e16fb66e6bc8090022310eccebd89 -size 77977 diff --git a/hypothesis-1.16.0.tar.gz b/hypothesis-1.16.0.tar.gz new file mode 100644 index 0000000..f77dd5b --- /dev/null +++ b/hypothesis-1.16.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c12aaf2c8240ee482e2d812197d0d38ecc866cfc4d2cd4a6c23ba708ed706a4c +size 81976 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 3f4c958..f003168 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Dec 9 10:06:43 UTC 2015 - dmueller@suse.com + +- update to 1.16.0: + * Functions from hypothesis.strategies will no longer raise InvalidArgument on bad arguments + * Errors caused by accidentally invoking the legacy API are now much less confusing + * hypothesis.extra.django is 1.9 compatible. + * When tests are run with max_shrinks=0 this will now still rerun the test on failure + ------------------------------------------------------------------- Tue Nov 24 12:48:51 UTC 2015 - toddrme2178@gmail.com diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 837f197..047bde0 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -1,7 +1,7 @@ # # spec file for package python-hypothesis # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -13,23 +13,24 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: python-hypothesis -Version: 1.14.0 +Version: 1.16.0 Release: 0 -License: MPL-2.0 Summary: A library for property based testing -Url: https://github.com/DRMacIver/hypothesis +License: MPL-2.0 Group: Development/Languages/Python +Url: https://github.com/DRMacIver/hypothesis Source: https://pypi.python.org/packages/source/h/hypothesis/hypothesis-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-setuptools -Requires: python-pytest >= 2.7.0 -Requires: python-numpy >= 1.9.0 -Requires: python-fake-factory >= 0.5.2 -Requires: python-pytz Requires: python-Django >= 1.7 +Requires: python-fake-factory >= 0.5.2 +Requires: python-numpy >= 1.9.0 +Requires: python-pytest >= 2.7.0 +Requires: python-pytz BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}