- Remove pandas dependency to make ring1 more happy
- Update to 4.22.0: * Various small tweaks only OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=102
This commit is contained in:
parent
23746c0d78
commit
83084aa143
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:223a1aa4a272a3cd48f6be2bef6c47792829339292ca76e1c968e8c41fbaf300
|
|
||||||
size 1183174
|
|
3
hypothesis-python-4.22.0.tar.gz
Normal file
3
hypothesis-python-4.22.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:76a656bdd3c1057eca29140e7ec4072e56340cfebdddf559f4fcdb99ba3b1936
|
||||||
|
size 1184756
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 7 08:58:44 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Remove pandas dependency to make ring1 more happy
|
||||||
|
- Update to 4.22.0:
|
||||||
|
* Various small tweaks only
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 6 09:40:28 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Mon May 6 09:40:28 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%bcond_without python2
|
%bcond_without python2
|
||||||
Name: python-hypothesis%{psuffix}
|
Name: python-hypothesis%{psuffix}
|
||||||
Version: 4.18.2
|
Version: 4.22.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A library for property based testing
|
Summary: A library for property based testing
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
@ -60,7 +60,6 @@ BuildRequires: %{python_module lark-parser >= 0.6.5}
|
|||||||
BuildRequires: %{python_module lark-parser}
|
BuildRequires: %{python_module lark-parser}
|
||||||
BuildRequires: %{python_module mock}
|
BuildRequires: %{python_module mock}
|
||||||
BuildRequires: %{python_module numpy >= 1.9.0}
|
BuildRequires: %{python_module numpy >= 1.9.0}
|
||||||
BuildRequires: %{python_module pandas}
|
|
||||||
BuildRequires: %{python_module pytest >= 3.0.0}
|
BuildRequires: %{python_module pytest >= 3.0.0}
|
||||||
BuildRequires: %{python_module python-dateutil}
|
BuildRequires: %{python_module python-dateutil}
|
||||||
BuildRequires: %{python_module pytz >= 2014.1}
|
BuildRequires: %{python_module pytz >= 2014.1}
|
||||||
@ -94,6 +93,8 @@ rm -r tests/py3
|
|||||||
rm -r tests/dpcontracts # py3 only
|
rm -r tests/dpcontracts # py3 only
|
||||||
# the django fails to initialize
|
# the django fails to initialize
|
||||||
rm -r tests/django
|
rm -r tests/django
|
||||||
|
# do not pull in pandas as a dep in ring1; it slows down things too much
|
||||||
|
rm -r tests/pandas
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
|
Loading…
Reference in New Issue
Block a user