From: Alexandru Ardelean Date: Wed, 1 Apr 2026 15:28:57 +0000 (+0300) Subject: python-pygments: bump to 2.20.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=184c4496eb1bd6bfbd46241bfe176448e2e267db;p=openwrt-packages.git 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 --- diff --git a/lang/python/python-pygments/Makefile b/lang/python/python-pygments/Makefile index 515477621..fde008a9d 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