diff --git a/pytest-asyncio-0.21.0.tar.gz b/pytest-asyncio-0.21.0.tar.gz deleted file mode 100644 index 4e7f203..0000000 Binary files a/pytest-asyncio-0.21.0.tar.gz and /dev/null differ diff --git a/pytest-asyncio-0.21.1.tar.gz b/pytest-asyncio-0.21.1.tar.gz new file mode 100644 index 0000000..c59d727 Binary files /dev/null and b/pytest-asyncio-0.21.1.tar.gz differ diff --git a/python-pytest-asyncio.spec b/python-pytest-asyncio.spec index 3cf419d..8b6a6c7 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: 0.21.0 -Release: 2 +Version: 0.21.1 +Release: 1 Summary: Pytest support for asyncio. License: Apache-2.0 URL: https://github.com/pytest-dev/pytest-asyncio -Source0: https://files.pythonhosted.org/packages/85/c7/9db0c6215f12f26b590c24acc96d048e03989315f198454540dff95109cd/pytest-asyncio-0.21.0.tar.gz +Source0: https://files.pythonhosted.org/packages/5a/85/d39ef5f69d5597a206f213ce387bcdfa47922423875829f7a98a87d33281/pytest-asyncio-0.21.1.tar.gz BuildArch: noarch Requires: python3-pytest @@ -54,6 +54,9 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Tue Jul 25 2023 niuyaru - 0.21.1-1 +- Upgrade package to version 0.21.1 + * Thu Apr 27 2023 jiangxinyu - 0.21.0-2 - Use pyproject to compile package