diff --git a/pytest_asyncio-0.23.8.tar.gz b/pytest_asyncio-0.23.8.tar.gz deleted file mode 100644 index 39798e142bc9f1b032fb6b0825fb3834e6b3d2e7..0000000000000000000000000000000000000000 Binary files a/pytest_asyncio-0.23.8.tar.gz and /dev/null differ diff --git a/pytest_asyncio-1.0.0.tar.gz b/pytest_asyncio-1.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ef50c3a9902d1c79d4aac114465efc7f22072878 Binary files /dev/null and b/pytest_asyncio-1.0.0.tar.gz differ diff --git a/python-pytest-asyncio.spec b/python-pytest-asyncio.spec index 66480107b5c7e0c5590b236780435292088c1b47..a793d7e03aeca9e2ccbfdef05da7763d6290f114 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: 0.23.8 +Version: 1.0.0 Release: 1 Summary: Pytest support for asyncio. License: Apache-2.0 @@ -25,6 +25,7 @@ Provides: python-pytest-asyncio = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-pip python3-wheel python3-flit BuildRequires: python3-pytest +BuildRequires: python3-setuptools python3-setuptools_scm %description -n python3-pytest-asyncio Pytest support for asyncio @@ -54,6 +55,14 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Tue Jul 08 2025 yaoxin <1024769339@qq.com> - 1.0.0-1 +- Update to 1.0.0: + * The deprecated event_loop fixture. + * Prelimiary support for Python 3.14 + * An error caused when using pytest's [--setup-plan]{.title-ref} option + * Unsuppressed import errors with pytest option --doctest-ignore-import-errors + * A "fixture not found" error in connection with package-scoped loops + * Fri Aug 23 2024 wangkai <13474090681@163.com> - 0.23.8-1 - Upgrade package to version 0.23.8