Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-uvicorn for openSUSE:Factory checked in at 2022-02-03 23:16:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-uvicorn (Old) and /work/SRC/openSUSE:Factory/.python-uvicorn.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-uvicorn" Thu Feb 3 23:16:12 2022 rev:6 rq:950334 version:0.17.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-uvicorn/python-uvicorn.changes 2022-01-24 23:10:50.514410262 +0100 +++ /work/SRC/openSUSE:Factory/.python-uvicorn.new.1898/python-uvicorn.changes 2022-02-03 23:16:43.736513466 +0100 @@ -1,0 +2,5 @@ +Tue Feb 1 05:38:09 UTC 2022 - Steve Kowalik <steven.kowa...@suse.com> + +- Add missing Requires on python-asgiref. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-uvicorn.spec ++++++ --- /var/tmp/diff_new_pack.NxviSy/_old 2022-02-03 23:16:44.232510081 +0100 +++ /var/tmp/diff_new_pack.NxviSy/_new 2022-02-03 23:16:44.236510054 +0100 @@ -16,20 +16,19 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 -%define skip_python36 1 Name: python-uvicorn Version: 0.17.0 Release: 0 Summary: An Asynchronous Server Gateway Interface server License: BSD-3-Clause -Group: Development/Languages/Python URL: https://github.com/encode/uvicorn Source: https://github.com/encode/uvicorn/archive/%{version}.tar.gz#/uvicorn-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-asgiref >= 3.4 Requires: python-click >= 7.0 Requires: python-h11 >= 0.8.0 Requires: python-httptools >= 0.1.0