Commit df8e93f
authored
build(deps): bump pycparser from 2.22 to 2.23 in /tools/publish (bazel-contrib#3271)
Bumps [pycparser](https://github.com/eliben/pycparser) from 2.22 to
2.23.
<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.23</h2>
<h2>What's Changed</h2>
<ul>
<li>Allow abstract declarator "static" (GH issue <a
href="https://redirect.github.com/eliben/pycparser/issues/539">#539</a>)
by <a href="https://github.com/gperciva"><code>@gperciva</code></a> in
<a
href="https://redirect.github.com/eliben/pycparser/pull/545">eliben/pycparser#545</a></li>
<li>Add support for Python 3.13 by <a
href="https://github.com/hugovk"><code>@hugovk</code></a> in <a
href="https://redirect.github.com/eliben/pycparser/pull/550">eliben/pycparser#550</a></li>
<li>Add dirent and socket typedefs. by <a
href="https://github.com/MegaManSec"><code>@MegaManSec</code></a> in <a
href="https://redirect.github.com/eliben/pycparser/pull/558">eliben/pycparser#558</a></li>
<li>Support for labels with no statement by <a
href="https://github.com/ignatirabo"><code>@ignatirabo</code></a> in <a
href="https://redirect.github.com/eliben/pycparser/pull/562">eliben/pycparser#562</a></li>
<li>Accept empty 'case' or 'default' labels by <a
href="https://github.com/ignatirabo"><code>@ignatirabo</code></a> in <a
href="https://redirect.github.com/eliben/pycparser/pull/564">eliben/pycparser#564</a></li>
<li>fix: preserve parentheses for statement exprs by <a
href="https://github.com/zawan-ila"><code>@zawan-ila</code></a> in <a
href="https://redirect.github.com/eliben/pycparser/pull/566">eliben/pycparser#566</a></li>
<li>fix: hex float types by <a
href="https://github.com/zawan-ila"><code>@zawan-ila</code></a> in <a
href="https://redirect.github.com/eliben/pycparser/pull/567">eliben/pycparser#567</a></li>
<li>Explicit error for comments, with README link by <a
href="https://github.com/cellularmitosis"><code>@cellularmitosis</code></a>
in <a
href="https://redirect.github.com/eliben/pycparser/pull/569">eliben/pycparser#569</a></li>
<li>showemptyattrs option on Node.show() by <a
href="https://github.com/cellularmitosis"><code>@cellularmitosis</code></a>
in <a
href="https://redirect.github.com/eliben/pycparser/pull/570">eliben/pycparser#570</a></li>
<li>Add fake typedefs for GNU Extension 128-bit integers. by <a
href="https://github.com/dj-wednesday"><code>@dj-wednesday</code></a>
in <a
href="https://redirect.github.com/eliben/pycparser/pull/577">eliben/pycparser#577</a></li>
<li>Typedef for __kernel_sa_family_t in linux/socket.h by <a
href="https://github.com/crosser"><code>@crosser</code></a> in <a
href="https://redirect.github.com/eliben/pycparser/pull/578">eliben/pycparser#578</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/gperciva"><code>@gperciva</code></a>
made their first contribution in <a
href="https://redirect.github.com/eliben/pycparser/pull/545">eliben/pycparser#545</a></li>
<li><a
href="https://github.com/MegaManSec"><code>@MegaManSec</code></a> made
their first contribution in <a
href="https://redirect.github.com/eliben/pycparser/pull/558">eliben/pycparser#558</a></li>
<li><a
href="https://github.com/ignatirabo"><code>@ignatirabo</code></a> made
their first contribution in <a
href="https://redirect.github.com/eliben/pycparser/pull/562">eliben/pycparser#562</a></li>
<li><a href="https://github.com/zawan-ila"><code>@zawan-ila</code></a>
made their first contribution in <a
href="https://redirect.github.com/eliben/pycparser/pull/566">eliben/pycparser#566</a></li>
<li><a
href="https://github.com/cellularmitosis"><code>@cellularmitosis</code></a>
made their first contribution in <a
href="https://redirect.github.com/eliben/pycparser/pull/569">eliben/pycparser#569</a></li>
<li><a
href="https://github.com/dj-wednesday"><code>@dj-wednesday</code></a>
made their first contribution in <a
href="https://redirect.github.com/eliben/pycparser/pull/577">eliben/pycparser#577</a></li>
<li><a href="https://github.com/crosser"><code>@crosser</code></a> made
their first contribution in <a
href="https://redirect.github.com/eliben/pycparser/pull/578">eliben/pycparser#578</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/eliben/pycparser/compare/release_v2.22...release_v2.23">https://github.com/eliben/pycparser/compare/release_v2.22...release_v2.23</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/eliben/pycparser/commit/5b60167602e7914139b3e277266ccdff5c24dbf2"><code>5b60167</code></a>
Prepare for release 2.23</li>
<li><a
href="https://github.com/eliben/pycparser/commit/7b24736bbb875a5c6c6f0520412f03aace75d0ee"><code>7b24736</code></a>
Typedef for __kernel_sa_family_t in _fake_typedefs.h (<a
href="https://redirect.github.com/eliben/pycparser/issues/578">#578</a>)</li>
<li><a
href="https://github.com/eliben/pycparser/commit/90184f1f4eb1234fb9e7ae0c8b74eab9ea963482"><code>90184f1</code></a>
Add fake typedefs for GNU Extension 128-bit integers. (<a
href="https://redirect.github.com/eliben/pycparser/issues/577">#577</a>)</li>
<li><a
href="https://github.com/eliben/pycparser/commit/f04fdcde3d95be4a632948718d0c46eac09c50ce"><code>f04fdcd</code></a>
showemptyattrs option on Node.show() (<a
href="https://redirect.github.com/eliben/pycparser/issues/570">#570</a>)</li>
<li><a
href="https://github.com/eliben/pycparser/commit/156eae7f42843d8a3e78a68995d9cc7485577e38"><code>156eae7</code></a>
Explicit error for comments, with README link (<a
href="https://redirect.github.com/eliben/pycparser/issues/569">#569</a>)</li>
<li><a
href="https://github.com/eliben/pycparser/commit/2215299261306df71e2cec23bb3acd7b8f31f8db"><code>2215299</code></a>
fix: hex float types (<a
href="https://redirect.github.com/eliben/pycparser/issues/567">#567</a>)</li>
<li><a
href="https://github.com/eliben/pycparser/commit/037bd31d4e0e69e8c4d80e45311ae46abc15dd4e"><code>037bd31</code></a>
fix: preserve parentheses for statement exprs (<a
href="https://redirect.github.com/eliben/pycparser/issues/566">#566</a>)</li>
<li><a
href="https://github.com/eliben/pycparser/commit/9cecc090151b31d8821786bca3b25851a4a33272"><code>9cecc09</code></a>
Accept empty 'case' or 'default' labels (<a
href="https://redirect.github.com/eliben/pycparser/issues/564">#564</a>)</li>
<li><a
href="https://github.com/eliben/pycparser/commit/7ae671d3ac44e1000bcbe7108b24bdb9187443ac"><code>7ae671d</code></a>
Support for labels with no statement (<a
href="https://redirect.github.com/eliben/pycparser/issues/562">#562</a>)</li>
<li><a
href="https://github.com/eliben/pycparser/commit/42b542324859a108f2cf35bcfe21fe5877ceb091"><code>42b5423</code></a>
Add dirent and socket typedefs. (<a
href="https://redirect.github.com/eliben/pycparser/issues/558">#558</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/eliben/pycparser/compare/release_v2.22...release_v2.23">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 cbc8774 commit df8e93f
File tree
2 files changed
+4
-4
lines changed- tools/publish
2 files changed
+4
-4
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments