forked from pool/python-pygments-pytest
- Update to 2.0.0:
* Fixes for new pytests * Drop support for python2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pygments-pytest?expand=0&rev=13
This commit is contained in:
committed by
Git OBS Bridge
parent
20cbc5283c
commit
5c97b93ce7
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 16 08:45:47 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 2.0.0:
|
||||||
|
* Fixes for new pytests
|
||||||
|
* Drop support for python2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 15 13:41:56 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
Wed Jan 15 13:41:56 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -17,22 +17,22 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
%define skip_python2 1
|
||||||
Name: python-pygments-pytest
|
Name: python-pygments-pytest
|
||||||
Version: 1.3.1
|
Version: 2.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A pygments lexer for pytest output
|
Summary: A pygments lexer for pytest output
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/asottile/pygments-pytest
|
URL: https://github.com/asottile/pygments-pytest
|
||||||
Source: https://github.com/asottile/pygments-pytest/archive/v%{version}.tar.gz
|
Source: https://github.com/asottile/pygments-pytest/archive/v%{version}.tar.gz
|
||||||
BuildRequires: %{python_module py > 1.7.1}
|
|
||||||
BuildRequires: %{python_module pygments-ansi-color >= 0.0.3}
|
BuildRequires: %{python_module pygments-ansi-color >= 0.0.3}
|
||||||
BuildRequires: %{python_module pygments}
|
BuildRequires: %{python_module pygments}
|
||||||
BuildRequires: %{python_module pytest >= 4.0}
|
BuildRequires: %{python_module pytest >= 4.0.1}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-pygments
|
Requires: python-pygments
|
||||||
Requires: python-pytest
|
Requires: python-pytest >= 4.0.1
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@@ -50,8 +50,7 @@ This library provides a pygments lexer called "pytest".
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# Starting with pytest 5.3 the coloring changed slightly and all the assets explode
|
%pytest
|
||||||
#%%pytest
|
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dc9b64d0d506f06328072a40fa1ad1b42cb86b3dafdea265b038755b3bdd8515
|
|
||||||
size 6673
|
|
||||||
3
v2.0.0.tar.gz
Normal file
3
v2.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f5cc25d39cfcb2e0ecf8ace6772cdb69c2da50ad7a10249fb383aaf0a0468d9c
|
||||||
|
size 7268
|
||||||
Reference in New Issue
Block a user