Hello community, here is the log from the commit of package python-uvicorn for openSUSE:Factory checked in at 2020-12-01 14:23:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-uvicorn (Old) and /work/SRC/openSUSE:Factory/.python-uvicorn.new.5913 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-uvicorn" Tue Dec 1 14:23:10 2020 rev:3 rq:851909 version:0.12.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-uvicorn/python-uvicorn.changes 2020-10-20 16:23:40.994386903 +0200 +++ /work/SRC/openSUSE:Factory/.python-uvicorn.new.5913/python-uvicorn.changes 2020-12-01 14:23:23.321632398 +0100 @@ -1,0 +2,20 @@ +Sun Nov 29 09:56:12 UTC 2020 - John Vandenberg <[email protected]> + +- Skip three tests due to minor change introduced in wsproto 1.0.0 +- Add some missing minimum versions to Requires and BuildRequires +- Update to v0.12.3 + * Fix race condition that leads Quart to hang + * Use latin1 when decoding X-Forwarded-* headers + * Rework IPv6 support + * Cancel old keepalive-trigger before setting new one +- from v0.12.2 + * Adding ability to decrypt ssl key file + * Support .yml log config files + * Added python 3.9 support + * Fixes watchgod with common prefixes + * Fix reload with ipv6 host + * Added cli support for headers containing colon + * Sharing socket across workers on windows + * Note the need to configure trusted "ips" when using unix sockets + +------------------------------------------------------------------- Old: ---- uvicorn-0.12.1.tar.gz New: ---- uvicorn-0.12.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-uvicorn.spec ++++++ --- /var/tmp/diff_new_pack.Vj2tRw/_old 2020-12-01 14:23:23.889633012 +0100 +++ /var/tmp/diff_new_pack.Vj2tRw/_new 2020-12-01 14:23:23.893633017 +0100 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-uvicorn -Version: 0.12.1 +Version: 0.12.3 Release: 0 Summary: An Asynchronous Server Gateway Interface server License: BSD-3-Clause @@ -31,29 +31,30 @@ BuildRequires: python-rpm-macros Requires: python-click >= 7.0 Requires: python-h11 >= 0.8.0 -Requires: python-httptools >= 0.0.13 +Requires: python-httptools >= 0.1.0 Requires: python-typing_extensions Requires: python-websockets >= 8.0 -Recommends: python-PyYAML +Recommends: python-PyYAML >= 5.1 Suggests: python-uvloop >= 0.14.0 -Suggests: python-watchgod -Suggests: python-wsproto +Suggests: python-watchgod >= 0.6 +Suggests: python-wsproto >= 0.15.0 Requires(post): update-alternatives Requires(postun): update-alternatives BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module PyYAML} +BuildRequires: %{python_module PyYAML >= 5.1} BuildRequires: %{python_module click >= 7.0} BuildRequires: %{python_module h11 >= 0.8.0} -BuildRequires: %{python_module httptools >= 0.0.13} +BuildRequires: %{python_module httptools >= 0.1.0} BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests} +BuildRequires: %{python_module trustme} BuildRequires: %{python_module typing_extensions} BuildRequires: %{python_module uvloop >= 0.14.0} BuildRequires: %{python_module watchgod >= 0.6} BuildRequires: %{python_module websockets >= 8.0} -BuildRequires: %{python_module wsproto >= 0.13.0} +BuildRequires: %{python_module wsproto >= 0.15.0} # /SECTION %python_subpackages @@ -80,7 +81,11 @@ %python_uninstall_alternative uvicorn %check -%pytest +# Required for reporting bugs +%python_exec -m uvicorn --version +# Three wsproto upgrade related tests +# https://github.com/encode/uvicorn/issues/868 +%pytest -rs -k 'not (test_supported_upgrade_request or test_invalid_upgrade)' %files %{python_files} %doc README.md ++++++ uvicorn-0.12.1.tar.gz -> uvicorn-0.12.3.tar.gz ++++++ ++++ 2000 lines of diff (skipped) _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
