- update to 4.0.3:

* Fixed compatibility with asyncio.timeout() on Python 3.11+.
  * Added support for Python 3.11.
  * Dropped support for Python 3.6.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-async_timeout?expand=0&rev=17
This commit is contained in:
Dirk Mueller 2023-09-07 10:48:36 +00:00 committed by Git OBS Bridge
parent 780c16d6cc
commit 3cf51f6811
4 changed files with 12 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15
size 8221

BIN
async-timeout-4.0.3.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Sep 7 10:48:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 4.0.3:
* Fixed compatibility with asyncio.timeout() on Python 3.11+.
* Added support for Python 3.11.
* Dropped support for Python 3.6.
-------------------------------------------------------------------
Fri Apr 21 12:22:20 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -16,10 +16,9 @@
#
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-async_timeout
Version: 4.0.2
Version: 4.0.3
Release: 0
Summary: Timeout context manager for asyncio programs
License: Apache-2.0