From c45dad54655844f6a224da651b7fd8596473529c226d63b860740f8925434552 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 27 May 2025 13:37:06 +0000 Subject: [PATCH] update to 1.0.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=56 --- pytest-asyncio-0.26.0.tar.gz | 3 --- pytest-asyncio-1.0.0.tar.gz | 3 +++ python-pytest-asyncio.changes | 39 +++++++++++++++++++++++++++++++++++ python-pytest-asyncio.spec | 2 +- 4 files changed, 43 insertions(+), 4 deletions(-) delete mode 100644 pytest-asyncio-0.26.0.tar.gz create mode 100644 pytest-asyncio-1.0.0.tar.gz diff --git a/pytest-asyncio-0.26.0.tar.gz b/pytest-asyncio-0.26.0.tar.gz deleted file mode 100644 index 9093571..0000000 --- a/pytest-asyncio-0.26.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bcd830bed05bc7d10068c49a844b8062af84537b846d61310f3b939ab0d013f -size 52041 diff --git a/pytest-asyncio-1.0.0.tar.gz b/pytest-asyncio-1.0.0.tar.gz new file mode 100644 index 0000000..a542c15 --- /dev/null +++ b/pytest-asyncio-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd0235c0c60badfb2f845942d19c54ce0280d1cea073ec1ec36037321c900fd8 +size 45557 diff --git a/python-pytest-asyncio.changes b/python-pytest-asyncio.changes index 58297bd..b8084d2 100644 --- a/python-pytest-asyncio.changes +++ b/python-pytest-asyncio.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue May 27 11:12:52 UTC 2025 - Johannes Kastl + +- update to 1.0.0: + https://github.com/pytest-dev/pytest-asyncio/releases/tag/v1.0.0 + * Removed + - The deprecated event_loop fixture. + (#1106) + * Added + - Prelimiary support for Python 3.14 + (#1025) + * Changed + + Scoped event loops (e.g. module-scoped loops) are created + once rather than per scope (e.g. per module). This reduces + the number of fixtures and speeds up collection time, + especially for large test suites. + (#1107) + * The loop_scope argument to pytest.mark.asyncio no longer + forces that a pytest Collector exists at the level of the + specified scope. For example, a test function marked with + pytest.mark.asyncio(loop_scope="class") no longer requires a + class surrounding the test. This is consistent with the + behavior of the scope argument to pytest_asyncio.fixture. + (#1112) + * Fixed + * An error caused when using pytest's + [--setup-plan]{.title-ref} option. + (#630) + * Unsuppressed import errors with pytest option + --doctest-ignore-import-errors + (#797) + * A "fixture not found" error in connection with package-scoped + loops + (#1052) + * Notes for Downstream Packagers + * Removed a test that had an ordering dependency on other + tests. + (#1114) + ------------------------------------------------------------------- Mon Apr 28 14:19:40 UTC 2025 - Dirk Müller diff --git a/python-pytest-asyncio.spec b/python-pytest-asyncio.spec index eb51175..2f02989 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.26.0 +Version: 1.0.0 Release: 0 Summary: Pytest support for asyncio License: Apache-2.0