forked from pool/python-Pygments
Compare commits
12 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f8eedab652 | |||
|
|
dcf7ab8331 | ||
|
|
625bb98fb6 | ||
| 4b04594242 | |||
| 1e3a45b8ac | |||
| 3611a3bc52 | |||
| 965a93db19 | |||
| 6c476ed6d2 | |||
| f544e30964 | |||
| 3473806d2f | |||
| e3c91fb8b2 | |||
| ceb19f606c |
BIN
pygments-2.19.1.tar.gz
LFS
Normal file
BIN
pygments-2.19.1.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887
|
|
||||||
size 4968631
|
|
||||||
@@ -1,15 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
Wed May 14 07:19:25 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-Pygments
|
Name: python-Pygments
|
||||||
Version: 2.19.2
|
Version: 2.19.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A syntax highlighting package written in Python
|
Summary: A syntax highlighting package written in Python
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
@@ -88,9 +88,7 @@ install -Dm0644 doc/pygmentize.1 %{buildroot}%{_mandir}/man1/pygmentize.1
|
|||||||
# skip test_guess_lexer_modula2 as we have to remove it's depent artifacts
|
# skip test_guess_lexer_modula2 as we have to remove it's depent artifacts
|
||||||
# in exmplefiles because of potential licensing concerns
|
# in exmplefiles because of potential licensing concerns
|
||||||
# See https://github.com/pygments/pygments/issues/2872
|
# See https://github.com/pygments/pygments/issues/2872
|
||||||
# skip random input tests as they get stuck (missing entropy?)
|
%pytest -k "not test_guess_lexer_modula2"
|
||||||
# test_lexer_classes breaks with pytest 8.4.
|
|
||||||
%pytest -k "not (test_guess_lexer_modula2 or test_random_input or test_lexer_classes)"
|
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
# If libalternatives is used: Removing old update-alternatives entries.
|
# If libalternatives is used: Removing old update-alternatives entries.
|
||||||
|
|||||||
Reference in New Issue
Block a user