From 92c8fb4a84af47e2858684419a02e6a69ea155121b20e97208f9170f6e631706 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 27 Feb 2018 21:51:29 +0000 Subject: [PATCH 1/2] Accepting request 580738 from home:aplanas:branches:devel:languages:python - Recommends only for SUSE OBS-URL: https://build.opensuse.org/request/show/580738 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=54 --- python-hypothesis.changes | 5 +++++ python-hypothesis.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-hypothesis.changes b/python-hypothesis.changes index e1c89ff..ecffd9a 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 27 17:36:35 UTC 2018 - aplanas@suse.com + +- Recommends only for SUSE + ------------------------------------------------------------------- Fri Feb 23 20:19:52 UTC 2018 - tbechtold@suse.com diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 112cd8b..e227f20 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -47,12 +47,14 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-attrs Requires: python-coverage +%if 0%{?suse_version} >= 1000 Recommends: python-Django >= 1.8 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 BuildArch: noarch %if %{with python2} BuildRequires: python-enum34 From 3194b745ce771eeeb7bbc42d1458f1468d10dc108e04e5d5de20cb678df6ebf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 2 Mar 2018 11:19:22 +0000 Subject: [PATCH 2/2] Accepting request 581943 from home:computersalat:devel:python fix deps for setuptools OBS-URL: https://build.opensuse.org/request/show/581943 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=55 --- python-hypothesis.changes | 5 +++++ python-hypothesis.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-hypothesis.changes b/python-hypothesis.changes index ecffd9a..d818321 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 2 09:58:08 UTC 2018 - chris@computersalat.de + +- fix deps for setuptools + ------------------------------------------------------------------- Tue Feb 27 17:36:35 UTC 2018 - aplanas@suse.com diff --git a/python-hypothesis.spec b/python-hypothesis.spec index e227f20..65ce43d 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -42,7 +42,7 @@ Patch0: %{name}-build.patch #BuildRequires: %{python_module pandas} #BuildRequires: %{python_module pytest >= 2.8.0} #BuildRequires: %{python_module pytz} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module setuptools >= 36} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-attrs