]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
python3-pycparser: upgrade 2.21 -> 2.22
authorWang Mingyu <wangmy@fujitsu.com>
Wed, 10 Apr 2024 02:01:40 +0000 (10:01 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Apr 2024 12:33:46 +0000 (13:33 +0100)
commitada1bdcbf18e0d8707578b04cd39aa8a429b6677
tree6a1d0db1f212f0a4235eb13cf23e3e9b3d190363
parentc50a0d013137338ac1dec60f6aed32ff3a185839
python3-pycparser: upgrade 2.21 -> 2.22

License-Update:
===============
Slightly tweak the LICENSE file to be more canonical:
- Copyright year updated to 2022.
- "Eli Bendersky: changed to "the copyright holder"

Changelog:
===========
-Add missing SCHAR limit defines
-Use proper SPDX identifier
-Add Python 3.11 as a supported version
-Fix multi-pragma/single statement blocks (#479)
-Add an encoding parameter to parse_file
-Feature/add pragma support
-Set up permissions to ci.yml
-_build_tables: Invalidate cache before importing generated modules
-Upgrade GitHub Actions
-Create a Security Policy
-New example to generate AST from scratch
-Add support for Python 3.12
-ply: Make generated lextab.py deterministic

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-devtools/python/python3-pycparser_2.22.bb [moved from meta/recipes-devtools/python/python3-pycparser_2.21.bb with 69% similarity]