Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
38b665f89c | |||
709380b11c | |||
157f195a11 | |||
26c9019df4 |
BIN
pygments-2.19.1.tar.gz
(Stored with Git LFS)
BIN
pygments-2.19.1.tar.gz
(Stored with Git 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>
|
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.1
|
Version: 2.19.2
|
||||||
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,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
|
# 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
|
||||||
%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
|
%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