From 184c4496eb1bd6bfbd46241bfe176448e2e267db Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Wed, 1 Apr 2026 18:28:57 +0300 Subject: [PATCH] python-pygments: bump to 2.20.0 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 --- lang/python/python-pygments/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-pygments/Makefile b/lang/python/python-pygments/Makefile index 515477621b..fde008a9de 100644 --- a/lang/python/python-pygments/Makefile +++ b/lang/python/python-pygments/Makefile @@ -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