diff mbox series

[33/49] python3-pygments: upgrade 2.19.2 -> 2.20.0

Message ID 20260421095559.1856-33-wangmy@fujitsu.com
State Under Review
Headers show
Series [01/49] acpica: upgrade 20251212 -> 20260408 | expand

Commit Message

Wang Mingyu April 21, 2026, 9:55 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- New lexers:
  * Rell
- Updated lexers:
  * archetype: Fix catastrophic backtracking in GUID and ID patterns
  * ASN.1: Recognize minus sign and fix range operator
  * C++: Add C++26 keywords
  * ComponentPascal: Fix "analyse_text"
  * Coq renamed to Rocq
  * Cython: Various improvements
  * Debian control: Improve architecture parsing
  * Devicetree: Add support for overlay/fragments, add bytestring support, fix catastrophic backtracking
  * Fennel: Various improvements
  * Haskell: Handle escape sequences in character literals
  * Java: Add module keywords
  * Lean4: Add operators "]'", "]?", "]!"
  * LESS: Support single-line comments
  * LilyPond: Update to 2.25.29
  * LLVM: Support C-style comments
  * Lua(u): Fix catastrophic backtracking
  * Macaulay2: Update to 1.25.05, 1.25.11
  * Mathematica: Various improvements
  * meson: Add additional operators
  * MySQL: Update keywords
  * org-Mode: Support both schedule and deadline
  * PHP: Add "__PROPERTY__" magic constant, add reserved keywords
  * PostgreSQL: Add more keywords
  * protobuf: Fix namespace tokenization
  * Python: Add "t"-string support
  * Tablegen: Fix infinite loop
  * Tera Term macro: Add commands introduced in v5.3 through v5.6
  * TOML: Support TOML 1.1.0
  * Turtle: Allow empty comment lines
  * XML: Added ".xbrl" as file ending
- Drop Python 3.8, and add Python 3.14 as a supported version
- Various improvements to "autopygmentize"
- Update "onedark" style to support more token types
- Update "rtt" style to support more token types
- Cache entry points to improve performance
- Fix "xterm-256" color table
- Fix "kwargs" dictionary getting mutated on each call

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-pygments_2.19.2.bb => python3-pygments_2.20.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-pygments_2.19.2.bb => python3-pygments_2.20.0.bb} (80%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-pygments_2.19.2.bb b/meta/recipes-devtools/python/python3-pygments_2.20.0.bb
similarity index 80%
rename from meta/recipes-devtools/python/python3-pygments_2.19.2.bb
rename to meta/recipes-devtools/python/python3-pygments_2.20.0.bb
index a1f73b441d..abe6205292 100644
--- a/meta/recipes-devtools/python/python3-pygments_2.19.2.bb
+++ b/meta/recipes-devtools/python/python3-pygments_2.20.0.bb
@@ -5,7 +5,7 @@  LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=36a13c90514e2899f1eba7f41c3ee592"
 
 inherit python_hatchling
-SRC_URI[sha256sum] = "636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887"
+SRC_URI[sha256sum] = "6757cd03768053ff99f3039c1a36d6c0aa0b263438fcab17520b30a303a82b5f"
 
 inherit pypi