From 42830ad5edc1672cc54993cb282d047b448ebeb3e5a864ae569893a3b3823c78 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 21 Mar 2019 07:06:30 +0000 Subject: [PATCH] Accepting request 687030 from home:jengelh:branches:devel:languages:python - Trim marketing wording and other platform mentions. OBS-URL: https://build.opensuse.org/request/show/687030 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-waitress?expand=0&rev=32 --- python-waitress.changes | 4 ++-- python-waitress.spec | 8 +++----- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/python-waitress.changes b/python-waitress.changes index d1f5ddb..56352d4 100644 --- a/python-waitress.changes +++ b/python-waitress.changes @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b55bdc5ffa5f57e1763f6d4530a09619209603844f3099b5572923ee63741c60 -size 10451 +oid sha256:a9b0fa6ceb1b884e72629c0218a1f3b36e047a2837b68d79d5f12565c390a235 +size 10639 diff --git a/python-waitress.spec b/python-waitress.spec index e47fcc7..a1d46c6 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -48,11 +48,9 @@ BuildRequires: %{python_module nose} %python_subpackages %description -Waitress is meant to be 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 -2.7+ and Python 3.4+. It is also known to run on PyPy 1.6.0+ on UNIX. It -supports HTTP/1.0 and HTTP/1.1. +Waitress is a pure-Python WSGI server. It has no dependencies except +ones which live in the Python standard library. It supports HTTP/1.0 +and HTTP/1.1. For more information, see the "docs" directory of the Waitress package or http://docs.pylonsproject.org/projects/waitress/en/latest/ .