- Update to 0.8.0:

* Added support for HTTPS testing (#50)
  * Group commandline options for pytest (#53)
  * Added support for Tornado 6

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-tornado?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2019-06-03 09:03:55 +00:00
committed by Git OBS Bridge
parent ea1d311c87
commit e7fb42a620
5 changed files with 19 additions and 214 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-tornado
#
# 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,29 @@
# 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/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-tornado
Version: 0.5.0
Version: 0.8.0
Release: 0
Summary: A py.test plugin for tornado applications
License: Apache-2.0
Group: Development/Languages/Python
Url: https://github.com/eugeniy/pytest-tornado
URL: https://github.com/eugeniy/pytest-tornado
Source: https://files.pythonhosted.org/packages/source/p/pytest-tornado/pytest-tornado-%{version}.tar.gz
Source10: https://raw.githubusercontent.com/eugeniy/pytest-tornado/v%{version}/LICENSE
BuildRequires: %{python_module base}
BuildRequires: %{python_module certifi}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module tornado >= 4.1}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-certifi
Requires: python-pytest
Requires: python-tornado
Requires: python-tornado >= 4.1
BuildArch: noarch
%python_subpackages
%description
@@ -43,7 +43,6 @@ of asynchronous tornado applications.
%prep
%setup -q -n pytest-tornado-%{version}
cp %{SOURCE10} .
%build
%python_build