From cca3e7728d8726536900692b5e91a402d3b67a6de756311c887745ddd263c85a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 31 Aug 2018 11:55:52 +0000 Subject: [PATCH 1/3] - Drop the xtest dependency to build on Leap 42.3, as it does not run tests it was quite pointless OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=75 --- python-hypothesis.changes | 6 ++++++ python-hypothesis.spec | 20 ++++++-------------- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 1e40c3c..10eacc8 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Aug 31 11:55:29 UTC 2018 - Tomáš Chvátal + +- Drop the xtest dependency to build on Leap 42.3, as it + does not run tests it was quite pointless + ------------------------------------------------------------------- Mon Jul 23 05:25:06 UTC 2018 - arun@gmx.de diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 1cd82dc..9485586 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -21,11 +21,7 @@ # dependencies. It does not appear feasible to get it to work in a consistent # manner. %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%if 0%{?suse_version} > 1320 -%define oldpython python2 -%else %define oldpython python -%endif %bcond_without python2 Name: python-hypothesis Version: 3.66.6 @@ -40,6 +36,12 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-attrs >= 16.0.0 Requires: python-coverage +Recommends: python-Django >= 1.11 +Recommends: python-Faker >= 0.7.0 +Recommends: python-numpy >= 1.9.0 +Recommends: python-pandas +Recommends: python-pytest >= 2.8.0 +Recommends: python-pytz BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module attrs >= 16.0.0} @@ -47,20 +49,10 @@ BuildRequires: %{python_module coverage} BuildRequires: %{python_module flaky} BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest >= 2.8.0} -BuildRequires: %{python_module pytest-xdist >= 1.22.2} # /SECTION -%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24 -Recommends: python-Django >= 1.11 -Recommends: python-Faker >= 0.7.0 -Recommends: python-numpy >= 1.9.0 -Recommends: python-pandas -Recommends: python-pytest >= 2.8.0 -Recommends: python-pytz -%endif %if %{with python2} BuildRequires: python-enum34 BuildRequires: python-ipaddress -BuildRequires: python-mock %endif %ifpython2 Requires: %{oldpython}-enum34 From 433aafc77ec387649ccdcf27f57392a689560cf3bd75f6a25ea663c30d6c5e6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 31 Aug 2018 12:59:23 +0000 Subject: [PATCH 2/3] - Drop the ptest-xdist dependency to build on Leap 42.3, as it OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=76 --- python-hypothesis.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 10eacc8..da2e9bd 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Fri Aug 31 11:55:29 UTC 2018 - Tomáš Chvátal -- Drop the xtest dependency to build on Leap 42.3, as it +- Drop the ptest-xdist dependency to build on Leap 42.3, as it does not run tests it was quite pointless ------------------------------------------------------------------- From adf1da99309ea42e3e3706afc8973c6a76a29f5205b7e8628516afa454cf32e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 1 Sep 2018 07:59:01 +0000 Subject: [PATCH 3/3] - Drop the pytest-xdist dependency to build on Leap 42.3, as it OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=77 --- python-hypothesis.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-hypothesis.changes b/python-hypothesis.changes index da2e9bd..1d3cf97 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Fri Aug 31 11:55:29 UTC 2018 - Tomáš Chvátal -- Drop the ptest-xdist dependency to build on Leap 42.3, as it +- Drop the pytest-xdist dependency to build on Leap 42.3, as it does not run tests it was quite pointless -------------------------------------------------------------------