17
0

3 Commits

Author SHA256 Message Date
740a73ec19 - Update to 2.5.0:
* disable test_warnings.
  * add initial subtests support.
2025-12-12 15:39:17 +11:00
59dd0b7dc1 Accepting request 1190075 from devel:languages:python:pytest
- Switch to pyproject macros.
- Skip a test that fails with Pytest 8.3.

OBS-URL: https://build.opensuse.org/request/show/1190075
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygments-pytest?expand=0&rev=12
2024-07-30 09:53:29 +00:00
2eb8a62839 - Switch to pyproject macros.
- Skip a test that fails with Pytest 8.3.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pygments-pytest?expand=0&rev=27
2024-07-29 04:22:36 +00:00
4 changed files with 22 additions and 7 deletions

View File

@@ -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>

View File

@@ -18,16 +18,18 @@
%{?sle15_python_module_pythons}
Name: python-pygments-pytest
Version: 2.4.0
Version: 2.5.0
Release: 0
Summary: A pygments lexer for pytest output
License: MIT
URL: https://github.com/asottile/pygments-pytest
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}
BuildRequires: %{python_module pytest >= 4.0.1}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-pygments
@@ -42,10 +44,10 @@ This library provides a pygments lexer called "pytest".
%setup -q -n pygments-pytest-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -56,6 +58,6 @@ This library provides a pygments lexer called "pytest".
%license LICENSE
%pycache_only %{python_sitelib}/__pycache__/*.pyc
%{python_sitelib}/pygments_pytest.py
%{python_sitelib}/pygments_pytest-%{version}*-info
%{python_sitelib}/pygments_pytest-%{version}.dist-info
%changelog

BIN
v2.4.0.tar.gz LFS

Binary file not shown.

BIN
v2.5.0.tar.gz LFS Normal file

Binary file not shown.