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:
Tomáš Chvátal 2019-01-01 15:14:01 +00:00 committed by Git OBS Bridge
parent fb717de23a
commit aaa2775d8e
2 changed files with 13 additions and 5 deletions

View File

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

View File

@ -30,6 +30,13 @@
%bcond_with test
%endif
%bcond_without python2
%if %{with test}
Name: python-hypothesis-%{flavor}
%else
Name: python-hypothesis
%endif
Version: 3.82.5
Release: 0
Summary: A library for property based testing
@ -50,11 +57,6 @@ Recommends: python-pytest >= 3.0.0
Recommends: python-pytz >= 2014.1
BuildArch: noarch
%if %{with test}
Name: python-hypothesis-%{flavor}
%else
Name: python-hypothesis
%endif
%if %{with test}
# SECTION test requirements
BuildRequires: %{python_module attrs >= 16.0.0}
BuildRequires: %{python_module coverage}