forked from pool/python-waitress
Accepting request 998036 from home:bnavigator:branches:devel:languages:python
- Remove code coverage checking for packaging tests OBS-URL: https://build.opensuse.org/request/show/998036 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-waitress?expand=0&rev=54
This commit is contained in:
parent
a1a3321e5c
commit
b729d343c5
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 18 20:45:25 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Remove code coverage checking for packaging tests
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 31 03:16:03 UTC 2022 - Arun Persaud <arun@gmx.de>
|
Tue May 31 03:16:03 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -45,7 +45,6 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-rpm-macros >= 20210929
|
BuildRequires: python-rpm-macros >= 20210929
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if "%{flavor}" == ""
|
%if "%{flavor}" == ""
|
||||||
BuildRequires: %{python_module pytest-cov}
|
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
%if %{with libalternatives}
|
%if %{with libalternatives}
|
||||||
@ -76,6 +75,7 @@ http://docs.pylonsproject.org/projects/waitress/en/latest/ .
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n waitress-%{version}
|
%setup -q -n waitress-%{version}
|
||||||
|
sed -i '/addopts/d' setup.cfg
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
@ -103,9 +103,8 @@ http://docs.pylonsproject.org/projects/waitress/en/latest/ .
|
|||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc COPYRIGHT.txt README.rst
|
%doc COPYRIGHT.txt README.rst
|
||||||
%python_alternative %{_bindir}/waitress-serve
|
%python_alternative %{_bindir}/waitress-serve
|
||||||
%dir %{python_sitelib}/waitress
|
%{python_sitelib}/waitress
|
||||||
%{python_sitelib}/waitress/*
|
%{python_sitelib}/waitress-%{version}*-info
|
||||||
%{python_sitelib}/waitress-%{version}-py*.egg-info
|
|
||||||
|
|
||||||
%else
|
%else
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user