From ccb9fb7558c37f2d1b42100d46046b50c16c387e4e976ec9f4a8dcbb74b21970 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 24 Jul 2023 18:40:37 +0000 Subject: [PATCH] - update to 0.21.1: * Output a proper error message when an invalid ``asyncio_mode`` is selected. * Extend warning message about unclosed event loops with additional possible cause. * Previously, some tests reported "skipped" or "xfailed" as a result. Now all tests report a "success" result. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=30 --- pytest-asyncio-0.21.0.tar.gz | 3 --- pytest-asyncio-0.21.1.tar.gz | 3 +++ python-pytest-asyncio.changes | 11 +++++++++++ python-pytest-asyncio.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 pytest-asyncio-0.21.0.tar.gz create mode 100644 pytest-asyncio-0.21.1.tar.gz diff --git a/pytest-asyncio-0.21.0.tar.gz b/pytest-asyncio-0.21.0.tar.gz deleted file mode 100644 index 516a552..0000000 --- a/pytest-asyncio-0.21.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ddef009a5623454a1256aed9d7d44b76922f3cb662164bf11b93bbe494d3f777 -size 28675 diff --git a/pytest-asyncio-0.21.1.tar.gz b/pytest-asyncio-0.21.1.tar.gz new file mode 100644 index 0000000..599e53f --- /dev/null +++ b/pytest-asyncio-0.21.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94ab6dc6daba9317682e912686e1570fc500ca6758093ee17d20808cae2a1dbc +size 29240 diff --git a/python-pytest-asyncio.changes b/python-pytest-asyncio.changes index 033418f..f2a6e74 100644 --- a/python-pytest-asyncio.changes +++ b/python-pytest-asyncio.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jul 24 18:40:25 UTC 2023 - Dirk Müller + +- update to 0.21.1: + * Output a proper error message when an invalid + ``asyncio_mode`` is selected. + * Extend warning message about unclosed event loops with + additional possible cause. + * Previously, some tests reported "skipped" or "xfailed" as a + result. Now all tests report a "success" result. + ------------------------------------------------------------------- Thu May 4 22:36:44 UTC 2023 - Dirk Müller diff --git a/python-pytest-asyncio.spec b/python-pytest-asyncio.spec index 07cc288..811188a 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.21.0 +Version: 0.21.1 Release: 0 Summary: Pytest support for asyncio License: Apache-2.0