From 07a02186cbf7ee016b5e42b820fe16e686fa8c21c74c47df5e79bf82c183bd45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 13 Oct 2020 09:53:07 +0000 Subject: [PATCH] Accepting request 841470 from home:jengelh:branches:devel:languages:python - Trim marketing wording from descriptions. OBS-URL: https://build.opensuse.org/request/show/841470 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uvicorn?expand=0&rev=2 --- python-uvicorn.changes | 5 +++++ python-uvicorn.spec | 11 ++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/python-uvicorn.changes b/python-uvicorn.changes index a1acb00..9586dce 100644 --- a/python-uvicorn.changes +++ b/python-uvicorn.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 13 09:42:02 UTC 2020 - Jan Engelhardt + +- Trim marketing wording from descriptions. + ------------------------------------------------------------------- Sun Oct 11 14:58:51 UTC 2020 - John Vandenberg diff --git a/python-uvicorn.spec b/python-uvicorn.spec index c14937c..69f4015 100644 --- a/python-uvicorn.spec +++ b/python-uvicorn.spec @@ -21,7 +21,7 @@ Name: python-uvicorn Version: 0.12.1 Release: 0 -Summary: The lightning-fast ASGI server +Summary: An Asynchronous Server Gateway Interface server License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/encode/uvicorn @@ -42,12 +42,12 @@ Requires(post): update-alternatives Requires(postun): update-alternatives BuildArch: noarch # SECTION test requirements +BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module click >= 7.0} BuildRequires: %{python_module h11 >= 0.8.0} BuildRequires: %{python_module httptools >= 0.0.13} -BuildRequires: %{python_module PyYAML} -BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest-mock} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests} BuildRequires: %{python_module typing_extensions} BuildRequires: %{python_module uvloop >= 0.14.0} @@ -58,10 +58,11 @@ BuildRequires: %{python_module wsproto >= 0.13.0} %python_subpackages %description -The lightning-fast ASGI server. +Uvicorn is an ASGI server implementation, using uvloop and httptools. +It supports HTTP/1.1 and WebSockets only. %prep -%setup -q -n uvicorn-%{version} +%autosetup -p1 -n uvicorn-%{version} rm setup.cfg %build