Commit a61ace9
authored
Bump pycparser from 2.23 to 3.0 (#11982)
Bumps [pycparser](https://github.com/eliben/pycparser) from 2.23 to 3.0.
<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_v3.00</h2>
<h2>What's Changed</h2>
<ul>
<li>Removed dependency on PLY, by rewriting pycparser to use a
hand-written lexer and recursive-descent parser for C. No API changes /
functionality changes intended - the same AST is produced.</li>
<li>Add support for Python 3.14 and drop EOL 3.8 by <a
href="https://github.com/hugovk"><code>@hugovk</code></a> in <a
href="https://redirect.github.com/eliben/pycparser/pull/581">eliben/pycparser#581</a></li>
<li>Update _ast_gen.py to be in sync with c_ast.py by <a
href="https://github.com/simonlindholm"><code>@simonlindholm</code></a>
in <a
href="https://redirect.github.com/eliben/pycparser/pull/582">eliben/pycparser#582</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/eliben/pycparser/compare/release_v2.23...release_v3.00">https://github.com/eliben/pycparser/compare/release_v2.23...release_v3.00</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/eliben/pycparser/commit/77de509f0268f44ee587b5a4d9f0d680e269fcae"><code>77de509</code></a>
Prepare for release 3.00</li>
<li><a
href="https://github.com/eliben/pycparser/commit/e57ccd1e74247f643c4b2cacbbee986d5544bbf3"><code>e57ccd1</code></a>
Update README</li>
<li><a
href="https://github.com/eliben/pycparser/commit/230e12d603320872d1d80f7dc230a404d737a05d"><code>230e12d</code></a>
disable uv caching in CI</li>
<li><a
href="https://github.com/eliben/pycparser/commit/9c52f404efc87e9282fd842b7e60c66951897be7"><code>9c52f40</code></a>
Update CI to run make check+test via uvx</li>
<li><a
href="https://github.com/eliben/pycparser/commit/6b8f0648af538004e4109a7a2b066bdba467694d"><code>6b8f064</code></a>
Use dataclass where applicable; add 'make test' to Makefile</li>
<li><a
href="https://github.com/eliben/pycparser/commit/25376cb586ed2906c27aec4c8e3d84c18e3874e5"><code>25376cb</code></a>
Use f-strings instead of older formatting in other auxiliary files</li>
<li><a
href="https://github.com/eliben/pycparser/commit/9bd8997deba72e2d192e16c168451ee3bdbd2001"><code>9bd8997</code></a>
Use f-strings instead of older formatting in core code + tests</li>
<li><a
href="https://github.com/eliben/pycparser/commit/664eac25202a12abae5a1f2e9f4aec66dab156ec"><code>664eac2</code></a>
Modernize some code with pattern matching</li>
<li><a
href="https://github.com/eliben/pycparser/commit/842f0649551a98f4fb088e344f3bc676ff6e952b"><code>842f064</code></a>
Add type annotations to more examples</li>
<li><a
href="https://github.com/eliben/pycparser/commit/076f374a75e746da7ac71123e3fee484c69bfa85"><code>076f374</code></a>
Add types to several exmaples</li>
<li>Additional commits viewable in <a
href="https://github.com/eliben/pycparser/compare/release_v2.23...release_v3.00">compare
view</a></li>
</ul>
</details>
<br />
[](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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 4511f9f commit a61ace9
9 files changed
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments