diff --git a/asgiref-3.2.10.tar.gz b/asgiref-3.2.10.tar.gz deleted file mode 100644 index fc55ed2..0000000 --- a/asgiref-3.2.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e51911ee147dd685c3c8b805c0ad0cb58d360987b56953878f8c06d2d1c6f1a -size 25669 diff --git a/asgiref-3.3.1.tar.gz b/asgiref-3.3.1.tar.gz new file mode 100644 index 0000000..d25f233 --- /dev/null +++ b/asgiref-3.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7162a3cb30ab0609f1a4c95938fd73e8604f63bdba516a7f7d64b83ff09478f0 +size 27197 diff --git a/python-asgiref.changes b/python-asgiref.changes index c7df923..82b067e 100644 --- a/python-asgiref.changes +++ b/python-asgiref.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Jan 14 04:31:06 UTC 2021 - Steve Kowalik + +- Update to 3.3.1 + * Updated StatelessServer to use ASGI v3 single-callable applications. + * sync_to_async now defaults to thread-sensitive mode being on + * async_to_sync now works inside of forked processes + * WsgiToAsgi now correctly clamps its response body when Content-Length + is set + ------------------------------------------------------------------- Wed Jul 1 04:59:38 UTC 2020 - Steve Kowalik diff --git a/python-asgiref.spec b/python-asgiref.spec index de02dfb..31ba152 100644 --- a/python-asgiref.spec +++ b/python-asgiref.spec @@ -1,7 +1,7 @@ # # spec file for package python-asgiref # -# 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 @@ -19,11 +19,10 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-asgiref -Version: 3.2.10 +Version: 3.3.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.5}