14
0

Accepting request 998078 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/998078
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-waitress?expand=0&rev=26
This commit is contained in:
2022-08-20 18:27:35 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 4 deletions

View File

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

View File

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