diff --git a/asgiref-3.3.4.tar.gz b/asgiref-3.3.4.tar.gz deleted file mode 100644 index f03c63c..0000000 --- a/asgiref-3.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1216dfbdfb63826470995d31caed36225dcaf34f182e0fa257a4dd9e86f1b78 -size 30780 diff --git a/asgiref-3.4.1.tar.gz b/asgiref-3.4.1.tar.gz new file mode 100644 index 0000000..0b340c2 --- /dev/null +++ b/asgiref-3.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef1ab46b484e3c706329cedeff284a5d40824200638503f5768edb6de7d58e9 +size 32529 diff --git a/python-asgiref.changes b/python-asgiref.changes index a161d9c..0f02005 100644 --- a/python-asgiref.changes +++ b/python-asgiref.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Aug 31 19:28:56 UTC 2021 - Torsten Gruner + +- 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. + ------------------------------------------------------------------- Wed Jul 7 09:46:52 UTC 2021 - Markéta Machová diff --git a/python-asgiref.spec b/python-asgiref.spec index 018525f..711f829 100644 --- a/python-asgiref.spec +++ b/python-asgiref.spec @@ -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}