update to version 2.19.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=118
This commit is contained in:
BIN
pygments-2.18.0.tar.gz
(Stored with Git LFS)
BIN
pygments-2.18.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
pygments-2.19.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
pygments-2.19.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,62 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 6 18:00:26 UTC 2025 - Benoît Monin <benoit.monin@gmx.fr>
|
||||||
|
|
||||||
|
- update to version 2.19.1:
|
||||||
|
* Ini: Fix quoted string regression introduced in 2.19.0
|
||||||
|
* Lua: Fix a regression introduced in 2.19.0
|
||||||
|
- additional changes from version 2.19.0:
|
||||||
|
* New lexers:
|
||||||
|
+ CodeQL (#2819)
|
||||||
|
+ Debian Sources (#2788, #2747)
|
||||||
|
+ Gleam (#2662)
|
||||||
|
+ GoogleSQL (#2820, #2814)
|
||||||
|
+ JSON5 (#2734, #1880)
|
||||||
|
+ Maple (#2763, #2548)
|
||||||
|
+ NumbaIR (#2433)
|
||||||
|
+ PDDL (#2799, #2616)
|
||||||
|
+ Rego (#2794)
|
||||||
|
+ TableGen (#2751)
|
||||||
|
+ Vue.js (#2832)
|
||||||
|
* Updated lexers:
|
||||||
|
+ BQN: Various improvements (#2789)
|
||||||
|
+ C#: Fix number highlighting (#986, #2727), add ``file``
|
||||||
|
keyword (#2726, #2805, #2806), add various other keywords
|
||||||
|
(#2745, #2770)
|
||||||
|
+ CSS: Add ``revert`` (#2766, #2775)
|
||||||
|
+ Debian control: Add ``Change-By`` field (#2757)
|
||||||
|
+ Elip: Improve punctuation handling (#2651)
|
||||||
|
+ Igor: Add ``int`` (#2801)
|
||||||
|
+ Ini: Fix quoted strings with embedded comment characters
|
||||||
|
(#2767, #2720)
|
||||||
|
+ Java: Support functions returning types containing a question
|
||||||
|
mark (#2737)
|
||||||
|
+ JavaScript: Support private identiiers (#2729, #2671)
|
||||||
|
+ LLVM: Add ``splat``, improve floating-point number parsing
|
||||||
|
(#2755)
|
||||||
|
+ Lua: Improve variable detection, add built-in functions
|
||||||
|
(#2829)
|
||||||
|
+ Macaulay2: Update to 1.24.11 (#2800)
|
||||||
|
+ PostgreSQL: Add more ``EXPLAIN`` keywords (#2785),
|
||||||
|
handle ``/`` (#2774)
|
||||||
|
+ S-Lexer: Fix keywords (#2082, #2750)
|
||||||
|
+ TransactSQL: Fix single-line comments (#2717)
|
||||||
|
+ Turtle: Fix triple quoted strings (#2744, #2758)
|
||||||
|
+ Typst: Various improvements (#2724)
|
||||||
|
+ Various: Add ``^`` as an operator to Matlab, Octave and
|
||||||
|
Scilab (#2798)
|
||||||
|
+ Vyper: Add ``staticcall`` and ``extcall`` (#2719)
|
||||||
|
* Mark file extensions for ``HTML/XML+Evoque`` as aliases (#2743)
|
||||||
|
* Add a color for ``Operator.Word`` to the ``rrt`` style (#2709)
|
||||||
|
* Fix broken link in the documentation (#2803, #2804)
|
||||||
|
* Drop executable bit where not needed (#2781)
|
||||||
|
* Reduce Mojo priority relative to Python in ``analyze_text´`
|
||||||
|
(#2771, #2772)
|
||||||
|
* Fix documentation builds (#2712)
|
||||||
|
* Match example file names to the lexer's name (#2713, #2715)
|
||||||
|
* Ensure lexer metadata is present (#2714)
|
||||||
|
* Search more directories on macOS for fonts (#2809)
|
||||||
|
* Improve test robustness (#2812)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 3 11:42:54 UTC 2024 - Benoît Monin <benoit.monin@gmx.fr>
|
Sat Aug 3 11:42:54 UTC 2024 - Benoît Monin <benoit.monin@gmx.fr>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-Pygments
|
# spec file for package python-Pygments
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-Pygments
|
Name: python-Pygments
|
||||||
Version: 2.18.0
|
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
|
||||||
|
Reference in New Issue
Block a user