From 3cf51f68111fbb3cef4d10356de03fe799b7bbabec1798c3b56d6f0d4dad68cb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 7 Sep 2023 10:48:36 +0000 Subject: [PATCH] - 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 --- async-timeout-4.0.2.tar.gz | 3 --- async-timeout-4.0.3.tar.gz | 3 +++ python-async_timeout.changes | 8 ++++++++ python-async_timeout.spec | 3 +-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 async-timeout-4.0.2.tar.gz create mode 100644 async-timeout-4.0.3.tar.gz diff --git a/async-timeout-4.0.2.tar.gz b/async-timeout-4.0.2.tar.gz deleted file mode 100644 index a1dd3aa..0000000 --- a/async-timeout-4.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15 -size 8221 diff --git a/async-timeout-4.0.3.tar.gz b/async-timeout-4.0.3.tar.gz new file mode 100644 index 0000000..c959ef6 --- /dev/null +++ b/async-timeout-4.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4640d96be84d82d02ed59ea2b7105a0f7b33abe8703703cd0ab0bf87c427522f +size 8345 diff --git a/python-async_timeout.changes b/python-async_timeout.changes index d7e61ab..bf3f7ec 100644 --- a/python-async_timeout.changes +++ b/python-async_timeout.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Sep 7 10:48:29 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-async_timeout.spec b/python-async_timeout.spec index 5a3493a..878b216 100644 --- a/python-async_timeout.spec +++ b/python-async_timeout.spec @@ -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