Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump packaging from 23.1 to 23.2 (#22124)
Bumps [packaging](https://github.com/pypa/packaging) from 23.1 to 23.2. <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>23.2</h2> <h2>What's Changed</h2> <ul> <li>parse_marker should consume the entire source string by <a href="https://github.com/mwerschy"><code>@mwerschy</code></a> in <a href="https://redirect.github.com/pypa/packaging/pull/687">pypa/packaging#687</a></li> <li>Create a Security Policy file by <a href="https://github.com/joycebrum"><code>@joycebrum</code></a> in <a href="https://redirect.github.com/pypa/packaging/pull/695">pypa/packaging#695</a></li> <li>Add python 3.12 to CI by <a href="https://github.com/mayeut"><code>@mayeut</code></a> in <a href="https://redirect.github.com/pypa/packaging/pull/689">pypa/packaging#689</a></li> <li>Remove URL validation from requirement parsing by <a href="https://github.com/uranusjr"><code>@uranusjr</code></a> in <a href="https://redirect.github.com/pypa/packaging/pull/684">pypa/packaging#684</a></li> <li>Add types for packaging.version._Version by <a href="https://github.com/hauntsaninja"><code>@hauntsaninja</code></a> in <a href="https://redirect.github.com/pypa/packaging/pull/665">pypa/packaging#665</a></li> <li>Add PyPy 3.10 to CI by <a href="https://github.com/mayeut"><code>@mayeut</code></a> in <a href="https://redirect.github.com/pypa/packaging/pull/699">pypa/packaging#699</a></li> <li>Remove unused argument in <code>_manylinux._is_compatible</code> by <a href="https://github.com/mayeut"><code>@mayeut</code></a> in <a href="https://redirect.github.com/pypa/packaging/pull/700">pypa/packaging#700</a></li> <li>Canonicalize names for requirements comparison by <a href="https://github.com/astrojuanlu"><code>@astrojuanlu</code></a> in <a href="https://redirect.github.com/pypa/packaging/pull/696">pypa/packaging#696</a></li> <li>Add platform tag support for LoongArch by <a href="https://github.com/loongson-zn"><code>@loongson-zn</code></a> in <a href="https://redirect.github.com/pypa/packaging/pull/693">pypa/packaging#693</a></li> <li>Ability to install <code>armv7l manylinux/musllinux</code> wheels on <code>armv8l</code> by <a href="https://github.com/mayeut"><code>@mayeut</code></a> in <a href="https://redirect.github.com/pypa/packaging/pull/690">pypa/packaging#690</a></li> <li>Include CHANGELOG.rst in sdist by <a href="https://github.com/astrojuanlu"><code>@astrojuanlu</code></a> in <a href="https://redirect.github.com/pypa/packaging/pull/704">pypa/packaging#704</a></li> <li>Update pyupgrade to Python 3.7+ by <a href="https://github.com/fangchenli"><code>@fangchenli</code></a> in <a href="https://redirect.github.com/pypa/packaging/pull/580">pypa/packaging#580</a></li> <li>Fix version pattern pre-releases by <a href="https://github.com/deathaxe"><code>@deathaxe</code></a> in <a href="https://redirect.github.com/pypa/packaging/pull/705">pypa/packaging#705</a></li> <li>Fix typos found by codespell by <a href="https://github.com/DimitriPapadopoulos"><code>@DimitriPapadopoulos</code></a> in <a href="https://redirect.github.com/pypa/packaging/pull/706">pypa/packaging#706</a></li> <li>Support enriched metadata by <a href="https://github.com/brettcannon"><code>@brettcannon</code></a> in <a href="https://redirect.github.com/pypa/packaging/pull/686">pypa/packaging#686</a></li> <li>Correct rST syntax in CHANGELOG.rst by <a href="https://github.com/atugushev"><code>@atugushev</code></a> in <a href="https://redirect.github.com/pypa/packaging/pull/709">pypa/packaging#709</a></li> <li>fix: platform tag for GraalPy by <a href="https://github.com/mayeut"><code>@mayeut</code></a> in <a href="https://redirect.github.com/pypa/packaging/pull/711">pypa/packaging#711</a></li> <li>Document that this library uses a calendar-based versioning scheme by <a href="https://github.com/faph"><code>@faph</code></a> in <a href="https://redirect.github.com/pypa/packaging/pull/717">pypa/packaging#717</a></li> <li>fix: Update copyright date for docs by <a href="https://github.com/garrypolley"><code>@garrypolley</code></a> in <a href="https://redirect.github.com/pypa/packaging/pull/713">pypa/packaging#713</a></li> <li>Bump pip version to avoid known vulnerabilities by <a href="https://github.com/joycebrum"><code>@joycebrum</code></a> in <a href="https://redirect.github.com/pypa/packaging/pull/720">pypa/packaging#720</a></li> <li>Typing annotations fixed in version.py by <a href="https://github.com/jolaf"><code>@jolaf</code></a> in <a href="https://redirect.github.com/pypa/packaging/pull/723">pypa/packaging#723</a></li> <li>parse_{sdist,wheel}_filename: don't raise InvalidVersion by <a href="https://github.com/SpecLad"><code>@SpecLad</code></a> in <a href="https://redirect.github.com/pypa/packaging/pull/721">pypa/packaging#721</a></li> <li>Fix code blocks in CHANGELOG.md by <a href="https://github.com/edmorley"><code>@edmorley</code></a> in <a href="https://redirect.github.com/pypa/packaging/pull/724">pypa/packaging#724</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mwerschy"><code>@mwerschy</code></a> made their first contribution in <a href="https://redirect.github.com/pypa/packaging/pull/687">pypa/packaging#687</a></li> <li><a href="https://github.com/joycebrum"><code>@joycebrum</code></a> made their first contribution in <a href="https://redirect.github.com/pypa/packaging/pull/695">pypa/packaging#695</a></li> <li><a href="https://github.com/astrojuanlu"><code>@astrojuanlu</code></a> made their first contribution in <a href="https://redirect.github.com/pypa/packaging/pull/696">pypa/packaging#696</a></li> <li><a href="https://github.com/loongson-zn"><code>@loongson-zn</code></a> made their first contribution in <a href="https://redirect.github.com/pypa/packaging/pull/693">pypa/packaging#693</a></li> <li><a href="https://github.com/fangchenli"><code>@fangchenli</code></a> made their first contribution in <a href="https://redirect.github.com/pypa/packaging/pull/580">pypa/packaging#580</a></li> <li><a href="https://github.com/deathaxe"><code>@deathaxe</code></a> made their first contribution in <a href="https://redirect.github.com/pypa/packaging/pull/705">pypa/packaging#705</a></li> <li><a href="https://github.com/DimitriPapadopoulos"><code>@DimitriPapadopoulos</code></a> made their first contribution in <a href="https://redirect.github.com/pypa/packaging/pull/706">pypa/packaging#706</a></li> <li><a href="https://github.com/atugushev"><code>@atugushev</code></a> made their first contribution in <a href="https://redirect.github.com/pypa/packaging/pull/709">pypa/packaging#709</a></li> <li><a href="https://github.com/faph"><code>@faph</code></a> made their first contribution in <a href="https://redirect.github.com/pypa/packaging/pull/717">pypa/packaging#717</a></li> <li><a href="https://github.com/garrypolley"><code>@garrypolley</code></a> made their first contribution in <a href="https://redirect.github.com/pypa/packaging/pull/713">pypa/packaging#713</a></li> <li><a href="https://github.com/jolaf"><code>@jolaf</code></a> made their first contribution in <a href="https://redirect.github.com/pypa/packaging/pull/723">pypa/packaging#723</a></li> <li><a href="https://github.com/SpecLad"><code>@SpecLad</code></a> made their first contribution in <a href="https://redirect.github.com/pypa/packaging/pull/721">pypa/packaging#721</a></li> <li><a href="https://github.com/edmorley"><code>@edmorley</code></a> made their first contribution in <a href="https://redirect.github.com/pypa/packaging/pull/724">pypa/packaging#724</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/packaging/compare/23.1...23.2">https://github.com/pypa/packaging/compare/23.1...23.2</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>23.2 - 2023-10-01</p> <pre><code> * Document calendar-based versioning scheme (:issue:`716`) * Enforce that the entire marker string is parsed (:issue:`687`) * Requirement parsing no longer automatically validates the URL (:issue:`120`) * Canonicalize names for requirements comparison (:issue:`644`) * Introduce ``metadata.Metadata`` (along with ``metadata.ExceptionGroup`` and ``metadata.InvalidMetadata``; :issue:`570`) * Introduce the ``validate`` keyword parameter to ``utils.validate_name()`` (:issue:`570`) * Introduce ``utils.is_normalized_name()`` (:issue:`570`) * Make ``utils.parse_sdist_filename()`` and ``utils.parse_wheel_filename()`` raise ``InvalidSdistFilename`` and ``InvalidWheelFilename``, respectively, when the version component of the name is invalid </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/packaging/commit/b3a5d7d68991c040615d5345bb55f61de53ba176"><code>b3a5d7d</code></a> Bump for release</li> <li><a href="https://github.com/pypa/packaging/commit/d7ce40d8cc005a6b83f4abb33ae7d48d0428a4f6"><code>d7ce40d</code></a> Fix code blocks in CHANGELOG.md (<a href="https://redirect.github.com/pypa/packaging/issues/724">#724</a>)</li> <li><a href="https://github.com/pypa/packaging/commit/524b701c6e30fc4da9355117367273f591c6de72"><code>524b701</code></a> parse_{sdist,wheel}_filename: don't raise InvalidVersion (<a href="https://redirect.github.com/pypa/packaging/issues/721">#721</a>)</li> <li><a href="https://github.com/pypa/packaging/commit/b509bef6a4573595b23a97ecbfe569000918157f"><code>b509bef</code></a> Typing annotations fixed (<a href="https://redirect.github.com/pypa/packaging/issues/723">#723</a>)</li> <li><a href="https://github.com/pypa/packaging/commit/0206c394cebce1b261299032edcb33f842b65d10"><code>0206c39</code></a> Bump pip version to avoid known vulnerabilities (<a href="https://redirect.github.com/pypa/packaging/issues/720">#720</a>)</li> <li><a href="https://github.com/pypa/packaging/commit/702353715de375a65e49d1ae4af21c35dce838b8"><code>7023537</code></a> fix: Update copyright date for docs (<a href="https://redirect.github.com/pypa/packaging/issues/713">#713</a>)</li> <li><a href="https://github.com/pypa/packaging/commit/39786bb4bf661bdb5137b8db8bd38d8e838dd67f"><code>39786bb</code></a> Document use of calendar-based versioning scheme (<a href="https://redirect.github.com/pypa/packaging/issues/717">#717</a>)</li> <li><a href="https://github.com/pypa/packaging/commit/c1346dfdafecffc30ca777ac004ed2898e60e34e"><code>c1346df</code></a> fix: Detect when a platform is 32-bit more accurately (<a href="https://redirect.github.com/pypa/packaging/issues/711">#711</a>)</li> <li><a href="https://github.com/pypa/packaging/commit/7e68d828f265ef05cf4cd3b5def9baffef8c2968"><code>7e68d82</code></a> Correct rST syntax in CHANGELOG.rst (<a href="https://redirect.github.com/pypa/packaging/issues/709">#709</a>)</li> <li><a href="https://github.com/pypa/packaging/commit/61e6efb6b6ee99e445f575bc522b716daeaa37cf"><code>61e6efb</code></a> Support enriched metadata in <code>packaging.metadata</code> (<a href="https://redirect.github.com/pypa/packaging/issues/686">#686</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pypa/packaging/compare/23.1...23.2">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.1&new-version=23.2)](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>
- Loading branch information