Compare commits
16 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 499a44f53d | |||
| 85b00383da | |||
| f9b857156a | |||
| e8068e90cd | |||
| 28cf44588b | |||
|
|
4feb1debb5 | ||
|
|
1fc79785c8 | ||
| e76ca82bbf | |||
| 0d4f0c3b88 | |||
| 8a2278f0e4 | |||
| 463106efbf | |||
| 0cd78196c3 | |||
| f829fbe43b | |||
| 005c61b4ee | |||
| 4e3daffee3 | |||
| f9adb70d9c |
BIN
pygments-2.19.1.tar.gz
LFS
BIN
pygments-2.19.1.tar.gz
LFS
Binary file not shown.
3
pygments-2.19.2.tar.gz
Normal file
3
pygments-2.19.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887
|
||||
size 4968631
|
||||
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 10 02:55:32 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Skip testcase that breaks with pytest 8.4.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -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,9 @@ 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?)
|
||||
# test_lexer_classes breaks with pytest 8.4.
|
||||
%pytest -k "not (test_guess_lexer_modula2 or test_random_input or test_lexer_classes)"
|
||||
|
||||
%pre
|
||||
# If libalternatives is used: Removing old update-alternatives entries.
|
||||
|
||||
Reference in New Issue
Block a user