Update to version 3.0.0 rhbz#2262711
This commit is contained in:
parent
45077f78c2
commit
8557aec3cc
4 changed files with 14 additions and 38 deletions
|
|
@ -1,11 +1,11 @@
|
|||
Name: python-waitress
|
||||
Version: 2.1.2
|
||||
Version: 3.0.0
|
||||
Release: %autorelease
|
||||
Summary: Waitress WSGI server
|
||||
|
||||
License: ZPL-2.1
|
||||
URL: https://github.com/Pylons/waitress
|
||||
Source0: v%{version}-nodocs.tar.gz
|
||||
Source0: waitress-%{version}-nodocs.tar.gz
|
||||
# Upstream ships non free docs files.
|
||||
# We do not even want them in our src.rpms
|
||||
# So we remove them before uploading.
|
||||
|
|
@ -21,9 +21,7 @@ BuildArch: noarch
|
|||
%global _description %{expand:
|
||||
Waitress is a production-quality pure-Python WSGI server with very acceptable
|
||||
performance. It has no dependencies except ones which live in the Python
|
||||
standard library. It runs on CPython on Unix and Windows under Python 3.7+. It
|
||||
is also known to run on PyPy 3 (version 3.7 compatible python) on UNIX. It
|
||||
supports HTTP/1.0 and HTTP/1.1.}
|
||||
standard library.}
|
||||
|
||||
%description %{_description}
|
||||
|
||||
|
|
@ -35,7 +33,7 @@ BuildRequires: python3-devel
|
|||
|
||||
%prep
|
||||
%autosetup -n waitress-%{version}-nodocs
|
||||
sed -e '/pytest-cover/d' \
|
||||
sed -e '/pytest-cov/d' \
|
||||
-e '/coverage/d' \
|
||||
-e '/addopts/d' \
|
||||
-i setup.cfg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue