Accepting request 817722 from 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/817722
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-asyncio?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2020-06-30 19:54:46 +00:00 committed by Git OBS Bridge
commit 92a94a53b5
4 changed files with 11 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:09654ac01edd4f0523ec2bc518beff7106303353522341912690620085577910
size 14294

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:95c1ace9c204deaca484dcb4bf3beed4afda38cf7f1721f4ce74567bb23a30f1
size 14796

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 29 09:10:04 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- 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 <tchvatal@suse.com>

View File

@ -19,12 +19,12 @@
%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
URL: https://github.com/pytest-dev/pytest-asyncio
Source: https://github.com/pytest-dev/pytest-asyncio/archive/v%{version}.tar.gz#./pytest-asyncio-%{version}.tar.gz
Source: https://github.com/pytest-dev/pytest-asyncio/archive/v%{version}.tar.gz#/pytest-asyncio-%{version}.tar.gz
BuildRequires: %{python_module async_generator >= 1.3}
BuildRequires: %{python_module base >= 3.6}
BuildRequires: %{python_module hypothesis >= 5.7.1}