diff --git a/pytest-asyncio-0.20.3.tar.gz b/pytest-asyncio-0.20.3.tar.gz deleted file mode 100644 index c629396..0000000 --- a/pytest-asyncio-0.20.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71167da362a2c1ab22a048463eb2954b7f15fba18d41eee6a3b9db03863a2580 -size 27695 diff --git a/pytest-asyncio-0.21.0.tar.gz b/pytest-asyncio-0.21.0.tar.gz new file mode 100644 index 0000000..516a552 --- /dev/null +++ b/pytest-asyncio-0.21.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddef009a5623454a1256aed9d7d44b76922f3cb662164bf11b93bbe494d3f777 +size 28675 diff --git a/python-pytest-asyncio.changes b/python-pytest-asyncio.changes index ccbe752..033418f 100644 --- a/python-pytest-asyncio.changes +++ b/python-pytest-asyncio.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu May 4 22:36:44 UTC 2023 - Dirk Müller + +- update to 0.21.0: + * Drop compatibility with pytest 6.1. Pytest-asyncio now + depends on pytest 7.0 or newer. + * pytest-asyncio cleans up any stale event loops when setting + up and tearing down the event_loop fixture. + ------------------------------------------------------------------- Fri Apr 21 12:31:26 UTC 2023 - Dirk Müller diff --git a/python-pytest-asyncio.spec b/python-pytest-asyncio.spec index cbd5838..07cc288 100644 --- a/python-pytest-asyncio.spec +++ b/python-pytest-asyncio.spec @@ -26,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-pytest-asyncio%{psuffix} -Version: 0.20.3 +Version: 0.21.0 Release: 0 Summary: Pytest support for asyncio License: Apache-2.0 @@ -39,7 +39,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-pytest >= 6.1.0 +Requires: python-pytest >= 7.0.0 %if 0%{?python_version_nodots} < 38 Requires: python-typing-extensions >= 3.7.2 %endif @@ -48,7 +48,7 @@ BuildArch: noarch BuildRequires: %{python_module async_generator >= 1.3} BuildRequires: %{python_module flaky >= 3.5.0} BuildRequires: %{python_module hypothesis >= 5.7.1} -BuildRequires: %{python_module pytest >= 6.1.0} +BuildRequires: %{python_module pytest >= 7.0.0} BuildRequires: %{python_module pytest-asyncio = %{version}} BuildRequires: %{python_module pytest-trio >= 0.7} %endif