Skip to content

Commit 8fbf5ca

Browse files
Bump setuptools from 76.1.0 to 77.0.1 (#10605)
Bumps [setuptools](https://github.com/pypa/setuptools) from 76.1.0 to 77.0.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's changelog</a>.</em></p> <blockquote> <h1>v77.0.1</h1> <h2>Bugfixes</h2> <ul> <li>Manually fix news fragment entries causing CI to crash when building docs. (<a href="https://redirect.github.com/pypa/setuptools/issues/4891">#4891</a>)</li> </ul> <h1>v77.0.0</h1> <h2>Features</h2> <ul> <li>Added initial support for license expression (PEP :pep:<code>639 &lt;639#add-license-expression-field&gt;</code>). -- by :user:<code>cdce8p</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4706">#4706</a>)</li> <li>Store <code>License-File</code>\s in <code>.dist-info/licenses</code> subfolder and added support for recursive globs for <code>license_files</code> (PEP :pep:<code>639 &lt;639#add-license-expression-field&gt;</code>). -- by :user:<code>cdce8p</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4728">#4728</a>)</li> <li>Bump core metadata version to <code>2.4</code>. -- by :user:<code>cdce8p</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4830">#4830</a>)</li> <li>Updated vendored copy of <code>wheel</code> to <code>v0.45.1</code>. (<a href="https://redirect.github.com/pypa/setuptools/issues/4869">#4869</a>)</li> </ul> <h2>Deprecations and Removals</h2> <ul> <li>Added initial implementation of :pep:<code>639</code>. Users relying on pre- :pep:<code>639</code> implementation details (like precise license file paths inside <code>dist-info</code> directory) may need to adjust their code base to avoid problems. Deprecations and stronger validation were also introduced (<a href="https://redirect.github.com/pypa/setuptools/issues/4829">#4829</a>).</li> <li>Added exception (or warning) when deprecated license classifiers are used, according to PEP :pep:<code>639 &lt;639#deprecate-license-classifiers&gt;</code>. (<a href="https://redirect.github.com/pypa/setuptools/issues/4833">#4833</a>)</li> <li>Deprecated <code>tools.setuptools.license-files</code> in favor of <code>project.license-files</code> and added exception if <code>project.license-files</code> and <code>tools.setuptools.license-files</code> are used together. -- by :user:<code>cdce8p</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4837">#4837</a>)</li> <li>Deprecated <code>project.license</code> as a TOML table in <code>pyproject.toml</code>. Users are expected to move towards using <code>project.license-files</code> and/or SPDX expressions (as strings) in <code>pyproject.license</code>. See PEP :pep:<code>639 &lt;639#deprecate-license-key-table-subkeys&gt;</code>. (<a href="https://redirect.github.com/pypa/setuptools/issues/4840">#4840</a>)</li> <li>Added simple validation for given glob patterns in <code>license-files</code>: a warning will be generated if no file is matched. Invalid glob patterns can raise an exception. -- thanks :user:<code>cdce8p</code> for contributions. (<a href="https://redirect.github.com/pypa/setuptools/issues/4838">#4838</a>)</li> </ul> <h2>Misc</h2> <ul> <li><a href="https://redirect.github.com/pypa/setuptools/issues/4734">#4734</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/setuptools/commit/f57746186b1476fac7701490f3e8c23bd0eea491"><code>f577461</code></a> Bump version: 77.0.0 → 77.0.1</li> <li><a href="https://github.com/pypa/setuptools/commit/85677af8f6922bed5c2f2c6608749a4771c94e56"><code>85677af</code></a> Manually fix news fragment entries (<a href="https://redirect.github.com/pypa/setuptools/issues/4891">#4891</a>)</li> <li><a href="https://github.com/pypa/setuptools/commit/ce2e283acfef4d87eee63b5f745f81fc0904342c"><code>ce2e283</code></a> Change news fragment name to imply patch version bump</li> <li><a href="https://github.com/pypa/setuptools/commit/76531493d84c27461b73589e6a4e54c56d0cd6fb"><code>7653149</code></a> Add news fragments</li> <li><a href="https://github.com/pypa/setuptools/commit/7db26a1a5148ef57c8471a410f57258cad11b336"><code>7db26a1</code></a> Manually fix news fragment entries</li> <li><a href="https://github.com/pypa/setuptools/commit/5d58b454a5f720f9afa09b47fe15913d0bef8cc4"><code>5d58b45</code></a> Bump version: 76.1.0 → 77.0.0</li> <li><a href="https://github.com/pypa/setuptools/commit/f49d58939a249bf3571992e18a7c237eea27d5f7"><code>f49d589</code></a> Update URL in warning</li> <li><a href="https://github.com/pypa/setuptools/commit/dee0a5e7e41b0eedc2bd4f754098140044748482"><code>dee0a5e</code></a> Add news fragment for PEP 639 marking as 'breaking'</li> <li><a href="https://github.com/pypa/setuptools/commit/74725de239297dc54da770c612981845ad339b34"><code>74725de</code></a> Update vendored copy of wheel (<a href="https://redirect.github.com/pypa/setuptools/issues/4869">#4869</a>)</li> <li><a href="https://github.com/pypa/setuptools/commit/5585c1c1f603e04ad778fc72066fad45c7366233"><code>5585c1c</code></a> Add news fragment</li> <li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v76.1.0...v77.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=setuptools&package-manager=pip&previous-version=76.1.0&new-version=77.0.1)](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>
1 parent 850fb09 commit 8fbf5ca

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ yarl==1.18.3
284284
# The following packages are considered to be unsafe in a requirements file:
285285
pip==25.0.1
286286
# via pip-tools
287-
setuptools==76.1.0
287+
setuptools==77.0.1
288288
# via
289289
# incremental
290290
# pip-tools

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ yarl==1.18.3
275275
# The following packages are considered to be unsafe in a requirements file:
276276
pip==25.0.1
277277
# via pip-tools
278-
setuptools==76.1.0
278+
setuptools==77.0.1
279279
# via
280280
# incremental
281281
# pip-tools

requirements/doc-spelling.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ urllib3==2.3.0
7676
# via requests
7777

7878
# The following packages are considered to be unsafe in a requirements file:
79-
setuptools==76.1.0
79+
setuptools==77.0.1
8080
# via incremental

requirements/doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ urllib3==2.3.0
6969
# via requests
7070

7171
# The following packages are considered to be unsafe in a requirements file:
72-
setuptools==76.1.0
72+
setuptools==77.0.1
7373
# via incremental

0 commit comments

Comments
 (0)