Accepting request 349123 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/349123 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hypothesis?expand=0&rev=2
This commit is contained in:
commit
93dcf4e04a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:be2bffac70569cb21d6007b0e0d4b013008e16fb66e6bc8090022310eccebd89
|
|
||||||
size 77977
|
|
3
hypothesis-1.16.0.tar.gz
Normal file
3
hypothesis-1.16.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c12aaf2c8240ee482e2d812197d0d38ecc866cfc4d2cd4a6c23ba708ed706a4c
|
||||||
|
size 81976
|
@ -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
|
Tue Nov 24 12:48:51 UTC 2015 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-hypothesis
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -13,23 +13,24 @@
|
|||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: python-hypothesis
|
Name: python-hypothesis
|
||||||
Version: 1.14.0
|
Version: 1.16.0
|
||||||
Release: 0
|
Release: 0
|
||||||
License: MPL-2.0
|
|
||||||
Summary: A library for property based testing
|
Summary: A library for property based testing
|
||||||
Url: https://github.com/DRMacIver/hypothesis
|
License: MPL-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
|
Url: https://github.com/DRMacIver/hypothesis
|
||||||
Source: https://pypi.python.org/packages/source/h/hypothesis/hypothesis-%{version}.tar.gz
|
Source: https://pypi.python.org/packages/source/h/hypothesis/hypothesis-%{version}.tar.gz
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-setuptools
|
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-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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%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()")}
|
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
Loading…
Reference in New Issue
Block a user