Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-asgiref for openSUSE:Factory checked in at 2021-09-04 22:32:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-asgiref (Old) and /work/SRC/openSUSE:Factory/.python-asgiref.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-asgiref" Sat Sep 4 22:32:03 2021 rev:6 rq:915549 version:3.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-asgiref/python-asgiref.changes 2021-07-10 22:54:16.735862071 +0200 +++ /work/SRC/openSUSE:Factory/.python-asgiref.new.1899/python-asgiref.changes 2021-09-04 22:32:11.719900300 +0200 @@ -1,0 +2,20 @@ +Tue Aug 31 19:28:56 UTC 2021 - Torsten Gruner <[email protected]> + +- Update to 3.4.1 + * Fixed an issue with the deadlock detection where it had false positives + during exception handling- Release to 3.4.0 +- Release to 3.4.0 + * Calling sync_to_async directly from inside itself (which causes a deadlock + when in the default, thread-sensitive mode) now has deadlock detection. + * asyncio usage has been updated to use the new versions of get_event_loop, + ensure_future, wait and gather, avoiding deprecation warnings in Python 3.10. + Python 3.6 installs continue to use the old versions; this is only for 3.7+ + * sync_to_async and async_to_sync now have improved type hints that pass + through the underlying function type correctly. + * All Websocket* types are now spelled WebSocket, to match our specs and the + official spelling. The old names will work until release 3.5.0, but will + raise deprecation warnings. + * The typing for WebSocketScope and HTTPScope's `extensions` key has been + fixed. + +------------------------------------------------------------------- Old: ---- asgiref-3.3.4.tar.gz New: ---- asgiref-3.4.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-asgiref.spec ++++++ --- /var/tmp/diff_new_pack.pjfSrA/_old 2021-09-04 22:32:12.111900819 +0200 +++ /var/tmp/diff_new_pack.pjfSrA/_new 2021-09-04 22:32:12.115900824 +0200 @@ -19,10 +19,11 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-asgiref -Version: 3.3.4 +Version: 3.4.1 Release: 0 Summary: ASGI specs, helper code, and adapters License: BSD-3-Clause +Group: Development/Languages/Python URL: https://github.com/django/asgiref/ Source: https://files.pythonhosted.org/packages/source/a/asgiref/asgiref-%{version}.tar.gz BuildRequires: %{python_module base >= 3.6} ++++++ asgiref-3.3.4.tar.gz -> asgiref-3.4.1.tar.gz ++++++ ++++ 1654 lines of diff (skipped)
