|
|
@ -4,7 +4,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{srcname}
|
|
|
|
Name: python-%{srcname}
|
|
|
|
Version: 1.2.1
|
|
|
|
Version: 1.2.1
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 2%{?dist}.1
|
|
|
|
Summary: Waitress WSGI server
|
|
|
|
Summary: Waitress WSGI server
|
|
|
|
|
|
|
|
|
|
|
|
License: ZPLv2.1
|
|
|
|
License: ZPLv2.1
|
|
|
@ -50,7 +50,7 @@ Summary: Waitress WSGI server
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
BuildRequires: python3-nose
|
|
|
|
BuildRequires: python3-nose
|
|
|
|
BuildRequires: python3-coverage
|
|
|
|
BuildRequires: python3.6dist(coverage)
|
|
|
|
|
|
|
|
|
|
|
|
%description -n python3-%{srcname} %{_description}
|
|
|
|
%description -n python3-%{srcname} %{_description}
|
|
|
|
|
|
|
|
|
|
|
@ -85,6 +85,9 @@ Python 3 version.
|
|
|
|
%{python3_sitelib}/%{srcname}-*.egg-info/
|
|
|
|
%{python3_sitelib}/%{srcname}-*.egg-info/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jul 24 2019 Stephen Smoogen <smooge@fedoraproject.org> - 1.2.1-2.1
|
|
|
|
|
|
|
|
- Change out python3-coverage with standard lookup call.
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jun 29 2019 Kevin Fenzi <kevin@scrye.com> - 1.2.1-2
|
|
|
|
* Sat Jun 29 2019 Kevin Fenzi <kevin@scrye.com> - 1.2.1-2
|
|
|
|
- Remove non free docs from src.rpm and provide script to do so before upload.
|
|
|
|
- Remove non free docs from src.rpm and provide script to do so before upload.
|
|
|
|
- Fixes bug #1684335
|
|
|
|
- Fixes bug #1684335
|
|
|
|