diff --git a/hypothesis-python-4.18.2.tar.gz b/hypothesis-python-4.18.2.tar.gz deleted file mode 100644 index 08fb046..0000000 --- a/hypothesis-python-4.18.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:223a1aa4a272a3cd48f6be2bef6c47792829339292ca76e1c968e8c41fbaf300 -size 1183174 diff --git a/hypothesis-python-4.22.0.tar.gz b/hypothesis-python-4.22.0.tar.gz new file mode 100644 index 0000000..a9ebea2 --- /dev/null +++ b/hypothesis-python-4.22.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76a656bdd3c1057eca29140e7ec4072e56340cfebdddf559f4fcdb99ba3b1936 +size 1184756 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index f945695..c697eb6 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue May 7 08:58:44 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 493740d..9aa4464 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -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} @@ -93,7 +92,9 @@ rm -r tests/py2 rm -r tests/py3 rm -r tests/dpcontracts # py3 only # 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 %python_build