diff --git a/pytest_asyncio-0.23.8.tar.gz b/pytest_asyncio-0.23.8.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..39798e142bc9f1b032fb6b0825fb3834e6b3d2e7 Binary files /dev/null and b/pytest_asyncio-0.23.8.tar.gz differ diff --git a/pytest_asyncio-0.24.0.tar.gz b/pytest_asyncio-0.24.0.tar.gz deleted file mode 100644 index 3f2c52bf330a1160458a0e5c162f923356f93d3a..0000000000000000000000000000000000000000 Binary files a/pytest_asyncio-0.24.0.tar.gz and /dev/null differ diff --git a/python-pytest-asyncio.spec b/python-pytest-asyncio.spec index 967b364f29e28a648113dd4f2e5073f3bd90b66b..66480107b5c7e0c5590b236780435292088c1b47 100644 --- a/python-pytest-asyncio.spec +++ b/python-pytest-asyncio.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-pytest-asyncio -Version: 0.24.0 +Version: 0.23.8 Release: 1 Summary: Pytest support for asyncio. License: Apache-2.0 @@ -54,17 +54,6 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog -* Mon Nov 04 2024 xiaozai - 0.24.0-1 -- Upgrade package to version 0.24.0 - - BREAKING: Updated minimum supported pytest version to v8.2.0 - - Adds an optional loop_scope keyword argument to pytest.mark.asyncio. - This argument controls which event loop is used to run the marked async test. - - Deprecates the optional scope keyword argument to pytest.mark.asyncio for API - consistency with pytest_asyncio.fixture. Users are encouraged to use the loop_scope - keyword argument, which does exactly the same. - - Raises an error when passing scope or loop_scope as a positional argument to @pytest.mark.asyncio. - - Fixes a bug that caused module-scoped async fixtures to fail when reused in other modules. - * Fri Aug 23 2024 wangkai <13474090681@163.com> - 0.23.8-1 - Upgrade package to version 0.23.8