From 12db308fe361d1c27447ad7e5563d03dff3c0c72e22a5069dfc1b6be808471fb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 28 Apr 2025 14:19:50 +0000 Subject: [PATCH] - update to 0.26.0: * Adds configuration option that sets default event loop scope for all tests #793 * Improved type annotations for pytest_asyncio.fixture #1045 * Added typing-extensions as additional dependency for Python <3.10 #1045 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=54 --- pytest-asyncio-0.25.3.tar.gz | 3 --- pytest-asyncio-0.26.0.tar.gz | 3 +++ python-pytest-asyncio.changes | 10 ++++++++++ python-pytest-asyncio.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 pytest-asyncio-0.25.3.tar.gz create mode 100644 pytest-asyncio-0.26.0.tar.gz diff --git a/pytest-asyncio-0.25.3.tar.gz b/pytest-asyncio-0.25.3.tar.gz deleted file mode 100644 index 75ef825..0000000 --- a/pytest-asyncio-0.25.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e804b2a165f28f2a552e73e8ae2efd01f766d58510766dd6dd03be54583cd75 -size 52116 diff --git a/pytest-asyncio-0.26.0.tar.gz b/pytest-asyncio-0.26.0.tar.gz new file mode 100644 index 0000000..9093571 --- /dev/null +++ b/pytest-asyncio-0.26.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bcd830bed05bc7d10068c49a844b8062af84537b846d61310f3b939ab0d013f +size 52041 diff --git a/python-pytest-asyncio.changes b/python-pytest-asyncio.changes index 4e601d3..58297bd 100644 --- a/python-pytest-asyncio.changes +++ b/python-pytest-asyncio.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Apr 28 14:19:40 UTC 2025 - Dirk Müller + +- update to 0.26.0: + * Adds configuration option that sets default event loop scope + for all tests #793 + * Improved type annotations for pytest_asyncio.fixture #1045 + * Added typing-extensions as additional dependency for Python + <3.10 #1045 + ------------------------------------------------------------------- Wed Mar 5 12:37:11 UTC 2025 - Johannes Kastl diff --git a/python-pytest-asyncio.spec b/python-pytest-asyncio.spec index 88fc064..eb51175 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.3 +Version: 0.26.0 Release: 0 Summary: Pytest support for asyncio License: Apache-2.0