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 2021-09-17 23:26:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-uvicorn (Old) and /work/SRC/openSUSE:Factory/.python-uvicorn.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-uvicorn" Fri Sep 17 23:26:06 2021 rev:4 rq:919750 version:0.12.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-uvicorn/python-uvicorn.changes 2020-12-01 14:23:23.321632398 +0100 +++ /work/SRC/openSUSE:Factory/.python-uvicorn.new.1899/python-uvicorn.changes 2021-09-17 23:26:31.957267270 +0200 @@ -1,0 +2,6 @@ +Fri Sep 17 07:04:38 UTC 2021 - Dominique Leuenberger <[email protected]> + +- Do not build for python 3.6: the required dependency uvloop does + no longer support Python 3.6 since version 0.16. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-uvicorn.spec ++++++ --- /var/tmp/diff_new_pack.DNRB8T/_old 2021-09-17 23:26:32.349267620 +0200 +++ /var/tmp/diff_new_pack.DNRB8T/_new 2021-09-17 23:26:32.353267623 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-uvicorn # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,6 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +%define skip_python36 1 Name: python-uvicorn Version: 0.12.3 Release: 0 @@ -39,7 +40,7 @@ Suggests: python-watchgod >= 0.6 Suggests: python-wsproto >= 0.15.0 Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module PyYAML >= 5.1}
