Accepting request 708937 from devel:languages:python:pytest

- Update to 0.1.6:
  * No upstream changelog provided

OBS-URL: https://build.opensuse.org/request/show/708937
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-tldr?expand=0&rev=2
This commit is contained in:
2019-06-12 11:15:13 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:38e37dc0172f127b0d0fea50ae95261534ab3944728a7a0bc2bcb275c166ee5d
size 9142

3
pytest-tldr-0.1.6.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 10 08:16:20 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.1.6:
* No upstream changelog provided
-------------------------------------------------------------------
Thu Mar 21 01:52:14 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-tldr
Version: 0.1.5
Version: 0.1.6
Release: 0
Summary: A pytest plugin that limits the output to just the things you need
License: BSD-3-Clause
@@ -26,14 +26,13 @@ Group: Development/Languages/Python
URL: https://github.com/freakboy3742/pytest-tldr
Source: https://files.pythonhosted.org/packages/source/p/pytest-tldr/pytest-tldr-%{version}.tar.gz
BuildRequires: %{python_module pytest >= 3.5.0}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-pytest >= 3.5.0
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module pytest-runner}
# /SECTION
%python_subpackages
%description
@@ -51,7 +50,7 @@ A pytest plugin that limits the output to just the things you need.
%check
# test_coverage is failing
%python_exec -m pytest -k 'not test_coverage'
%pytest -k 'not test_coverage'
%files %{python_files}
%doc README.rst