[PR #1401] Bump pycparser from 2.21 to 2.22 #2909

Closed
opened 2026-03-01 18:01:07 +03:00 by kerem · 0 comments
Owner

Original Pull Request: https://github.com/ArchiveBox/ArchiveBox/pull/1401

State: closed
Merged: No


Bumps pycparser from 2.21 to 2.22.

Release notes

Sourced from pycparser's releases.

release_v2.22

What's Changed

New Contributors

Full Changelog: https://github.com/eliben/pycparser/compare/release_v2.21...release_v2.22

Changelog

Sourced from pycparser's changelog.

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

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
**Original Pull Request:** https://github.com/ArchiveBox/ArchiveBox/pull/1401 **State:** closed **Merged:** No --- Bumps [pycparser](https://github.com/eliben/pycparser) from 2.21 to 2.22. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eliben/pycparser/releases">pycparser's releases</a>.</em></p> <blockquote> <h2>release_v2.22</h2> <h2>What's Changed</h2> <ul> <li>Add missing SCHAR limit defines by <a href="https://github.com/matamegger"><code>@​matamegger</code></a> in <a href="https://redirect.github.com/eliben/pycparser/pull/449">eliben/pycparser#449</a></li> <li>Use proper SPDX identifier by <a href="https://github.com/Shortfinga"><code>@​Shortfinga</code></a> in <a href="https://redirect.github.com/eliben/pycparser/pull/474">eliben/pycparser#474</a></li> <li>Add Python 3.11 as a supported version by <a href="https://github.com/erlend-aasland"><code>@​erlend-aasland</code></a> in <a href="https://redirect.github.com/eliben/pycparser/pull/469">eliben/pycparser#469</a></li> <li>Fix multi-pragma/single statement blocks (<a href="https://redirect.github.com/eliben/pycparser/issues/479">#479</a>) by <a href="https://github.com/ldore"><code>@​ldore</code></a> in <a href="https://redirect.github.com/eliben/pycparser/pull/480">eliben/pycparser#480</a></li> <li>Add an encoding parameter to parse_file by <a href="https://github.com/jordr"><code>@​jordr</code></a> in <a href="https://redirect.github.com/eliben/pycparser/pull/486">eliben/pycparser#486</a></li> <li>Feature/add pragma support by <a href="https://github.com/jordr"><code>@​jordr</code></a> in <a href="https://redirect.github.com/eliben/pycparser/pull/487">eliben/pycparser#487</a></li> <li>Set up permissions to ci.yml by <a href="https://github.com/joycebrum"><code>@​joycebrum</code></a> in <a href="https://redirect.github.com/eliben/pycparser/pull/492">eliben/pycparser#492</a></li> <li>_build_tables: Invalidate cache before importing generated modules by <a href="https://github.com/mgorny"><code>@​mgorny</code></a> in <a href="https://redirect.github.com/eliben/pycparser/pull/494">eliben/pycparser#494</a></li> <li>Upgrade GitHub Actions by <a href="https://github.com/cclauss"><code>@​cclauss</code></a> in <a href="https://redirect.github.com/eliben/pycparser/pull/500">eliben/pycparser#500</a></li> <li>Create a Security Policy by <a href="https://github.com/joycebrum"><code>@​joycebrum</code></a> in <a href="https://redirect.github.com/eliben/pycparser/pull/499">eliben/pycparser#499</a></li> <li>New example to generate AST from scratch by <a href="https://github.com/Andree37"><code>@​Andree37</code></a> in <a href="https://redirect.github.com/eliben/pycparser/pull/507">eliben/pycparser#507</a></li> <li>Add support for Python 3.12 by <a href="https://github.com/hugovk"><code>@​hugovk</code></a> in <a href="https://redirect.github.com/eliben/pycparser/pull/515">eliben/pycparser#515</a></li> <li>ply: Make generated lextab.py deterministic by <a href="https://github.com/jackrosenthal"><code>@​jackrosenthal</code></a> in <a href="https://redirect.github.com/eliben/pycparser/pull/531">eliben/pycparser#531</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/matamegger"><code>@​matamegger</code></a> made their first contribution in <a href="https://redirect.github.com/eliben/pycparser/pull/449">eliben/pycparser#449</a></li> <li><a href="https://github.com/Shortfinga"><code>@​Shortfinga</code></a> made their first contribution in <a href="https://redirect.github.com/eliben/pycparser/pull/474">eliben/pycparser#474</a></li> <li><a href="https://github.com/erlend-aasland"><code>@​erlend-aasland</code></a> made their first contribution in <a href="https://redirect.github.com/eliben/pycparser/pull/469">eliben/pycparser#469</a></li> <li><a href="https://github.com/jordr"><code>@​jordr</code></a> made their first contribution in <a href="https://redirect.github.com/eliben/pycparser/pull/486">eliben/pycparser#486</a></li> <li><a href="https://github.com/joycebrum"><code>@​joycebrum</code></a> made their first contribution in <a href="https://redirect.github.com/eliben/pycparser/pull/492">eliben/pycparser#492</a></li> <li><a href="https://github.com/mgorny"><code>@​mgorny</code></a> made their first contribution in <a href="https://redirect.github.com/eliben/pycparser/pull/494">eliben/pycparser#494</a></li> <li><a href="https://github.com/cclauss"><code>@​cclauss</code></a> made their first contribution in <a href="https://redirect.github.com/eliben/pycparser/pull/500">eliben/pycparser#500</a></li> <li><a href="https://github.com/Andree37"><code>@​Andree37</code></a> made their first contribution in <a href="https://redirect.github.com/eliben/pycparser/pull/507">eliben/pycparser#507</a></li> <li><a href="https://github.com/jackrosenthal"><code>@​jackrosenthal</code></a> made their first contribution in <a href="https://redirect.github.com/eliben/pycparser/pull/531">eliben/pycparser#531</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/eliben/pycparser/compare/release_v2.21...release_v2.22">https://github.com/eliben/pycparser/compare/release_v2.21...release_v2.22</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eliben/pycparser/blob/main/CHANGES">pycparser's changelog</a>.</em></p> <blockquote> <ul> <li>Starting with version 2.22, please use the GitHub UI at <a href="https://github.com/eliben/pycparser/tags">https://github.com/eliben/pycparser/tags</a> to compare tags in order to find out what changed.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eliben/pycparser/commit/129d32ef805d715d90a3b2035b13168c17ca63d2"><code>129d32e</code></a> Prepare for release 2.22</li> <li><a href="https://github.com/eliben/pycparser/commit/c3e2644cb26c41a24f387c713202a1a94e70eae6"><code>c3e2644</code></a> update CHANGES file for future changes</li> <li><a href="https://github.com/eliben/pycparser/commit/c500fb6de5a073a4bf6452c565abea69bd9932f2"><code>c500fb6</code></a> ply: Make generated lextab.py deterministic (<a href="https://redirect.github.com/eliben/pycparser/issues/531">#531</a>)</li> <li><a href="https://github.com/eliben/pycparser/commit/f7409953060f1f4d0f8988f1e131a49f84c95eba"><code>f740995</code></a> Add support for Python 3.12 (<a href="https://redirect.github.com/eliben/pycparser/issues/515">#515</a>)</li> <li><a href="https://github.com/eliben/pycparser/commit/6cf69df2ccd9af86a6ae1618a10d7136b30b5c49"><code>6cf69df</code></a> New example to generate AST from scratch (<a href="https://redirect.github.com/eliben/pycparser/issues/507">#507</a>)</li> <li><a href="https://github.com/eliben/pycparser/commit/50a26acb3674ff05d16ab174efbff3d2e549dbdb"><code>50a26ac</code></a> Remove unneeded import in an example</li> <li><a href="https://github.com/eliben/pycparser/commit/d86a9e58b78120c6c2fc61654eafc1d958ba8863"><code>d86a9e5</code></a> Remove from <strong>future</strong> imports from all files in this repo</li> <li><a href="https://github.com/eliben/pycparser/commit/a9f073e26922786d08592a7b92f4f56d436e3905"><code>a9f073e</code></a> Remove from <strong>future</strong> imports in examples</li> <li><a href="https://github.com/eliben/pycparser/commit/670979b89a1e84f9c4828a8a08e9187b90674afa"><code>670979b</code></a> Update SECURITY.md</li> <li><a href="https://github.com/eliben/pycparser/commit/9e8cd294f1527d918ec75927260d6ed3ab0331de"><code>9e8cd29</code></a> Create a Security Policy (<a href="https://redirect.github.com/eliben/pycparser/issues/499">#499</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eliben/pycparser/compare/release_v2.21...release_v2.22">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pycparser&package-manager=pip&previous-version=2.21&new-version=2.22)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
kerem 2026-03-01 18:01:07 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#2909
No description provided.