diff --git a/pytest-asyncio-0.21.1.tar.gz b/pytest-asyncio-0.21.1.tar.gz deleted file mode 100644 index c59d7279a39f018927bcd078f0e9f7c8e0e8b48d..0000000000000000000000000000000000000000 Binary files a/pytest-asyncio-0.21.1.tar.gz and /dev/null differ diff --git a/pytest_asyncio-0.23.8.tar.gz b/pytest_asyncio-0.23.8.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..39798e142bc9f1b032fb6b0825fb3834e6b3d2e7 Binary files /dev/null and b/pytest_asyncio-0.23.8.tar.gz differ diff --git a/python-pytest-asyncio.spec b/python-pytest-asyncio.spec index 8b6a6c7ccc7b9051374007aae18ee99bfd550772..66480107b5c7e0c5590b236780435292088c1b47 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.1 +Version: 0.23.8 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/5a/85/d39ef5f69d5597a206f213ce387bcdfa47922423875829f7a98a87d33281/pytest-asyncio-0.21.1.tar.gz +Source0: %{pypi_source pytest_asyncio} BuildArch: noarch Requires: python3-pytest @@ -35,7 +35,7 @@ Provides: python3-pytest-asyncio-doc Pytest support for asyncio %prep -%autosetup -p1 -n pytest-asyncio-%{version} +%autosetup -p1 -n pytest_asyncio-%{version} %build %pyproject_build @@ -54,6 +54,9 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Fri Aug 23 2024 wangkai <13474090681@163.com> - 0.23.8-1 +- Upgrade package to version 0.23.8 + * Tue Jul 25 2023 niuyaru - 0.21.1-1 - Upgrade package to version 0.21.1