From 246f7b83919249e07f00765019faefbb99adf756cf180b2290a3312c820aebc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 29 Jun 2020 10:14:02 +0000 Subject: [PATCH] Accepting request 817650 from home:mcalabkova:branches:devel:languages:python:pytest - Update to 0.14.0 * Fix #162, and event_loop fixture behavior now is coherent on all scopes. OBS-URL: https://build.opensuse.org/request/show/817650 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=11 --- pytest-asyncio-0.12.0.tar.gz | 3 --- pytest-asyncio-0.14.0.tar.gz | 3 +++ python-pytest-asyncio.changes | 6 ++++++ python-pytest-asyncio.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 pytest-asyncio-0.12.0.tar.gz create mode 100644 pytest-asyncio-0.14.0.tar.gz diff --git a/pytest-asyncio-0.12.0.tar.gz b/pytest-asyncio-0.12.0.tar.gz deleted file mode 100644 index ba4d77f..0000000 --- a/pytest-asyncio-0.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09654ac01edd4f0523ec2bc518beff7106303353522341912690620085577910 -size 14294 diff --git a/pytest-asyncio-0.14.0.tar.gz b/pytest-asyncio-0.14.0.tar.gz new file mode 100644 index 0000000..f7051a6 --- /dev/null +++ b/pytest-asyncio-0.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c1ace9c204deaca484dcb4bf3beed4afda38cf7f1721f4ce74567bb23a30f1 +size 14796 diff --git a/python-pytest-asyncio.changes b/python-pytest-asyncio.changes index ac00dcc..63b8a36 100644 --- a/python-pytest-asyncio.changes +++ b/python-pytest-asyncio.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 29 09:10:04 UTC 2020 - Marketa Calabkova + +- Update to 0.14.0 + * Fix #162, and event_loop fixture behavior now is coherent on all scopes. + ------------------------------------------------------------------- Tue Jun 9 08:13:59 UTC 2020 - Tomáš Chvátal diff --git a/python-pytest-asyncio.spec b/python-pytest-asyncio.spec index f4cb15e..23d1844 100644 --- a/python-pytest-asyncio.spec +++ b/python-pytest-asyncio.spec @@ -19,7 +19,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python3-%{**}} Name: python-pytest-asyncio -Version: 0.12.0 +Version: 0.14.0 Release: 0 Summary: Pytest support for asyncio License: Apache-2.0