diff --git a/pytest-asyncio-0.24.0.tar.gz b/pytest-asyncio-0.24.0.tar.gz deleted file mode 100644 index 75e6936..0000000 --- a/pytest-asyncio-0.24.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e770d3d3de20968d03a556c8f2ebe461c568d283a993f4a1179ddd02e5f633a6 -size 47578 diff --git a/pytest-asyncio-0.25.1.tar.gz b/pytest-asyncio-0.25.1.tar.gz new file mode 100644 index 0000000..3802642 --- /dev/null +++ b/pytest-asyncio-0.25.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e8e3c7942e61333cb3aa793674a669d036b71ea377a52a27e4dba88f1e8a617 +size 51702 diff --git a/python-pytest-asyncio.changes b/python-pytest-asyncio.changes index 439443b..6357dab 100644 --- a/python-pytest-asyncio.changes +++ b/python-pytest-asyncio.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Fri Jan 3 09:12:39 UTC 2025 - Johannes Kastl + +- update to 0.25.1: + * Fixes an issue that caused a broken event loop when a + function-scoped test was executed in between two tests with + wider loop scope #950 + * Improves test collection speed in auto mode #1020 + * Corrects the warning that is emitted upon redefining the + event_loop fixture + +------------------------------------------------------------------- +Fri Jan 3 09:10:08 UTC 2025 - Johannes Kastl + +- Update to 0.25.0: + * Deprecated: Added warning when asyncio test requests async + @pytest.fixture in strict mode. This will become an error in a + future version of flake8-asyncio. #979 + * Updates the error message about pytest.mark.asyncio's scope + keyword argument to say loop_scope instead. #1004 + * Verbose log displays correct parameter name: + asyncio_default_fixture_loop_scope #990 + * Propagates contextvars set in async fixtures to other fixtures + and tests on Python 3.11 and above. #1008 + ------------------------------------------------------------------- Tue Oct 8 15:42:52 UTC 2024 - Markéta Machová diff --git a/python-pytest-asyncio.spec b/python-pytest-asyncio.spec index 06af2ef..2c92e3c 100644 --- a/python-pytest-asyncio.spec +++ b/python-pytest-asyncio.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-asyncio # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-pytest-asyncio%{psuffix} -Version: 0.24.0 +Version: 0.25.1 Release: 0 Summary: Pytest support for asyncio License: Apache-2.0