From aeb873394b1a30816b6a37ba942356a3a85035b5020598cbcdf7a7b4142671a2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 6 Jun 2024 20:27:05 +0000 Subject: [PATCH] - update to 0.23.7: * Silence deprecation warnings about unclosed event loops that occurred with certain CPython patch releases OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=44 --- pytest-asyncio-0.23.6.tar.gz | 3 --- pytest-asyncio-0.23.7.tar.gz | 3 +++ python-pytest-asyncio.changes | 7 +++++++ python-pytest-asyncio.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 pytest-asyncio-0.23.6.tar.gz create mode 100644 pytest-asyncio-0.23.7.tar.gz diff --git a/pytest-asyncio-0.23.6.tar.gz b/pytest-asyncio-0.23.6.tar.gz deleted file mode 100644 index 3dea66b..0000000 --- a/pytest-asyncio-0.23.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ce191d0e1adcc40c0a7fdc29245a8ed3a2a42986c1fad9ba6bb6f7cac3a1a4c -size 44020 diff --git a/pytest-asyncio-0.23.7.tar.gz b/pytest-asyncio-0.23.7.tar.gz new file mode 100644 index 0000000..2e1e300 --- /dev/null +++ b/pytest-asyncio-0.23.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a8e5be948bcff070caf2e0671ee23223727df4a188f14ad97e59bb1d3b0480 +size 44156 diff --git a/python-pytest-asyncio.changes b/python-pytest-asyncio.changes index fb7db2d..f715afb 100644 --- a/python-pytest-asyncio.changes +++ b/python-pytest-asyncio.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jun 6 20:26:26 UTC 2024 - Dirk Müller + +- update to 0.23.7: + * Silence deprecation warnings about unclosed event loops that + occurred with certain CPython patch releases + ------------------------------------------------------------------- Thu Mar 21 17:04:18 UTC 2024 - Dirk Müller diff --git a/python-pytest-asyncio.spec b/python-pytest-asyncio.spec index 19c34fe..9e1d400 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.23.6 +Version: 0.23.7 Release: 0 Summary: Pytest support for asyncio License: Apache-2.0