Accepting request 1102730 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1102730 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pygments?expand=0&rev=42
This commit is contained in:
commit
f50e7995b2
BIN
Pygments-2.15.1.tar.gz
(Stored with Git LFS)
BIN
Pygments-2.15.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
Pygments-2.16.1.tar.gz
Normal file
3
Pygments-2.16.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1daff0494820c69bc8941e407aa20f577374ee88364ee10a98fdbe0aece96e29
|
||||
size 4872980
|
@ -1,3 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 7 13:10:31 UTC 2023 - Benoît Monin <benoit.monin@gmx.fr>
|
||||
|
||||
- update to version 2.16.1:
|
||||
* Fix native style missing from style list (#2484)
|
||||
- additional changes from version 2.16.0:
|
||||
* New lexers:
|
||||
+ ASN.1 (#2462)
|
||||
+ Blueprint (#2434)
|
||||
+ BQN (#2472)
|
||||
+ DNS zone files (#2464)
|
||||
+ GraphQL (#2428)
|
||||
+ Linux desktop files (following the specification of the
|
||||
Freedesktop group, formerly known as XDG) (#2470)
|
||||
+ NVIDIA PTX (#2432)
|
||||
+ OpenSCAD (#2449)
|
||||
+ systemd (#2470)
|
||||
+ TLS presentation language (#2455)
|
||||
+ Verifpal (#2430)
|
||||
+ YARA (#2453)
|
||||
* Updated lexers:
|
||||
+ ASC: Add application/pem-certificate-chain mimetype (#2471)
|
||||
+ C/C++: Refine keyword lists (#2421, #2422)
|
||||
+ Carbon: Fix long processing times on invalid input, fix
|
||||
number lexing (#2454, #2456)
|
||||
+ Elpi: Handle quotations (#2419)
|
||||
+ Go: Support additional built-ins (#2481)
|
||||
+ HTTP: Support empty headers (#2461), support more general
|
||||
methods (#2460), also recognize responses in analyse_text
|
||||
implementation (#2460), and highlight URL encoded data
|
||||
(#2465, #1620)
|
||||
+ Igor Pro: Update to Igor Pro 9 (#2482)
|
||||
+ lean: Recognize expressions nested within attributes (#1817)
|
||||
+ Macaulay2: Update builtins (#2457)
|
||||
+ Markdown: Allow extra characters after language name in code
|
||||
blocks (#2437)
|
||||
+ NestedText: Update to version 3 (#2459)
|
||||
+ scdoc: Improve language guessing implementation (#2402)
|
||||
+ Spice: Update to latest version (#2476)
|
||||
+ Transact SQL: Add Pre-sorted Group keyword (#2417)
|
||||
+ Uxntal: Update for current runes (#2424)
|
||||
+ Wikitext: Fix templates in wiki links; fix a language
|
||||
converter false positive; add bold italic markup (#2447)
|
||||
* Add Generic.EmphStrong token for bold italic markup (#2444)
|
||||
* Add Lightbulb style (#2474)
|
||||
* Improve contrast in Monokai style (#2448)
|
||||
* Add documentation how to create terminal code highlighting
|
||||
commands (#2131, #2425)
|
||||
* Add support for loading TrueType fonts to the ImageFormatter
|
||||
(#1960)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:21:13 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-Pygments
|
||||
Version: 2.15.1
|
||||
Version: 2.16.1
|
||||
Release: 0
|
||||
Summary: A syntax highlighting package written in Python
|
||||
License: BSD-2-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user