From 9e01ca835b298020e6d54d25804fe47ab7a7ad394bce5a84f1fd962d98a54309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 6 Mar 2025 10:01:49 +0000 Subject: [PATCH] Accepting request 1250409 from home:ojkastl_buildservice:Branch_devel_languages_python_pytest update to 0.25.3 OBS-URL: https://build.opensuse.org/request/show/1250409 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=52 --- pytest-asyncio-0.25.1.tar.gz | 3 --- pytest-asyncio-0.25.3.tar.gz | 3 +++ python-pytest-asyncio.changes | 11 +++++++++++ python-pytest-asyncio.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 pytest-asyncio-0.25.1.tar.gz create mode 100644 pytest-asyncio-0.25.3.tar.gz diff --git a/pytest-asyncio-0.25.1.tar.gz b/pytest-asyncio-0.25.1.tar.gz deleted file mode 100644 index 3802642..0000000 --- a/pytest-asyncio-0.25.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e8e3c7942e61333cb3aa793674a669d036b71ea377a52a27e4dba88f1e8a617 -size 51702 diff --git a/pytest-asyncio-0.25.3.tar.gz b/pytest-asyncio-0.25.3.tar.gz new file mode 100644 index 0000000..75ef825 --- /dev/null +++ b/pytest-asyncio-0.25.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e804b2a165f28f2a552e73e8ae2efd01f766d58510766dd6dd03be54583cd75 +size 52116 diff --git a/python-pytest-asyncio.changes b/python-pytest-asyncio.changes index 6357dab..4e601d3 100644 --- a/python-pytest-asyncio.changes +++ b/python-pytest-asyncio.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Mar 5 12:37:11 UTC 2025 - Johannes Kastl + +- update to 0.25.3: + * Avoid errors in cleanup of async generators when event loop is + already closed #1040 +- update to 0.25.2: + * Call loop.shutdown_asyncgens() before closing the event loop to + ensure async generators are closed in the same manner as + asyncio.run does #1034 + ------------------------------------------------------------------- Fri Jan 3 09:12:39 UTC 2025 - Johannes Kastl diff --git a/python-pytest-asyncio.spec b/python-pytest-asyncio.spec index 2c92e3c..88fc064 100644 --- a/python-pytest-asyncio.spec +++ b/python-pytest-asyncio.spec @@ -26,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-pytest-asyncio%{psuffix} -Version: 0.25.1 +Version: 0.25.3 Release: 0 Summary: Pytest support for asyncio License: Apache-2.0