Accepting request 674560 from devel:languages:python:pytest

- Update to 0.10.0:
  * support for pytest 4+

OBS-URL: https://build.opensuse.org/request/show/674560
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-asyncio?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2019-02-14 13:34:22 +00:00 committed by Git OBS Bridge
commit 93498edb4c
4 changed files with 15 additions and 11 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4a2f53fb40b8075739018e026bd0d3d2485d9f7c228974c817a6b43ed1350ed0
size 13968

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:20db04d27c197050f0ecdc30c115e677a77f0d27d95416f6ecef4b29e2de30f9
size 13222

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Feb 13 13:14:40 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.10.0:
* support for pytest 4+
-------------------------------------------------------------------
Tue Sep 4 13:10:57 UTC 2018 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-pytest-asyncio
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,29 +12,27 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define skip_python2 1
%{?!python_module:%define python_module() python3-%{**}}
Name: python-pytest-asyncio
Version: 0.9.0
Version: 0.10.0
Release: 0
Summary: Pytest support for asyncio
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/pytest-dev/pytest-asyncio
#Source: https://files.pythonhosted.org/packages/source/p/pytest-asyncio/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}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module async_generator >= 1.3}
BuildRequires: %{python_module hypothesis >= 3.64}
BuildRequires: %{python_module pytest >= 3.0.6}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-pytest >= 3.0.6
Suggests: python-async_generator >= 1.3
Suggests: python-coverage
BuildArch: noarch
%python_subpackages