python-pygments: bump to 2.20.0
authorAlexandru Ardelean <redacted>
Wed, 1 Apr 2026 15:28:57 +0000 (18:28 +0300)
committerAlexandru Ardelean <redacted>
Thu, 2 Apr 2026 16:23:54 +0000 (19:23 +0300)
Changes since 2.19.2:
- Added new Rell lexer; updated C++26 keywords, TOML 1.1.0,
  Python t-strings and PHP magic constants in existing lexers
- Fixed catastrophic backtracking in Archetype and Lua lexers
- Performance improvements via entry point caching
- Dropped Python 3.8, added Python 3.14 support

Link: https://github.com/pygments/pygments/blob/master/CHANGES
Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-pygments/Makefile

index 515477621b8e21ef4fab82cf6445b193483d3940..fde008a9de0a57d59b92dbb3d529499f341b14a2 100644 (file)
@@ -5,11 +5,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-pygments
-PKG_VERSION:=2.19.2
+PKG_VERSION:=2.20.0
 PKG_RELEASE:=1
 
 PYPI_NAME:=pygments
-PKG_HASH:=636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887
+PKG_HASH:=6757cd03768053ff99f3039c1a36d6c0aa0b263438fcab17520b30a303a82b5f
 
 PKG_LICENSE:=BSD-2-Clause
 PKG_LICENSE_FILES:=LICENSE
git clone https://git.99rst.org/PROJECT