diff --git a/pytest_asyncio-1.1.0.tar.gz b/pytest_asyncio-1.1.0.tar.gz deleted file mode 100644 index c814f0702d7b6bd0c0f92e4659fcce21d491d5e2..0000000000000000000000000000000000000000 Binary files a/pytest_asyncio-1.1.0.tar.gz and /dev/null differ diff --git a/pytest_asyncio-1.2.0.tar.gz b/pytest_asyncio-1.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4bfcbc8e825a5ec05737fe78bb12136fb8ddd6a0 Binary files /dev/null and b/pytest_asyncio-1.2.0.tar.gz differ diff --git a/python-pytest-asyncio.spec b/python-pytest-asyncio.spec index 47ba3d3ef06cf1899fe7c85517c90a0b4513b9cb..8d374d34652fc73df81a67e5ec51e8ad3a86ed37 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.1.0 +Version: 1.2.0 Release: 1 Summary: Pytest support for asyncio. License: Apache-2.0 @@ -55,6 +55,11 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Tue Oct 21 2025 dongjiao - 1.2.0-1 +- Update package to version 1.2.0 + * Compatibility with the Pyright type checker. + * Bug Fixes. + * 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