diff --git a/pytest_asyncio-1.0.0.tar.gz b/pytest_asyncio-1.0.0.tar.gz deleted file mode 100644 index ef50c3a9902d1c79d4aac114465efc7f22072878..0000000000000000000000000000000000000000 Binary files a/pytest_asyncio-1.0.0.tar.gz and /dev/null differ diff --git a/pytest_asyncio-1.1.0.tar.gz b/pytest_asyncio-1.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c814f0702d7b6bd0c0f92e4659fcce21d491d5e2 Binary files /dev/null and b/pytest_asyncio-1.1.0.tar.gz differ diff --git a/python-pytest-asyncio.spec b/python-pytest-asyncio.spec index a793d7e03aeca9e2ccbfdef05da7763d6290f114..47ba3d3ef06cf1899fe7c85517c90a0b4513b9cb 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: 1.0.0 +Version: 1.1.0 Release: 1 Summary: Pytest support for asyncio. License: Apache-2.0 @@ -55,6 +55,12 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Mon Aug 04 2025 Ge Wang - 1.1.0-1 +- Update package to version 1.1.0 + * Propagation of ContextVars from async fixtures to other fixtures and tests on Python 3.10 and older + * Error about missing loop when calling functions requiring a loop in the finally clause of a task + * An error that could cause duplicate warnings to be issued + * Tue Jul 08 2025 yaoxin <1024769339@qq.com> - 1.0.0-1 - Update to 1.0.0: * The deprecated event_loop fixture.