-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump cffi from 1.15.1 to 1.16.0 #184
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Mar 11, 2024
emilymclean
previously approved these changes
Mar 12, 2024
github-merge-queue
bot
removed this pull request from the merge queue due to a conflict with the base branch
Mar 12, 2024
dependabot
bot
force-pushed
the
dependabot/pip/cffi-1.16.0
branch
from
March 12, 2024 00:56
cbf0321
to
dd4b370
Compare
emilymclean
previously approved these changes
Mar 12, 2024
Bumps [cffi](https://github.com/python-cffi/cffi) from 1.15.1 to 1.16.0. - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](python-cffi/cffi@v1.15.1...v1.16.0) --- updated-dependencies: - dependency-name: cffi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
force-pushed
the
dependabot/pip/cffi-1.16.0
branch
from
March 12, 2024 01:11
dd4b370
to
04179cb
Compare
emilymclean
approved these changes
Mar 12, 2024
fishchimp
pushed a commit
that referenced
this pull request
Mar 14, 2024
Bumps [cffi](https://github.com/python-cffi/cffi) from 1.15.1 to 1.16.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>v1.16.0</h2> <ul> <li>Add support for Python 3.12. With the removal of <code>distutils</code> from Python 3.12, projects using CFFI features that depend on <code>distutils</code> at runtime must add a dependency on <code>setuptools</code> to function under Python 3.12+. CFFI does not declare a runtime <code>setuptools</code> requirement to avoid an unnecessary dependency for projects that do not require it.</li> <li>Drop support for end-of-life Python versions (2.7, 3.6, 3.7).</li> <li>Add support for PEP517 builds; <code>setuptools</code> is now a required build dependency.</li> <li>Declare <code>python_requires</code> metadata for Python 3.8+. This allows unsupported Pythons to continue using previously released sdists and wheels.</li> <li>Move project source under <code>src/</code>; a more standard layout that also enables CI to more easily catch packaging errors.</li> </ul> <h2>v1.16.0rc2</h2> <ul> <li>Fix packaging issue in v1.16.0rc1.</li> <li>Rearrange project sources (<code>src/</code> layout) so packaging tests can properly detect similar issues in the future.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/python-cffi/cffi/compare/v1.16.0rc1...v1.16.0rc2">https://github.com/python-cffi/cffi/compare/v1.16.0rc1...v1.16.0rc2</a></p> <h2>v1.16.0rc1</h2> <ul> <li>Add support for Python 3.12. With the removal of <code>distutils</code> from Python 3.12, projects using CFFI features that depend on <code>distutils</code> at runtime must add a dependency on <code>setuptools</code> to function under Python 3.12+. CFFI does not declare a runtime <code>setuptools</code> requirement to avoid an unnecessary dependency for projects that do not require it.</li> <li>Drop support for end-of-life Python versions (2.7, 3.6, 3.7).</li> <li>Move project home to <code>python-cffi/cffi</code> on GitHub.</li> <li>Add support for PEP517 builds; <code>setuptools</code> is now a required build dependency.</li> <li>Declare <code>python_requires</code> metadata for Python 3.8+. This allows unsupported Pythons to continue using previously released sdists and wheels.</li> <li>Add missing calls to <code>PyObject_GC_UnTrack</code> to <a href="https://foss.heptapod.net/pypy/cffi/-/issues/553">avoid ResourceWarning</a> 15c4b71d5e3f2295c0e4773e99b23ac751e02534</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-cffi/cffi/commit/ba44abd69cf6f0f1cc90db34cd067275dc10fc71"><code>ba44abd</code></a> release 1.16.0 (<a href="https://redirect.github.com/python-cffi/cffi/issues/17">#17</a>)</li> <li><a href="https://github.com/python-cffi/cffi/commit/c0ad8d945167e2538a21e91319873d861fcabd33"><code>c0ad8d9</code></a> Add a tool to update release version numbers (<a href="https://redirect.github.com/python-cffi/cffi/issues/15">#15</a>)</li> <li><a href="https://github.com/python-cffi/cffi/commit/e20c65d938842f82ce63983150b286956081cb27"><code>e20c65d</code></a> Release 1.16.0rc2 (<a href="https://redirect.github.com/python-cffi/cffi/issues/13">#13</a>)</li> <li><a href="https://github.com/python-cffi/cffi/commit/e98d1bb5893f849cc66faed4247c4019a87192b8"><code>e98d1bb</code></a> upgrade setup-qemu-action (<a href="https://redirect.github.com/python-cffi/cffi/issues/8">#8</a>) (<a href="https://redirect.github.com/python-cffi/cffi/issues/9">#9</a>)</li> <li><a href="https://github.com/python-cffi/cffi/commit/158bc5bf41e49e395ee2da923e41bd721c9bc3ea"><code>158bc5b</code></a> add a summary job <code>check</code> for easier automated gating (<a href="https://redirect.github.com/python-cffi/cffi/issues/6">#6</a>) (<a href="https://redirect.github.com/python-cffi/cffi/issues/7">#7</a>)</li> <li><a href="https://github.com/python-cffi/cffi/commit/c062f2cf7b9cdb62270cc9b9267fbd6f9c133939"><code>c062f2c</code></a> enable weekly 1pm Monday scheduled CI run on release-1.16 (<a href="https://redirect.github.com/python-cffi/cffi/issues/5">#5</a>)</li> <li><a href="https://github.com/python-cffi/cffi/commit/e84703322be5f62692389741703900991f2503ef"><code>e847033</code></a> make self-hosted aarch64 mac jobs conditional-ish</li> <li><a href="https://github.com/python-cffi/cffi/commit/57ff08e2b693858077740ef1b1a0278dc6ed6de1"><code>57ff08e</code></a> remove obsolete test</li> <li><a href="https://github.com/python-cffi/cffi/commit/ff11e9259014debd4ba4beddee511dc3c79b36fb"><code>ff11e92</code></a> release 1.16.0rc1</li> <li><a href="https://github.com/python-cffi/cffi/commit/0dc78051c823080ef38718322777af4ff3499453"><code>0dc7805</code></a> prepare for 1.16.0rc1</li> <li>Additional commits viewable in <a href="https://github.com/python-cffi/cffi/compare/v1.15.1...v1.16.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cffi&package-manager=pip&previous-version=1.15.1&new-version=1.16.0)](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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps cffi from 1.15.1 to 1.16.0.
Release notes
Sourced from cffi's releases.
Commits
ba44abd
release 1.16.0 (#17)c0ad8d9
Add a tool to update release version numbers (#15)e20c65d
Release 1.16.0rc2 (#13)e98d1bb
upgrade setup-qemu-action (#8) (#9)158bc5b
add a summary jobcheck
for easier automated gating (#6) (#7)c062f2c
enable weekly 1pm Monday scheduled CI run on release-1.16 (#5)e847033
make self-hosted aarch64 mac jobs conditional-ish57ff08e
remove obsolete testff11e92
release 1.16.0rc10dc7805
prepare for 1.16.0rc1Dependabot 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)