diff --git a/pytest-asyncio-0.19.0.tar.gz b/pytest-asyncio-0.19.0.tar.gz deleted file mode 100644 index 8a35c2e..0000000 Binary files a/pytest-asyncio-0.19.0.tar.gz and /dev/null differ diff --git a/pytest-asyncio-0.20.3.tar.gz b/pytest-asyncio-0.20.3.tar.gz new file mode 100644 index 0000000..0d70a2a Binary files /dev/null and b/pytest-asyncio-0.20.3.tar.gz differ diff --git a/python-pytest-asyncio.spec b/python-pytest-asyncio.spec index 3da8e2e..1e8c9cb 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.19.0 +Version: 0.20.3 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/43/1c/4293ce5ddfd1db78fbf192bd3c47183c9ecc2816b8de382ed1b2491c7cea/pytest-asyncio-0.19.0.tar.gz +Source0: https://files.pythonhosted.org/packages/6e/06/38b0ca5d53582bb49697626975b5540435ea064762d852b5c66646c729e9/pytest-asyncio-0.20.3.tar.gz Patch0: 0001-add-setup-file.patch BuildArch: noarch @@ -36,7 +36,7 @@ Provides: python3-pytest-asyncio-doc Pytest support for asyncio %prep -%autosetup -n pytest-asyncio-0.19.0 +%autosetup -n pytest-asyncio-%{version} %patch0 %build @@ -77,6 +77,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Dec 16 2022 chendexi - 0.20.3-1 +- Upgrade package to version 0.20.3 + * Tue Aug 02 2022 liqiuyu - 0.19.0-1 - update to 0.19.0