Chore(deps): bump pycparser from 2.21 to 2.22
Bumps pycparser from 2.21 to 2.22.
Release notes
Sourced from pycparser's releases.
release_v2.22
What's Changed
- Add missing SCHAR limit defines by
@matamegger
in eliben/pycparser#449- Use proper SPDX identifier by
@Shortfinga
in eliben/pycparser#474- Add Python 3.11 as a supported version by
@erlend-aasland
in eliben/pycparser#469- Fix multi-pragma/single statement blocks (#479) by
@ldore
in eliben/pycparser#480- Add an encoding parameter to parse_file by
@jordr
in eliben/pycparser#486- Feature/add pragma support by
@jordr
in eliben/pycparser#487- Set up permissions to ci.yml by
@joycebrum
in eliben/pycparser#492- _build_tables: Invalidate cache before importing generated modules by
@mgorny
in eliben/pycparser#494- Upgrade GitHub Actions by
@cclauss
in eliben/pycparser#500- Create a Security Policy by
@joycebrum
in eliben/pycparser#499- New example to generate AST from scratch by
@Andree37
in eliben/pycparser#507- Add support for Python 3.12 by
@hugovk
in eliben/pycparser#515- ply: Make generated lextab.py deterministic by
@jackrosenthal
in eliben/pycparser#531New Contributors
@matamegger
made their first contribution in eliben/pycparser#449@Shortfinga
made their first contribution in eliben/pycparser#474@erlend-aasland
made their first contribution in eliben/pycparser#469@jordr
made their first contribution in eliben/pycparser#486@joycebrum
made their first contribution in eliben/pycparser#492@mgorny
made their first contribution in eliben/pycparser#494@cclauss
made their first contribution in eliben/pycparser#500@Andree37
made their first contribution in eliben/pycparser#507@jackrosenthal
made their first contribution in eliben/pycparser#531Full Changelog: https://github.com/eliben/pycparser/compare/release_v2.21...release_v2.22
Changelog
Sourced from pycparser's changelog.
- Starting with version 2.22, please use the GitHub UI at https://github.com/eliben/pycparser/tags to compare tags in order to find out what changed.
Commits
-
129d32e
Prepare for release 2.22 -
c3e2644
update CHANGES file for future changes -
c500fb6
ply: Make generated lextab.py deterministic (#531) -
f740995
Add support for Python 3.12 (#515) -
6cf69df
New example to generate AST from scratch (#507) -
50a26ac
Remove unneeded import in an example -
d86a9e5
Remove from future imports from all files in this repo -
a9f073e
Remove from future imports in examples -
670979b
Update SECURITY.md -
9e8cd29
Create a Security Policy (#499) - Additional commits viewable in compare view