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 2023-09-28 00:24:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-uvicorn (Old) and /work/SRC/openSUSE:Factory/.python-uvicorn.new.23327 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-uvicorn" Thu Sep 28 00:24:35 2023 rev:13 rq:1113682 version:0.23.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-uvicorn/python-uvicorn.changes 2023-06-30 19:58:18.525442379 +0200 +++ /work/SRC/openSUSE:Factory/.python-uvicorn.new.23327/python-uvicorn.changes 2023-09-28 00:47:32.764614905 +0200 @@ -1,0 +2,16 @@ +Tue Sep 26 14:13:34 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 0.23.2: + * Maintain the same behavior of `websockets` from 10.4 on 11.0 + * Add `typing_extensions` for Python 3.10 and lower (#2053) + * Add `--ws-max-queue` parameter WebSockets (#2033) 10/07/23 + * Drop support for Python 3.7 (#1996) 19/06/23 + * Remove `asgiref` as typing dependency (#1999) 08/06/23 + * Set `scope["scheme"]` to `ws` or `wss` instead of `http` or + `https` on `ProxyHeadersMiddleware` for WebSockets (#2043) + 12/07/23 + * Raise `ImportError` on circular import (#2040) 09/07/23 + * Use `logger.getEffectiveLevel()` instead of `logger.level` to + check if log level is `TRACE` (#1966) 01/06/23 + +------------------------------------------------------------------- Old: ---- _service uvicorn-0.22.0.tar.gz New: ---- uvicorn-0.23.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-uvicorn.spec ++++++ --- /var/tmp/diff_new_pack.2fynje/_old 2023-09-28 00:47:34.148664973 +0200 +++ /var/tmp/diff_new_pack.2fynje/_new 2023-09-28 00:47:34.148664973 +0200 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-uvicorn -Version: 0.22.0 +Version: 0.23.2 Release: 0 Summary: An Asynchronous Server Gateway Interface server License: BSD-3-Clause @@ -30,11 +30,13 @@ BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module typing-extensions >= 4 if %python-base < 3.11} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-click >= 7.0 Requires: python-h11 >= 0.8.0 +Requires: (python-typing-extensions >= 4 if python-base < 3.11) Recommends: python-PyYAML >= 5.1 Recommends: python-httptools >= 0.4.0 Recommends: python-websockets >= 8.0 @@ -47,7 +49,6 @@ BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module PyYAML >= 5.1} -BuildRequires: %{python_module asgiref >= 3.4} BuildRequires: %{python_module click >= 7.0} BuildRequires: %{python_module h11 >= 0.8.0} BuildRequires: %{python_module httptools >= 0.4.0} @@ -74,7 +75,6 @@ %prep %autosetup -p1 -n uvicorn-%{version} -rm setup.cfg %build %pyproject_wheel ++++++ uvicorn-0.22.0.tar.gz -> uvicorn-0.23.2.tar.gz ++++++ ++++ 3000 lines of diff (skipped)