Skip to content

Commit ea9c8e1

Browse files
authored
Bump setuptools from 78.1.0 to 80.1.0 (#1209)
Bumps [setuptools](https://github.com/pypa/setuptools) from 78.1.0 to 80.1.0. <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>v80.1.0</h1> <h2>Features</h2> <ul> <li>Added a deadline of Oct 31 to the setup.py install deprecation.</li> </ul> <h2>Bugfixes</h2> <ul> <li>With <code>setup.py install --prefix=...</code>, fall back to distutils install rather than failing. Note that running <code>setup.py install</code> is deprecated. (<a href="https://redirect.github.com/pypa/setuptools/issues/3143">#3143</a>)</li> </ul> <h1>v80.0.1</h1> <h2>Bugfixes</h2> <ul> <li>Fixed index_url logic in develop compatibility shim. (<a href="https://redirect.github.com/pypa/setuptools/issues/4966">#4966</a>)</li> </ul> <h1>v80.0.0</h1> <h2>Bugfixes</h2> <ul> <li>Update test to honor new behavior in importlib_metadata 8.7. (<a href="https://redirect.github.com/pypa/setuptools/issues/4961">#4961</a>)</li> </ul> <h2>Deprecations and Removals</h2> <ul> <li>Removed support for the easy_install command including the sandbox module. (<a href="https://redirect.github.com/pypa/setuptools/issues/2908">#2908</a>)</li> <li>Develop command no longer uses easy_install, but instead defers execution to pip (which then will re-invoke Setuptools via PEP 517 to build the editable wheel). Most of the options to develop are dropped. This is the final warning before the command is dropped completely in a few months. Use-cases relying on 'setup.py develop' should pin to older Setuptools version or migrate to modern build tooling. (<a href="https://redirect.github.com/pypa/setuptools/issues/4955">#4955</a>)</li> </ul> <h1>v79.0.1</h1> <h2>Bugfixes</h2> <ul> <li>Merge with pypa/distutils@24bd3179b including fix for <a href="https://redirect.github.com/pypa/distutils/issues/355">pypa/distutils#355</a>.</li> </ul> <p>v79.0.0</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/setuptools/commit/6f7b6ddf095c35db92b5a0724ebbc179d897adb4"><code>6f7b6dd</code></a> Bump version: 80.0.1 → 80.1.0</li> <li><a href="https://github.com/pypa/setuptools/commit/25ac162f7406f760f9b5647a9de862e1c643658c"><code>25ac162</code></a> Fix error message string formatting (<a href="https://redirect.github.com/pypa/setuptools/issues/4949">#4949</a>)</li> <li><a href="https://github.com/pypa/setuptools/commit/4566569dc9f48adf970962277286615ab50df881"><code>4566569</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4970">#4970</a> from pypa/bugfix/3143-simple-install</li> <li><a href="https://github.com/pypa/setuptools/commit/7fc5e05df9e239cf2938396dcb1ca93d00621e2a"><code>7fc5e05</code></a> Add a due date on the deprecation.</li> <li><a href="https://github.com/pypa/setuptools/commit/d8071d6625e41281726fb5aa866b8a40fa2d9da0"><code>d8071d6</code></a> Remove do_egg_install (unused).</li> <li><a href="https://github.com/pypa/setuptools/commit/a1ecac4f96d56938a7bb45f840923719efac2369"><code>a1ecac4</code></a> Remove run override as it now unconditionally calls super().</li> <li><a href="https://github.com/pypa/setuptools/commit/2b0d1739783955c5b018ac63850a70f06bee49b3"><code>2b0d173</code></a> Unify the behavior around the return type when calling super(install).</li> <li><a href="https://github.com/pypa/setuptools/commit/0dc924ad325edcc4478532eb5ec58ad7518f0b5c"><code>0dc924a</code></a> Fall back to distutils install rather than failing.</li> <li><a href="https://github.com/pypa/setuptools/commit/76b041dadc1d8fcbe78e7037ed2c6cba24325600"><code>76b041d</code></a> Fixup</li> <li><a href="https://github.com/pypa/setuptools/commit/6c748caaaf128b7a64a5e4629787f06780b6d68d"><code>6c748ca</code></a> Bump version: 80.0.0 → 80.0.1</li> <li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v78.1.0...v80.1.0">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=78.1.0&new-version=80.1.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>
2 parents 5e83a63 + d2733f8 commit ea9c8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[build-system]
55
requires = [
6-
"setuptools == 78.1.0",
6+
"setuptools == 80.1.0",
77
"setuptools_scm[toml] == 8.2.0",
88
"frequenz-repo-config[lib] == 0.13.2",
99
]

0 commit comments

Comments
 (0)