Accepting request 661776 from devel:languages:python:avocado
- Move name ahead of version in spec file to resolve build issues on older distributions OBS-URL: https://build.opensuse.org/request/show/661776 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=92
This commit is contained in:
parent
fb717de23a
commit
aaa2775d8e
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 28 12:23:28 UTC 2018 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- Move name ahead of version in spec file to resolve build issues
|
||||||
|
on older distributions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 8 19:35:13 UTC 2018 - Arun Persaud <arun@gmx.de>
|
Sat Dec 8 19:35:13 UTC 2018 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -30,6 +30,13 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
%bcond_without python2
|
%bcond_without python2
|
||||||
|
|
||||||
|
%if %{with test}
|
||||||
|
Name: python-hypothesis-%{flavor}
|
||||||
|
%else
|
||||||
|
Name: python-hypothesis
|
||||||
|
%endif
|
||||||
|
|
||||||
Version: 3.82.5
|
Version: 3.82.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A library for property based testing
|
Summary: A library for property based testing
|
||||||
@ -50,11 +57,6 @@ Recommends: python-pytest >= 3.0.0
|
|||||||
Recommends: python-pytz >= 2014.1
|
Recommends: python-pytz >= 2014.1
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
Name: python-hypothesis-%{flavor}
|
|
||||||
%else
|
|
||||||
Name: python-hypothesis
|
|
||||||
%endif
|
|
||||||
%if %{with test}
|
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module attrs >= 16.0.0}
|
BuildRequires: %{python_module attrs >= 16.0.0}
|
||||||
BuildRequires: %{python_module coverage}
|
BuildRequires: %{python_module coverage}
|
||||||
|
Loading…
Reference in New Issue
Block a user