forked from pool/python-pytest-tldr
- Update to 0.1.6:
* No upstream changelog provided OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-tldr?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
6dc60f61df
commit
1f34b87195
@@ -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
3
pytest-tldr-0.1.6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ca11de480ad178aee66427df6a305db4c5651764851b93989e00b752904539e8
|
||||||
|
size 9136
|
||||||
@@ -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>
|
Thu Mar 21 01:52:14 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pytest-tldr
|
Name: python-pytest-tldr
|
||||||
Version: 0.1.5
|
Version: 0.1.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A pytest plugin that limits the output to just the things you need
|
Summary: A pytest plugin that limits the output to just the things you need
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -26,14 +26,13 @@ Group: Development/Languages/Python
|
|||||||
URL: https://github.com/freakboy3742/pytest-tldr
|
URL: https://github.com/freakboy3742/pytest-tldr
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pytest-tldr/pytest-tldr-%{version}.tar.gz
|
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 >= 3.5.0}
|
||||||
|
BuildRequires: %{python_module pytest-cov}
|
||||||
|
BuildRequires: %{python_module pytest-runner}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-pytest >= 3.5.0
|
Requires: python-pytest >= 3.5.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
|
||||||
BuildRequires: %{python_module pytest-runner}
|
|
||||||
# /SECTION
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -51,7 +50,7 @@ A pytest plugin that limits the output to just the things you need.
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
# test_coverage is failing
|
# test_coverage is failing
|
||||||
%python_exec -m pytest -k 'not test_coverage'
|
%pytest -k 'not test_coverage'
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
|||||||
Reference in New Issue
Block a user