- 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:
Tomáš Chvátal 2019-05-07 08:59:27 +00:00 committed by Git OBS Bridge
parent 23746c0d78
commit 83084aa143
4 changed files with 14 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:223a1aa4a272a3cd48f6be2bef6c47792829339292ca76e1c968e8c41fbaf300
size 1183174

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:76a656bdd3c1057eca29140e7ec4072e56340cfebdddf559f4fcdb99ba3b1936
size 1184756

View File

@ -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>

View File

@ -28,7 +28,7 @@
%endif
%bcond_without python2
Name: python-hypothesis%{psuffix}
Version: 4.18.2
Version: 4.22.0
Release: 0
Summary: A library for property based testing
License: MPL-2.0
@ -60,7 +60,6 @@ BuildRequires: %{python_module lark-parser >= 0.6.5}
BuildRequires: %{python_module lark-parser}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module numpy >= 1.9.0}
BuildRequires: %{python_module pandas}
BuildRequires: %{python_module pytest >= 3.0.0}
BuildRequires: %{python_module python-dateutil}
BuildRequires: %{python_module pytz >= 2014.1}
@ -94,6 +93,8 @@ rm -r tests/py3
rm -r tests/dpcontracts # py3 only
# the django fails to initialize
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
%python_build