Hello community,

here is the log from the commit of package python-uvicorn for openSUSE:Factory 
checked in at 2020-10-20 16:17:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-uvicorn (Old)
 and      /work/SRC/openSUSE:Factory/.python-uvicorn.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-uvicorn"

Tue Oct 20 16:17:11 2020 rev:2 rq:842792 version:0.12.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-uvicorn/python-uvicorn.changes    
2020-10-13 15:47:03.753486402 +0200
+++ /work/SRC/openSUSE:Factory/.python-uvicorn.new.3486/python-uvicorn.changes  
2020-10-20 16:23:40.994386903 +0200
@@ -1,0 +2,5 @@
+Tue Oct 13 09:42:02 UTC 2020 - Jan Engelhardt <jeng...@inai.de>
+
+- Trim marketing wording from descriptions.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-uvicorn.spec ++++++
--- /var/tmp/diff_new_pack.qiPmQ1/_old  2020-10-20 16:23:42.298387521 +0200
+++ /var/tmp/diff_new_pack.qiPmQ1/_new  2020-10-20 16:23:42.302387523 +0200
@@ -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(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 @@
 %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


Reply via email to