Skip to content
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 1 commit into from
Mar 12, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2024

Bumps cffi from 1.15.1 to 1.16.0.

Release notes

Sourced from cffi's releases.

v1.16.0

  • Add support for Python 3.12. With the removal of distutils from Python 3.12, projects using CFFI features that depend on distutils at runtime must add a dependency on setuptools to function under Python 3.12+. CFFI does not declare a runtime setuptools requirement to avoid an unnecessary dependency for projects that do not require it.
  • Drop support for end-of-life Python versions (2.7, 3.6, 3.7).
  • Add support for PEP517 builds; setuptools is now a required build dependency.
  • Declare python_requires metadata for Python 3.8+. This allows unsupported Pythons to continue using previously released sdists and wheels.
  • Move project source under src/; a more standard layout that also enables CI to more easily catch packaging errors.

v1.16.0rc2

  • Fix packaging issue in v1.16.0rc1.
  • Rearrange project sources (src/ layout) so packaging tests can properly detect similar issues in the future.

Full Changelog: python-cffi/cffi@v1.16.0rc1...v1.16.0rc2

v1.16.0rc1

  • Add support for Python 3.12. With the removal of distutils from Python 3.12, projects using CFFI features that depend on distutils at runtime must add a dependency on setuptools to function under Python 3.12+. CFFI does not declare a runtime setuptools requirement to avoid an unnecessary dependency for projects that do not require it.
  • Drop support for end-of-life Python versions (2.7, 3.6, 3.7).
  • Move project home to python-cffi/cffi on GitHub.
  • Add support for PEP517 builds; setuptools is now a required build dependency.
  • Declare python_requires metadata for Python 3.8+. This allows unsupported Pythons to continue using previously released sdists and wheels.
  • Add missing calls to PyObject_GC_UnTrack to avoid ResourceWarning 15c4b71d5e3f2295c0e4773e99b23ac751e02534
Commits

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 11, 2024
emilymclean
emilymclean previously approved these changes Mar 12, 2024
@emilymclean emilymclean added this pull request to the merge queue Mar 12, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Mar 12, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/cffi-1.16.0 branch from cbf0321 to dd4b370 Compare March 12, 2024 00:56
emilymclean
emilymclean previously approved these changes Mar 12, 2024
@emilymclean emilymclean enabled auto-merge March 12, 2024 00:57
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]>
@emilymclean emilymclean added this pull request to the merge queue Mar 12, 2024
Merged via the queue into main with commit 2621511 Mar 12, 2024
4 checks passed
@emilymclean emilymclean deleted the dependabot/pip/cffi-1.16.0 branch March 12, 2024 03:48
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
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant