diff --git a/pytest_asyncio-1.2.0.tar.gz b/pytest_asyncio-1.2.0.tar.gz deleted file mode 100644 index 4bfcbc8e825a5ec05737fe78bb12136fb8ddd6a0..0000000000000000000000000000000000000000 Binary files a/pytest_asyncio-1.2.0.tar.gz and /dev/null differ diff --git a/pytest_asyncio-1.3.0.tar.gz b/pytest_asyncio-1.3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..298b6fcf0d15a084e42eefd981d11f76a91f9ed3 Binary files /dev/null and b/pytest_asyncio-1.3.0.tar.gz differ diff --git a/python-pytest-asyncio.spec b/python-pytest-asyncio.spec index 8d374d34652fc73df81a67e5ec51e8ad3a86ed37..52fae47c1ab8989a23a4c45217b2979c6f1b664c 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.2.0 +Version: 1.3.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 +* Wed Nov 12 2025 Yu Peng - 1.3.0-1 +- Upgrade to 1.3.0 + * Removed Support for Python 3.9 + * Added Support for pytest 9 + * Tested Python versions include free threaded Python 3.14t + * Tue Oct 21 2025 dongjiao - 1.2.0-1 - Update package to version 1.2.0 * Compatibility with the Pyright type checker.