From 217acb5558178b47da0c4198cdeeb5b3c13f8b8ce71d3bf0487307b26053d934 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 1 Jul 2020 05:00:33 +0000 Subject: [PATCH] - 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 --- asgiref-3.2.10.tar.gz | 3 +++ asgiref-3.2.7.tar.gz | 3 --- python-asgiref.changes | 10 ++++++++++ python-asgiref.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 asgiref-3.2.10.tar.gz delete mode 100644 asgiref-3.2.7.tar.gz diff --git a/asgiref-3.2.10.tar.gz b/asgiref-3.2.10.tar.gz new file mode 100644 index 0000000..fc55ed2 --- /dev/null +++ b/asgiref-3.2.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e51911ee147dd685c3c8b805c0ad0cb58d360987b56953878f8c06d2d1c6f1a +size 25669 diff --git a/asgiref-3.2.7.tar.gz b/asgiref-3.2.7.tar.gz deleted file mode 100644 index f5a94c1..0000000 --- a/asgiref-3.2.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8036f90603c54e93521e5777b2b9a39ba1bad05773fcf2d208f0299d1df58ce5 -size 25350 diff --git a/python-asgiref.changes b/python-asgiref.changes index b96be1f..c7df923 100644 --- a/python-asgiref.changes +++ b/python-asgiref.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jul 1 04:59:38 UTC 2020 - Steve Kowalik + +- 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 diff --git a/python-asgiref.spec b/python-asgiref.spec index a499f84..de02dfb 100644 --- a/python-asgiref.spec +++ b/python-asgiref.spec @@ -19,7 +19,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-asgiref -Version: 3.2.7 +Version: 3.2.10 Release: 0 Summary: ASGI specs, helper code, and adapters License: BSD-3-Clause