Skip to content

[pull] master from aio-libs:master#216

Merged
pull[bot] merged 1 commit intotj-python:masterfrom
aio-libs:master
May 1, 2025
Merged

[pull] master from aio-libs:master#216
pull[bot] merged 1 commit intotj-python:masterfrom
aio-libs:master

Conversation

@pull
Copy link

@pull pull bot commented May 1, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

Bumps [setuptools](https://github.com/pypa/setuptools) from 80.0.1 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>
</blockquote>
</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>See full diff in <a
href="https://github.com/pypa/setuptools/compare/v80.0.1...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=80.0.1&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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@pull pull bot added the ⤵️ pull label May 1, 2025
@pull pull bot merged commit 5c8526b into tj-python:master May 1, 2025
@codecov-commenter
Copy link

codecov-commenter commented May 1, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.72%. Comparing base (194a361) to head (5c8526b).
Report is 1 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #216   +/-   ##
=======================================
  Coverage   98.72%   98.72%           
=======================================
  Files         125      125           
  Lines       37858    37858           
  Branches     2091     2091           
=======================================
  Hits        37375    37375           
  Misses        335      335           
  Partials      148      148           
Flag Coverage Δ
CI-GHA 98.60% <ø> (ø)
OS-Linux 98.27% <ø> (ø)
OS-Windows 96.20% <ø> (-0.01%) ⬇️
OS-macOS 97.39% <ø> (ø)
Py-3.10.11 97.31% <ø> (-0.01%) ⬇️
Py-3.10.17 97.84% <ø> (+<0.01%) ⬆️
Py-3.11.12 97.92% <ø> (-0.01%) ⬇️
Py-3.11.9 97.39% <ø> (ø)
Py-3.12.10 98.37% <ø> (ø)
Py-3.13.3 98.36% <ø> (ø)
Py-3.9.13 97.18% <ø> (ø)
Py-3.9.22 97.70% <ø> (ø)
Py-pypy7.3.16 97.26% <ø> (+3.77%) ⬆️
VM-macos 97.39% <ø> (ø)
VM-ubuntu 98.27% <ø> (ø)
VM-windows 96.20% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant