Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-pygments* to *2.21.0* has Succeeded.
Next steps:
- apply the patch: git am 0001-python3-pygments-upgrade-2.20.0-2.21.0.patch
- check the changes to upstream patches and summarize them in the commit
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list
Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.
Please review the attached files for further information and build/update
failures.
Any problem please file a bug at
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler
Regards,
The Upgrade Helper
-- >8 --
>From c0fb11062c519a1c04475d30119765023b9cb7e2 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Tue, 18 Aug 2026 05:25:36 +0000
Subject: [PATCH] python3-pygments: upgrade 2.20.0 -> 2.21.0
Source: CHANGES
Version 2.21.0
---------------
(released August 17th, 2026)
- New lexers:
* BitBake (#3103)
* Caddyfile (#3225)
* CEL (#3048)
* PureScript (#1077, #3054)
- Updated lexers:
* Bash: Fix coloured keyword at the beginning of a name (#2926)
* Boogie: Add missing Boogie and Civl Verifier keywords (#3156)
* C#:
- Recognize interpolated verbatim strings with either ``$@`` or ``@$``
prefixes (#2685)
- Support dollar-prefixed and multi-quote raw strings (#3129, #2897)
- Recognize ``union`` (#3182)
* C/C++:
- Add C23/C++26 attributes (#3084)
- Add more C2Y keywords (#3092)
- Highlight a function following a namespace body (#2928)
- Fix C/C++ lexer support for multiline pre-processor comments (#3051)
- Add ``.ipp`` as a file extension (#3141, #1008)
* Clojure: Recognize named, octal and unicode character literals such as
``\space`` and ``\o377`` as a single token (#979)
* Csound: Add missing opcode parameter type letter (#3161)
* CUDA: Derive from the C++ lexer instead of C to highlight C++
constructs such as ``template``, ``class`` and ``namespace`` (#3127)
* D: Allow non-ASCII (Unicode) identifiers (#1088)
* Fish: Fix single quote backslash escape (#3138, #2821)
* Go: Various lexer improvements (#3199)
* GoogleSQL: Require a word break after ``SET`` (#3167)
* Hexdump: Only match valid digits (#3200, #2847)
* JavaScript: Highlight the ``arguments`` object (#3146)
* Jsonnet: Recognize colons in array slice expressions (#2828)
* JSX: Allow apostrophes in element text (#2816)
* Julia: Fix rstrings backslash (#3140, #2537)
* Kotlin: Support companion objects without an explicit name (#2525)
* Kotlin: Don't let a nullable type marker (``?``) consume the following
character, so ``Foo?,`` and ``a?:b`` tokenize correctly (#2964)
* Kusto: Recognize member-access dots in dynamic objects (#2779)
* Lua: Various improvements (#3143)
* Macaulay2: Update symbols to 1.26.05 (#3120)
* Markdown:
- Highlight bold-italics (``***...***`` and ``___...___``) (#3067)
- Fix mention regex to support hyphens in usernames (#3139, #3135)
* Markdown, reStructuredText, TiddlyWiki5: Fix wrong token offsets for
embedded code blocks (#3133)
* Mathematica: Recognize ``\[Name]`` named-character escapes such as
``\[Nu]`` instead of emitting an ``Error`` token (#3097)
* MATLAB, Octave, Scilab: Allow ``...`` line continuations in function
definition signatures (#659)
* MySQL: Require a word break after ``SET`` (#3110)
* PostgreSQL: Add more keywords (#3066)
* Python:
- Recognize ``sentinel`` (#3114)
- Recognize ``frozendict`` (#3119)
- Recognize lazy imports (#3115)
* reStructuredText: Allow ``.`` and ``+`` in directive/role names (#3085)
* Ruby: Don't duplicate the body of an unterminated heredoc (#2998)
* Ruby: Treat ``<<`` after ``)``, ``]`` or ``}`` as the shift operator
rather than the start of a heredoc (#760)
* S
[Changelog truncated as it exceeds 3000 characters;
the full changelog can be found in an attachment to the AUH email]
---
.../{python3-pygments_2.20.0.bb => python3-pygments_2.21.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-pygments_2.20.0.bb =>
python3-pygments_2.21.0.bb} (80%)
diff --git a/meta/recipes-devtools/python/python3-pygments_2.20.0.bb
b/meta/recipes-devtools/python/python3-pygments_2.21.0.bb
similarity index 80%
rename from meta/recipes-devtools/python/python3-pygments_2.20.0.bb
rename to meta/recipes-devtools/python/python3-pygments_2.21.0.bb
index abe6205292..044014b134 100644
--- a/meta/recipes-devtools/python/python3-pygments_2.20.0.bb
+++ b/meta/recipes-devtools/python/python3-pygments_2.21.0.bb
@@ -5,7 +5,7 @@ LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=36a13c90514e2899f1eba7f41c3ee592"
inherit python_hatchling
-SRC_URI[sha256sum] =
"6757cd03768053ff99f3039c1a36d6c0aa0b263438fcab17520b30a303a82b5f"
+SRC_URI[sha256sum] =
"610ca751c9bc2492b38eb9a38a7fbc93edbbb2d7182edaf34e66ae493dee5c8c"
inherit pypi
--
2.47.1
packages/x86-64-v3-poky-linux/python3-pygments: PKGV changed from 2.20.0 [default] to 2.21.0 [default] packages/x86-64-v3-poky-linux/python3-pygments: SRC_URI changed from "https://files.pythonhosted.org/packages/source/p/pygments/pygments-2.20.0.tar.gz;downloadfilename=pygments-2.20.0.tar.gz" to "https://files.pythonhosted.org/packages/source/p/pygments/pygments-2.21.0.tar.gz;downloadfilename=pygments-2.21.0.tar.gz" packages/x86-64-v3-poky-linux/python3-pygments: PV changed from "2.20.0" to "2.21.0" packages/x86-64-v3-poky-linux/python3-pygments/python3-pygments-dbg: PV changed from "2.20.0" to "2.21.0" packages/x86-64-v3-poky-linux/python3-pygments/python3-pygments-dbg: PKGV changed from 2.20.0 [default] to 2.21.0 [default] packages/x86-64-v3-poky-linux/python3-pygments/python3-pygments-dev: PV changed from "2.20.0" to "2.21.0" packages/x86-64-v3-poky-linux/python3-pygments/python3-pygments-dev: PKGV changed from 2.20.0 [default] to 2.21.0 [default] packages/x86-64-v3-poky-linux/python3-pygments/python3-pygments-doc: PV changed from "2.20.0" to "2.21.0" packages/x86-64-v3-poky-linux/python3-pygments/python3-pygments-doc: PKGV changed from 2.20.0 [default] to 2.21.0 [default] packages/x86-64-v3-poky-linux/python3-pygments/python3-pygments-locale: PV changed from "2.20.0" to "2.21.0" packages/x86-64-v3-poky-linux/python3-pygments/python3-pygments-locale: PKGV changed from 2.20.0 [default] to 2.21.0 [default] packages/x86-64-v3-poky-linux/python3-pygments/python3-pygments-src: PV changed from "2.20.0" to "2.21.0" packages/x86-64-v3-poky-linux/python3-pygments/python3-pygments-src: PKGV changed from 2.20.0 [default] to 2.21.0 [default] packages/x86-64-v3-poky-linux/python3-pygments/python3-pygments-staticdev: PV changed from "2.20.0" to "2.21.0" packages/x86-64-v3-poky-linux/python3-pygments/python3-pygments-staticdev: PKGV changed from 2.20.0 [default] to 2.21.0 [default] packages/x86-64-v3-poky-linux/python3-pygments/python3-pygments: PV changed from "2.20.0" to "2.21.0" packages/x86-64-v3-poky-linux/python3-pygments/python3-pygments: PKGV changed from 2.20.0 [default] to 2.21.0 [default] packages/x86-64-v3-poky-linux/python3-pygments/python3-pygments: FILELIST: directory renamed /usr/lib/python3.14/site-packages/pygments-2.20.0.dist-info/licenses -> /usr/lib/python3.14/site-packages/pygments-2.21.0.dist-info/licenses, directory renamed /usr/lib/python3.14/site-packages/pygments-2.20.0.dist-info -> /usr/lib/python3.14/site-packages/pygments-2.21.0.dist-info, added "/usr/lib/python3.14/site-packages/pygments/lexers/bitbake.py /usr/lib/python3.14/site-packages/pygments/styles/__pycache__/night_owl.cpython-314.pyc /usr/lib/python3.14/site-packages/pygments/lexers/__pycache__/cel.cpython-314.pyc /usr/lib/python3.14/site-packages/pygments/lexers/__pycache__/purescript.cpython-314.pyc /usr/lib/python3.14/site-packages/pygments/lexers/__pycache__/bitbake.cpython-314.pyc /usr/lib/python3.14/site-packages/pygments/lexers/cel.py /usr/lib/python3.14/site-packages/pygments/lexers/purescript.py /usr/lib/python3.14/site-packages/pygments/styles/night_owl.py" packages/x86-64-v3-poky-linux/python3-pygments/python3-pygments: PKGSIZE changed from 8828521 to 8981461 (+2%) Changes to packages/x86-64-v3-poky-linux/python3-pygments (sysroot): /usr/lib/python3.14/site-packages/pygments-2.20.0.dist-info moved to /usr/lib/python3.14/site-packages/pygments-2.21.0.dist-info /usr/lib/python3.14/site-packages/pygments/lexers/bitbake.py was added /usr/lib/python3.14/site-packages/pygments/lexers/cel.py was added /usr/lib/python3.14/site-packages/pygments/lexers/purescript.py was added /usr/lib/python3.14/site-packages/pygments/lexers/__pycache__/bitbake.cpython-314.pyc was added /usr/lib/python3.14/site-packages/pygments/lexers/__pycache__/cel.cpython-314.pyc was added /usr/lib/python3.14/site-packages/pygments/lexers/__pycache__/purescript.cpython-314.pyc was added /usr/lib/python3.14/site-packages/pygments/styles/night_owl.py was added /usr/lib/python3.14/site-packages/pygments/styles/__pycache__/night_owl.cpython-314.pyc was added
packages/x86-64-v3-poky-linux/python3-pygments/python3-pygments: FILELIST: directory renamed /usr/lib/python3.14/site-packages/pygments-2.20.0.dist-info -> /usr/lib/python3.14/site-packages/pygments-2.21.0.dist-info, directory renamed /usr/lib/python3.14/site-packages/pygments-2.20.0.dist-info/licenses -> /usr/lib/python3.14/site-packages/pygments-2.21.0.dist-info/licenses, added "/usr/lib/python3.14/site-packages/pygments/lexers/bitbake.py /usr/lib/python3.14/site-packages/pygments/styles/night_owl.py /usr/lib/python3.14/site-packages/pygments/lexers/__pycache__/bitbake.cpython-314.pyc /usr/lib/python3.14/site-packages/pygments/lexers/__pycache__/cel.cpython-314.pyc /usr/lib/python3.14/site-packages/pygments/lexers/__pycache__/purescript.cpython-314.pyc /usr/lib/python3.14/site-packages/pygments/styles/__pycache__/night_owl.cpython-314.pyc /usr/lib/python3.14/site-packages/pygments/lexers/cel.py /usr/lib/python3.14/site-packages/pygments/lexers/purescript.py" Changes to packages/x86-64-v3-poky-linux/python3-pygments (sysroot): /usr/lib/python3.14/site-packages/pygments-2.20.0.dist-info moved to /usr/lib/python3.14/site-packages/pygments-2.21.0.dist-info /usr/lib/python3.14/site-packages/pygments/lexers/bitbake.py was added /usr/lib/python3.14/site-packages/pygments/lexers/cel.py was added /usr/lib/python3.14/site-packages/pygments/lexers/purescript.py was added /usr/lib/python3.14/site-packages/pygments/lexers/__pycache__/bitbake.cpython-314.pyc was added /usr/lib/python3.14/site-packages/pygments/lexers/__pycache__/cel.cpython-314.pyc was added /usr/lib/python3.14/site-packages/pygments/lexers/__pycache__/purescript.cpython-314.pyc was added /usr/lib/python3.14/site-packages/pygments/styles/night_owl.py was added /usr/lib/python3.14/site-packages/pygments/styles/__pycache__/night_owl.cpython-314.pyc was added
Changelog for python3-pygments: 2.20.0 -> 2.21.0
Source: CHANGES
Version 2.21.0
---------------
(released August 17th, 2026)
- New lexers:
* BitBake (#3103)
* Caddyfile (#3225)
* CEL (#3048)
* PureScript (#1077, #3054)
- Updated lexers:
* Bash: Fix coloured keyword at the beginning of a name (#2926)
* Boogie: Add missing Boogie and Civl Verifier keywords (#3156)
* C#:
- Recognize interpolated verbatim strings with either ``$@`` or ``@$``
prefixes (#2685)
- Support dollar-prefixed and multi-quote raw strings (#3129, #2897)
- Recognize ``union`` (#3182)
* C/C++:
- Add C23/C++26 attributes (#3084)
- Add more C2Y keywords (#3092)
- Highlight a function following a namespace body (#2928)
- Fix C/C++ lexer support for multiline pre-processor comments (#3051)
- Add ``.ipp`` as a file extension (#3141, #1008)
* Clojure: Recognize named, octal and unicode character literals such as
``\space`` and ``\o377`` as a single token (#979)
* Csound: Add missing opcode parameter type letter (#3161)
* CUDA: Derive from the C++ lexer instead of C to highlight C++
constructs such as ``template``, ``class`` and ``namespace`` (#3127)
* D: Allow non-ASCII (Unicode) identifiers (#1088)
* Fish: Fix single quote backslash escape (#3138, #2821)
* Go: Various lexer improvements (#3199)
* GoogleSQL: Require a word break after ``SET`` (#3167)
* Hexdump: Only match valid digits (#3200, #2847)
* JavaScript: Highlight the ``arguments`` object (#3146)
* Jsonnet: Recognize colons in array slice expressions (#2828)
* JSX: Allow apostrophes in element text (#2816)
* Julia: Fix rstrings backslash (#3140, #2537)
* Kotlin: Support companion objects without an explicit name (#2525)
* Kotlin: Don't let a nullable type marker (``?``) consume the following
character, so ``Foo?,`` and ``a?:b`` tokenize correctly (#2964)
* Kusto: Recognize member-access dots in dynamic objects (#2779)
* Lua: Various improvements (#3143)
* Macaulay2: Update symbols to 1.26.05 (#3120)
* Markdown:
- Highlight bold-italics (``***...***`` and ``___...___``) (#3067)
- Fix mention regex to support hyphens in usernames (#3139, #3135)
* Markdown, reStructuredText, TiddlyWiki5: Fix wrong token offsets for
embedded code blocks (#3133)
* Mathematica: Recognize ``\[Name]`` named-character escapes such as
``\[Nu]`` instead of emitting an ``Error`` token (#3097)
* MATLAB, Octave, Scilab: Allow ``...`` line continuations in function
definition signatures (#659)
* MySQL: Require a word break after ``SET`` (#3110)
* PostgreSQL: Add more keywords (#3066)
* Python:
- Recognize ``sentinel`` (#3114)
- Recognize ``frozendict`` (#3119)
- Recognize lazy imports (#3115)
* reStructuredText: Allow ``.`` and ``+`` in directive/role names (#3085)
* Ruby: Don't duplicate the body of an unterminated heredoc (#2998)
* Ruby: Treat ``<<`` after ``)``, ``]`` or ``}`` as the shift operator
rather than the start of a heredoc (#760)
* SCSS: Recognize variable references in property values (#2818)
* Shell: Recognize chevron prompts (#3096)
* Smithy: Fix text blocks and add missing syntax (#3168)
* Swift: Keep ``func`` a keyword in ``class func`` type methods (#1125)
* Tcl: Stop ``$name`` variable references at a dash (#1720)
* TeX: Recognize LaTeX math environments as math (#3034)
* Twig: Allow uppercase letters at the start of identifiers (#3159, #2965)
* TypeScript: Only treat ``module`` as a keyword when followed by
whitespace, so identifiers like ``modules`` and ``module.exports``
are highlighted correctly (#2823)
* Vala: Recognize verbatim strings before ordinary quoted strings (#2861)
* Vala: Recognize conditional compilation directives (#2858)
* Vim:
- Bump the syntax file to vim 9.2 (#3183, #3174)
- Small improvements to the VimScript lexer (#3173)
* YAML: Add ``yml`` alias (#3169), recognize non-breaking spaces as valid
scalar content (#2827)
* WebAssembly: Recognize sign-extension operators (#2991, #3160)
* XML: Mark SVG files as XML (#3093)
- New styles:
* Night Owl (#3132)
- Fix catastrophic backtracking in ``looks_like_xml`` (#2931, #3112)
- Improve monokai theme colors (#3100)
- Improve handling of non-string types in ``html_escape`` to fix broken clients
(#3090, #3086)
- LaTeX formatter: honor the wrapped lexer's ``stripnl`` and other input
options when ``escapeinside`` is set, so blank lines are no longer stripped
under ``stripnl=false`` (#2975)
- RawTokenFormatter: fix a crash when ``error_color`` is set (#3215)
- Groff formatter: don't duplicate a character when word-wrapping (``wrap``)
a token that is not at the end of a line (#3201)
- Add support for Python 3.15 (#3099)
- Fix invalid ``-L`` values report success (#3217)
- Allow ``transparent`` as a color style definition (#3180, #3170)
- HtmlFormatter: ``"`` and ``'`` now render literally (#3185)
- Improve parentheses handling for function definitions (#2207, #2208)
0001-python3-pygments-upgrade-2.20.0-2.21.0.patch
Description: Binary data
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#243646): https://lists.openembedded.org/g/openembedded-core/message/243646 Mute This Topic: https://lists.openembedded.org/mt/120804000/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
