commit | 0bc72872cd35240ca0514b5775900473d6a5c670 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Fri Sep 26 11:10:43 2025 +0200 |
committer | GitHub <noreply@github.com> | Fri Sep 26 11:10:43 2025 +0200 |
tree | 18661fa94477cf52b09530f6baf2255b7507c7c5 | |
parent | f25bebb71c1501ff18cbebed93479f37d7020bee [diff] |
Bump cffi from 1.17.1 to 2.0.0 in /tools (#5962) Bumps [cffi](https://github.com/python-cffi/cffi) from 1.17.1 to 2.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/python-cffi/cffi/releases">cffi's releases</a>.</em></p> <blockquote> <h2>v2.0.0</h2> <h2>What's Changed</h2> <ul> <li>Add Python 3.14 support.</li> <li>Add CPython free-threaded support (3.14t+ only) - huge thanks to the folks at Quansight Labs for all the work to get this one sorted!</li> <li>Drop Python <= 3.8 support.</li> <li>Fix order dependency affecting nested type size calculation (<a href="https://redirect.github.com/python-cffi/cffi/issues/148">#148</a>).</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/python-cffi/cffi/compare/v1.17.1...v2.0.0">https://github.com/python-cffi/cffi/compare/v1.17.1...v2.0.0</a></p> <h2>v2.0.0b1</h2> <h2>What's Changed</h2> <ul> <li>Add Python 3.14 support.</li> <li>Add CPython free-threaded support (3.14t+ only).</li> <li>Drop Python <= 3.8 support.</li> <li>Fix order dependency affecting nested type size calculation (<a href="https://redirect.github.com/python-cffi/cffi/issues/148">#148</a>).</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/python-cffi/cffi/compare/v1.17.1...v2.0.0b1">https://github.com/python-cffi/cffi/compare/v1.17.1...v2.0.0b1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-cffi/cffi/commit/6366c01d84e9a78e7e85f12ebe9760ba5d19b6d3"><code>6366c01</code></a> release 2.0.0 (<a href="https://redirect.github.com/python-cffi/cffi/issues/196">#196</a>)</li> <li><a href="https://github.com/python-cffi/cffi/commit/95c847663aec401e4003927a274e4de9b8595f4f"><code>95c8476</code></a> 2.0.0 post beta backports (<a href="https://redirect.github.com/python-cffi/cffi/issues/195">#195</a>)</li> <li><a href="https://github.com/python-cffi/cffi/commit/195cbda66b6be9297ef6d584644e50cfdcca4e8a"><code>195cbda</code></a> Release 2.0.0b1 (<a href="https://redirect.github.com/python-cffi/cffi/issues/183">#183</a>)</li> <li><a href="https://github.com/python-cffi/cffi/commit/b4bbe7940d3f76027534db1aecbae9b61c35221a"><code>b4bbe79</code></a> fix version test to support beta</li> <li><a href="https://github.com/python-cffi/cffi/commit/7ed073de66e713cf791b6fdfa23685c81fdfd6ad"><code>7ed073d</code></a> Add support for the free-threaded build (<a href="https://redirect.github.com/python-cffi/cffi/issues/178">#178</a>)</li> <li><a href="https://github.com/python-cffi/cffi/commit/67a170dc7972dc9361743690b38da3d963b200ef"><code>67a170d</code></a> Change the license from MIT to MIT-no-attribution, which is the same without ...</li> <li><a href="https://github.com/python-cffi/cffi/commit/92645ec9329feb03e3fa86240b40fe0fc37469d1"><code>92645ec</code></a> Add Python 3.14 support/testing (<a href="https://redirect.github.com/python-cffi/cffi/issues/177">#177</a>)</li> <li><a href="https://github.com/python-cffi/cffi/commit/2b81170583a898478a6996c9705d8c38ab7f73a1"><code>2b81170</code></a> doc: update test commands in Section Testing/development tips (<a href="https://redirect.github.com/python-cffi/cffi/issues/158">#158</a>)</li> <li><a href="https://github.com/python-cffi/cffi/commit/25172b84cf51cf58241f074ccd1efd9c7648cb43"><code>25172b8</code></a> doc: update year (<a href="https://redirect.github.com/python-cffi/cffi/issues/153">#153</a>)</li> <li><a href="https://github.com/python-cffi/cffi/commit/b57a92c03eb2078a99c900519a37d18b4d52324f"><code>b57a92c</code></a> issue 147: force-compute nested structs before parent structs. Occurs mainly...</li> <li>Additional commits viewable in <a href="https://github.com/python-cffi/cffi/compare/v1.17.1...v2.0.0">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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The Bazel Central Registry (BCR) is the default registry for Bazel's external dependency system (“Bzlmod”). This is the GitHub repository backing the contents of the BCR, hosted at https://bcr.bazel.build/. For the website that allows you to search modules and see their versions conveniently, visit https://registry.bazel.build/.
Besides hosting metadata about Bazel-specific libraries (commonly known as “rulesets”), the BCR is also a central host for projects that don't have upstream support for Bazel (most commonly, C/C++ projects).
The BCR is just like a regular Bazel registry, with some extra metadata fields and policy restrictions. You can contribute to the BCR by sending pull requests; see BCR policies and contribution guidelines for more information.
The core infrastructure of the Bazel Central Registry depends on GitHub and Google Cloud. Bazel users who enable Bzlmod (the default since Bazel 8) depend on the BCR by default. While we try to keep the BCR infrastructure simple and reliable, we assume no liability for any damages caused by build failures due to potential BCR infrastructure failures.
If you consider it necessary, you can do the following to avoid depending on the BCR infrastructure while still making use of the information checked into the BCR.
--registry
is a flag that can be specified multiple times.--registry
flag is specified, the BCR is the only registry Bazel consults.--registry
flag is specified, Bazel will consult the specified registries in order, but will not consult the BCR unless the BCR is explicitly specified as a registry. In other words, to use your own registry layered on top of the BCR, use --registry=https://my.own.registry.com/ --registry=https://bcr.bazel.build/
../bazel_registry.json
. You can run bazel run //tools:print_all_src_urls
to get the list of source URLs to mirror for all Bazel modules checked into the BCR. For example, https://foo.com/bar.zip
should be mirrored to https://<your mirror>/foo.com/bar.zip
.