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 packaging from 23.2 to 24.0 #183

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 packaging from 23.2 to 24.0.

Release notes

Sourced from packaging's releases.

24.0

What's Changed

New Contributors

Full Changelog: pypa/packaging@23.2...24.0

Changelog

Sourced from packaging's changelog.

24.0 - 2024-03-10


* Do specifier matching correctly when the specifier contains an epoch number
  and has more components than the version (:issue:`683`)
* Support the experimental ``--disable-gil`` builds in packaging.tags
  (:issue:`727`)
* BREAKING: Make optional ``metadata.Metadata`` attributes default to ``None`` (:issue:`733`)
* Fix errors when trying to access the ``description_content_type``, ``keywords``,
  and ``requires_python`` attributes on ``metadata.Metadata`` when those values
  have not been provided (:issue:`733`)
* Fix a bug preventing the use of the built in ``ExceptionGroup`` on versions of
  Python that support it (:issue:`725`)
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)

Bumps [packaging](https://github.com/pypa/packaging) from 23.2 to 24.0.
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@23.2...24.0)

---
updated-dependencies:
- dependency-name: packaging
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 11, 2024
@emilymclean emilymclean added this pull request to the merge queue Mar 12, 2024
Merged via the queue into main with commit c1b3bf5 Mar 12, 2024
5 checks passed
@emilymclean emilymclean deleted the dependabot/pip/packaging-24.0 branch March 12, 2024 00:55
fishchimp pushed a commit that referenced this pull request Mar 14, 2024
Bumps [packaging](https://github.com/pypa/packaging) from 23.2 to 24.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/packaging/releases">packaging's
releases</a>.</em></p>
<blockquote>
<h2>24.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix specifier matching when the specifier is long and has an epoch
by <a href="https://github.com/SpecLad"><code>@​SpecLad</code></a> in <a
href="https://redirect.github.com/pypa/packaging/pull/712">pypa/packaging#712</a></li>
<li>Clarify version split/join usage by <a
href="https://github.com/uranusjr"><code>@​uranusjr</code></a> in <a
href="https://redirect.github.com/pypa/packaging/pull/725">pypa/packaging#725</a></li>
<li>Default optional metadata values to None by <a
href="https://github.com/dstufft"><code>@​dstufft</code></a> in <a
href="https://redirect.github.com/pypa/packaging/pull/734">pypa/packaging#734</a></li>
<li>Stop using deprecated/removed keys by <a
href="https://github.com/dstufft"><code>@​dstufft</code></a> in <a
href="https://redirect.github.com/pypa/packaging/pull/739">pypa/packaging#739</a></li>
<li>Correctly use the ExceptionGroup shim only when needed by <a
href="https://github.com/dstufft"><code>@​dstufft</code></a> in <a
href="https://redirect.github.com/pypa/packaging/pull/736">pypa/packaging#736</a></li>
<li>Update CHANGELOG entry about <code>validate</code> kwarg by <a
href="https://github.com/pradyunsg"><code>@​pradyunsg</code></a> in <a
href="https://redirect.github.com/pypa/packaging/pull/731">pypa/packaging#731</a></li>
<li>Support --disable-gil builds (PEP 703) in packaging.tags by <a
href="https://github.com/colesbury"><code>@​colesbury</code></a> in <a
href="https://redirect.github.com/pypa/packaging/pull/728">pypa/packaging#728</a></li>
<li>Skip <code>test_glibc_version_string_ctypes_raise_oserror</code> if
<code>ctypes</code> is unavailable by <a
href="https://github.com/kevinchang96"><code>@​kevinchang96</code></a>
in <a
href="https://redirect.github.com/pypa/packaging/pull/741">pypa/packaging#741</a></li>
<li>Enable CodeQL by <a
href="https://github.com/joycebrum"><code>@​joycebrum</code></a> in <a
href="https://redirect.github.com/pypa/packaging/pull/743">pypa/packaging#743</a></li>
<li>PEP 703: Rename <code>Py_NOGIL</code> to
<code>Py_GIL_DISABLED</code> by <a
href="https://github.com/hugovk"><code>@​hugovk</code></a> in <a
href="https://redirect.github.com/pypa/packaging/pull/747">pypa/packaging#747</a></li>
<li>Replace PEP references with PUG links by <a
href="https://github.com/jeanas"><code>@​jeanas</code></a> in <a
href="https://redirect.github.com/pypa/packaging/pull/750">pypa/packaging#750</a></li>
<li>Remove coverage ignore for non-existent file by <a
href="https://github.com/shenanigansd"><code>@​shenanigansd</code></a>
in <a
href="https://redirect.github.com/pypa/packaging/pull/752">pypa/packaging#752</a></li>
<li>Update URLs by <a
href="https://github.com/DimitriPapadopoulos"><code>@​DimitriPapadopoulos</code></a>
in <a
href="https://redirect.github.com/pypa/packaging/pull/764">pypa/packaging#764</a></li>
<li>Configure dependabot by <a
href="https://github.com/joycebrum"><code>@​joycebrum</code></a> in <a
href="https://redirect.github.com/pypa/packaging/pull/757">pypa/packaging#757</a></li>
<li>Hash pin github actions by <a
href="https://github.com/joycebrum"><code>@​joycebrum</code></a> in <a
href="https://redirect.github.com/pypa/packaging/pull/758">pypa/packaging#758</a></li>
<li>Apply some refurb suggestions by <a
href="https://github.com/DimitriPapadopoulos"><code>@​DimitriPapadopoulos</code></a>
in <a
href="https://redirect.github.com/pypa/packaging/pull/763">pypa/packaging#763</a></li>
<li>Appply some bugbear suggestions by <a
href="https://github.com/DimitriPapadopoulos"><code>@​DimitriPapadopoulos</code></a>
in <a
href="https://redirect.github.com/pypa/packaging/pull/761">pypa/packaging#761</a></li>
<li>Apply some ruff suggestions by <a
href="https://github.com/DimitriPapadopoulos"><code>@​DimitriPapadopoulos</code></a>
in <a
href="https://redirect.github.com/pypa/packaging/pull/772">pypa/packaging#772</a></li>
<li>Add riscv64 as a supported manylinux architecture by <a
href="https://github.com/markdryan"><code>@​markdryan</code></a> in <a
href="https://redirect.github.com/pypa/packaging/pull/751">pypa/packaging#751</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/colesbury"><code>@​colesbury</code></a>
made their first contribution in <a
href="https://redirect.github.com/pypa/packaging/pull/728">pypa/packaging#728</a></li>
<li><a
href="https://github.com/kevinchang96"><code>@​kevinchang96</code></a>
made their first contribution in <a
href="https://redirect.github.com/pypa/packaging/pull/741">pypa/packaging#741</a></li>
<li><a href="https://github.com/jeanas"><code>@​jeanas</code></a> made
their first contribution in <a
href="https://redirect.github.com/pypa/packaging/pull/750">pypa/packaging#750</a></li>
<li><a
href="https://github.com/shenanigansd"><code>@​shenanigansd</code></a>
made their first contribution in <a
href="https://redirect.github.com/pypa/packaging/pull/752">pypa/packaging#752</a></li>
<li><a href="https://github.com/markdryan"><code>@​markdryan</code></a>
made their first contribution in <a
href="https://redirect.github.com/pypa/packaging/pull/751">pypa/packaging#751</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pypa/packaging/compare/23.2...24.0">https://github.com/pypa/packaging/compare/23.2...24.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/packaging/blob/main/CHANGELOG.rst">packaging's
changelog</a>.</em></p>
<blockquote>
<p>24.0 - 2024-03-10</p>
<pre><code>
* Do specifier matching correctly when the specifier contains an epoch
number
  and has more components than the version (:issue:`683`)
* Support the experimental ``--disable-gil`` builds in packaging.tags
  (:issue:`727`)
* BREAKING: Make optional ``metadata.Metadata`` attributes default to
``None`` (:issue:`733`)
* Fix errors when trying to access the ``description_content_type``,
``keywords``,
and ``requires_python`` attributes on ``metadata.Metadata`` when those
values
  have not been provided (:issue:`733`)
* Fix a bug preventing the use of the built in ``ExceptionGroup`` on
versions of
  Python that support it (:issue:`725`)
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/packaging/commit/7a983f7f0068669ead9d4f7571be24d6c0d83eb9"><code>7a983f7</code></a>
Bump for release</li>
<li><a
href="https://github.com/pypa/packaging/commit/4d8534061364e3cbfee582192ab81a095ec2db51"><code>4d85340</code></a>
Add riscv64 as a supported manylinux architecture (<a
href="https://redirect.github.com/pypa/packaging/issues/751">#751</a>)</li>
<li><a
href="https://github.com/pypa/packaging/commit/4dce7618f59d623512b21d846da3e072e86aaf2e"><code>4dce761</code></a>
Apply some ruff suggestions (<a
href="https://redirect.github.com/pypa/packaging/issues/772">#772</a>)</li>
<li><a
href="https://github.com/pypa/packaging/commit/57a6a7ff661930a8b0dde55663947b80cf3c196a"><code>57a6a7f</code></a>
Appply some bugbear suggestions (<a
href="https://redirect.github.com/pypa/packaging/issues/761">#761</a>)</li>
<li><a
href="https://github.com/pypa/packaging/commit/7bcd6d8ec33f0a614f9d017d31be4b50ece1549a"><code>7bcd6d8</code></a>
Apply some refurb suggestions (<a
href="https://redirect.github.com/pypa/packaging/issues/763">#763</a>)</li>
<li><a
href="https://github.com/pypa/packaging/commit/d0067e98b72ad6e09cfb890509c2228aa3476aa3"><code>d0067e9</code></a>
[StepSecurity] ci: Harden GitHub Actions (<a
href="https://redirect.github.com/pypa/packaging/issues/1">#1</a>) (<a
href="https://redirect.github.com/pypa/packaging/issues/758">#758</a>)</li>
<li><a
href="https://github.com/pypa/packaging/commit/eae70ddedb444d43e33585f0017d53ccb62c40aa"><code>eae70dd</code></a>
feat: Create dependabot.yml (<a
href="https://redirect.github.com/pypa/packaging/issues/757">#757</a>)</li>
<li><a
href="https://github.com/pypa/packaging/commit/241bb350d44ba3ecf11fffe096fdb7c376224c9c"><code>241bb35</code></a>
Update URLs (<a
href="https://redirect.github.com/pypa/packaging/issues/764">#764</a>)</li>
<li><a
href="https://github.com/pypa/packaging/commit/769823740a8f5e6b0e37fd05f57f091b56b0ceeb"><code>7698237</code></a>
Remove coverage ignore for non-existent file (<a
href="https://redirect.github.com/pypa/packaging/issues/752">#752</a>)</li>
<li><a
href="https://github.com/pypa/packaging/commit/b271d2bd9463a6b7fd9b2b585ce16ac0b3097e59"><code>b271d2b</code></a>
Replace PEP references with PUG links (<a
href="https://redirect.github.com/pypa/packaging/issues/750">#750</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/packaging/compare/23.2...24.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=packaging&package-manager=pip&previous-version=23.2&new-version=24.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