Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 740a73ec19 | |||
| 59dd0b7dc1 | |||
| 2eb8a62839 |
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 12 04:38:19 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Update to 2.5.0:
|
||||||
|
* disable test_warnings.
|
||||||
|
* add initial subtests support.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 29 04:21:50 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Switch to pyproject macros.
|
||||||
|
- Skip a test that fails with Pytest 8.3.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 7 20:53:30 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Sun Jan 7 20:53:30 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,16 +18,18 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pygments-pytest
|
Name: python-pygments-pytest
|
||||||
Version: 2.4.0
|
Version: 2.5.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 pip}
|
||||||
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.1}
|
BuildRequires: %{python_module pytest >= 4.0.1}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-pygments
|
Requires: python-pygments
|
||||||
@@ -42,10 +44,10 @@ This library provides a pygments lexer called "pytest".
|
|||||||
%setup -q -n pygments-pytest-%{version}
|
%setup -q -n pygments-pytest-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -56,6 +58,6 @@ This library provides a pygments lexer called "pytest".
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%pycache_only %{python_sitelib}/__pycache__/*.pyc
|
%pycache_only %{python_sitelib}/__pycache__/*.pyc
|
||||||
%{python_sitelib}/pygments_pytest.py
|
%{python_sitelib}/pygments_pytest.py
|
||||||
%{python_sitelib}/pygments_pytest-%{version}*-info
|
%{python_sitelib}/pygments_pytest-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
BIN
v2.4.0.tar.gz
LFS
BIN
v2.4.0.tar.gz
LFS
Binary file not shown.
BIN
v2.5.0.tar.gz
LFS
Normal file
BIN
v2.5.0.tar.gz
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user