forked from pool/python-uvicorn
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
This commit is contained in:
committed by
Git OBS Bridge
parent
3f02880534
commit
07a02186cb
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 13 09:42:02 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Trim marketing wording from descriptions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 11 14:58:51 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user