- Update to 3.2.10:

* Fixed bugs due to bad WeakRef handling introduced in 3.2.8
  * Fixed regression with exception handling in 3.2.8 related to the
    contextvars fix.
  * Fixed small memory leak in local.Local
  * contextvars are now persisted through AsyncToSync

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asgiref?expand=0&rev=4
This commit is contained in:
Steve Kowalik 2020-07-01 05:00:33 +00:00 committed by Git OBS Bridge
parent 92b02df221
commit 217acb5558
4 changed files with 14 additions and 4 deletions

3
asgiref-3.2.10.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e51911ee147dd685c3c8b805c0ad0cb58d360987b56953878f8c06d2d1c6f1a
size 25669

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8036f90603c54e93521e5777b2b9a39ba1bad05773fcf2d208f0299d1df58ce5
size 25350

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jul 1 04:59:38 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 3.2.10:
* Fixed bugs due to bad WeakRef handling introduced in 3.2.8
* Fixed regression with exception handling in 3.2.8 related to the
contextvars fix.
* Fixed small memory leak in local.Local
* contextvars are now persisted through AsyncToSync
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 24 06:47:42 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com> Fri Apr 24 06:47:42 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -19,7 +19,7 @@
%define skip_python2 1 %define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-asgiref Name: python-asgiref
Version: 3.2.7 Version: 3.2.10
Release: 0 Release: 0
Summary: ASGI specs, helper code, and adapters Summary: ASGI specs, helper code, and adapters
License: BSD-3-Clause License: BSD-3-Clause