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..0071183b4c132f1810ae9fd8b9d58c01c86844bf 100644 --- a/python-pytest-asyncio.spec +++ b/python-pytest-asyncio.spec @@ -1,11 +1,11 @@ %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 URL: https://github.com/pytest-dev/pytest-asyncio -Source0: %{pypi_source pytest_asyncio} +Source0: https://files.pythonhosted.org/packages/source/p/pytest_asyncio/pytest_asyncio-%{version}.tar.gz BuildArch: noarch Requires: python3-pytest @@ -55,6 +55,9 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Tue Nov 18 2025 lvwq - 1.3.0-1 +- Update to 1.3.0 + * Tue Oct 21 2025 dongjiao - 1.2.0-1 - Update package to version 1.2.0 * Compatibility with the Pyright type checker.