15
0

Accepting request 1287798 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1287798
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pygments?expand=0&rev=50
This commit is contained in:
2025-06-24 18:45:52 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 5 deletions

Binary file not shown.

3
pygments-2.19.2.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Jun 21 15:48:13 UTC 2025 - Benoît Monin <benoit.monin@gmx.fr>
- update to version 2.19.2:
* Lua: Fix regression introduced in 2.19.0 (#2882, #2839)
- skip random input tests because they get stuck from time to time
-------------------------------------------------------------------
Wed May 14 07:19:25 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -24,7 +24,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-Pygments
Version: 2.19.1
Version: 2.19.2
Release: 0
Summary: A syntax highlighting package written in Python
License: BSD-2-Clause
@@ -88,7 +88,8 @@ install -Dm0644 doc/pygmentize.1 %{buildroot}%{_mandir}/man1/pygmentize.1
# skip test_guess_lexer_modula2 as we have to remove it's depent artifacts
# in exmplefiles because of potential licensing concerns
# See https://github.com/pygments/pygments/issues/2872
%pytest -k "not test_guess_lexer_modula2"
# skip random input tests as they get stuck (missing entropy?)
%pytest -k "not test_guess_lexer_modula2 and not test_random_input"
%pre
# If libalternatives is used: Removing old update-alternatives entries.