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

Remove redundant wheel dep from pyproject.toml #362

Merged
merged 1 commit into from
Nov 10, 2022

Conversation

mgorny
Copy link
Contributor

@mgorny mgorny commented Nov 9, 2022

What do these changes do?

Remove the redundant wheel dependency, as it is added by the backend automatically. Listing it explicitly in the documentation was a historical mistake and has been fixed since, see: pypa/setuptools@f7d30a9

Are there changes in behavior for the user?

nope.

Related issue number

n/a

Checklist

  • I think the code is well written
  • Unit tests for the changes exist
  • Documentation reflects the changes
  • If you provide code modification, please add yourself to CONTRIBUTORS.txt
    • The format is <Name> <Surname>.
    • Please keep alphabetical order, the file is sorted by names.
  • Add a new news fragment into the CHANGES folder
    • name it <issue_id>.<type> for example (588.bugfix)
    • if you don't have an issue_id change it to the pr id after creating the pr
    • ensure type is one of the following:
      • .feature: Signifying a new feature.
      • .bugfix: Signifying a bug fix.
      • .doc: Signifying a documentation improvement.
      • .removal: Signifying a deprecation or removal of public API.
      • .misc: A ticket has been closed, but it is not of interest to users.
    • Make sure to use full sentences with correct case and punctuation, for example: "Fix issue with non-ascii contents in doctest text files."

Remove the redundant `wheel` dependency, as it is added by the backend
automatically.  Listing it explicitly in the documentation was
a historical mistake and has been fixed since, see:
pypa/setuptools@f7d30a9
@codecov
Copy link

codecov bot commented Nov 10, 2022

Codecov Report

Merging #362 (1b07f72) into master (67b416b) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #362   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           15        15           
  Branches         2         2           
=========================================
  Hits            15        15           
Flag Coverage Δ
unit 100.00% <ø> (ø)

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

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@mjpieters mjpieters merged commit 0b7d243 into aio-libs:master Nov 10, 2022
@mgorny mgorny deleted the wheel branch November 11, 2022 06:34
@mgorny
Copy link
Contributor Author

mgorny commented Nov 11, 2022

Thanks!

github-merge-queue bot pushed a commit to DataDog/orchestrion that referenced this pull request Dec 17, 2024
…tests/utils/agent (#471)

Bumps [aiosignal](https://github.com/aio-libs/aiosignal) from 1.3.1 to
1.3.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aio-libs/aiosignal/releases">aiosignal's
releases</a>.</em></p>
<blockquote>
<h2>1.3.2</h2>
<h2>Deprecations and Removals</h2>
<ul>
<li>
<p>Dropped Python 3.7 support. (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/413">#413</a>)</p>
</li>
<li>
<p>Dropped Python 3.8 support. (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/645">#645</a>)</p>
</li>
</ul>
<h2>Misc</h2>
<ul>
<li>(<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/362">#362</a>)</li>
</ul>
<hr />
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aio-libs/aiosignal/blob/master/CHANGES.rst">aiosignal's
changelog</a>.</em></p>
<blockquote>
<h1>1.3.2 (2024-12-13)</h1>
<h2>Deprecations and Removals</h2>
<ul>
<li>
<p>Dropped Python 3.7 support.
<code>[#413](aio-libs/aiosignal#413)
&lt;https://github.com/aio-libs/aiosignal/issues/413&gt;</code>_</p>
</li>
<li>
<p>Dropped Python 3.8 support.
<code>[#645](aio-libs/aiosignal#645)
&lt;https://github.com/aio-libs/aiosignal/issues/645&gt;</code>_</p>
</li>
</ul>
<h2>Misc</h2>
<ul>
<li><code>[#362](aio-libs/aiosignal#362)
&lt;https://github.com/aio-libs/aiosignal/issues/362&gt;</code>_</li>
</ul>
<hr />
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/f90f6d41891d9982b90ef2d2eddd9b3e41a63526"><code>f90f6d4</code></a>
Fix deployment (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/649">#649</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/74015c6edb46a3b43eeb97e663357e2b3e3d66de"><code>74015c6</code></a>
Release 1.3.2 (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/648">#648</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/76a4814cb6d5e8e6426425001a53fafd8571ae39"><code>76a4814</code></a>
Setup deployment</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/29d792ebbd464bb2e061cd46a53cfee850a4cd4e"><code>29d792e</code></a>
Build(deps): Bump sphinx from 7.1.2 to 8.1.3 (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/624">#624</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/0172922351ddf5fb24c6a008b50957d695de484c"><code>0172922</code></a>
Tune CI (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/647">#647</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/65cfb0d61e1fd06e43f81f4b8bdf4b83239b79b0"><code>65cfb0d</code></a>
Build(deps): Bump pytest-cov from 5.0.0 to 6.0.0 (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/635">#635</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/d28799e74c830fded6c108bc221019651511ec59"><code>d28799e</code></a>
Build(deps-dev): Bump cherry-picker from 2.2.0 to 2.4.0 (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/638">#638</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/6c3af5c0b626782d310f5564a17e9af08603557e"><code>6c3af5c</code></a>
Update pre-commit hooks (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/646">#646</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/6a463593d7e756fbec14518fd7e6fa6d9d3a3a3b"><code>6a46359</code></a>
Build(deps): Bump pytest-asyncio from 0.24.0 to 0.25.0 (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/644">#644</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/aece0ec6b9e416a4479ee46a2a3fd0225db92901"><code>aece0ec</code></a>
Build(deps): Bump pre-commit from 3.5.0 to 4.0.1 (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/621">#621</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aio-libs/aiosignal/compare/v1.3.1...v1.3.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aiosignal&package-manager=pip&previous-version=1.3.1&new-version=1.3.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>
github-actions bot pushed a commit to aio-libs/aiohttp that referenced this pull request Dec 23, 2024
Bumps [aiosignal](https://github.com/aio-libs/aiosignal) from 1.3.1 to
1.3.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aio-libs/aiosignal/releases">aiosignal's
releases</a>.</em></p>
<blockquote>
<h2>1.3.2</h2>
<h2>Deprecations and Removals</h2>
<ul>
<li>
<p>Dropped Python 3.7 support. (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/413">#413</a>)</p>
</li>
<li>
<p>Dropped Python 3.8 support. (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/645">#645</a>)</p>
</li>
</ul>
<h2>Misc</h2>
<ul>
<li>(<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/362">#362</a>)</li>
</ul>
<hr />
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aio-libs/aiosignal/blob/master/CHANGES.rst">aiosignal's
changelog</a>.</em></p>
<blockquote>
<h1>1.3.2 (2024-12-13)</h1>
<h2>Deprecations and Removals</h2>
<ul>
<li>
<p>Dropped Python 3.7 support.
<code>[#413](aio-libs/aiosignal#413)
&lt;https://github.com/aio-libs/aiosignal/issues/413&gt;</code>_</p>
</li>
<li>
<p>Dropped Python 3.8 support.
<code>[#645](aio-libs/aiosignal#645)
&lt;https://github.com/aio-libs/aiosignal/issues/645&gt;</code>_</p>
</li>
</ul>
<h2>Misc</h2>
<ul>
<li><code>[#362](aio-libs/aiosignal#362)
&lt;https://github.com/aio-libs/aiosignal/issues/362&gt;</code>_</li>
</ul>
<hr />
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/f90f6d41891d9982b90ef2d2eddd9b3e41a63526"><code>f90f6d4</code></a>
Fix deployment (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/649">#649</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/74015c6edb46a3b43eeb97e663357e2b3e3d66de"><code>74015c6</code></a>
Release 1.3.2 (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/648">#648</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/76a4814cb6d5e8e6426425001a53fafd8571ae39"><code>76a4814</code></a>
Setup deployment</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/29d792ebbd464bb2e061cd46a53cfee850a4cd4e"><code>29d792e</code></a>
Build(deps): Bump sphinx from 7.1.2 to 8.1.3 (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/624">#624</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/0172922351ddf5fb24c6a008b50957d695de484c"><code>0172922</code></a>
Tune CI (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/647">#647</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/65cfb0d61e1fd06e43f81f4b8bdf4b83239b79b0"><code>65cfb0d</code></a>
Build(deps): Bump pytest-cov from 5.0.0 to 6.0.0 (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/635">#635</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/d28799e74c830fded6c108bc221019651511ec59"><code>d28799e</code></a>
Build(deps-dev): Bump cherry-picker from 2.2.0 to 2.4.0 (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/638">#638</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/6c3af5c0b626782d310f5564a17e9af08603557e"><code>6c3af5c</code></a>
Update pre-commit hooks (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/646">#646</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/6a463593d7e756fbec14518fd7e6fa6d9d3a3a3b"><code>6a46359</code></a>
Build(deps): Bump pytest-asyncio from 0.24.0 to 0.25.0 (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/644">#644</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/aece0ec6b9e416a4479ee46a2a3fd0225db92901"><code>aece0ec</code></a>
Build(deps): Bump pre-commit from 3.5.0 to 4.0.1 (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/621">#621</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aio-libs/aiosignal/compare/v1.3.1...v1.3.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aiosignal&package-manager=pip&previous-version=1.3.1&new-version=1.3.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>
github-actions bot pushed a commit to aio-libs/aiohttp that referenced this pull request Dec 25, 2024
Bumps [aiosignal](https://github.com/aio-libs/aiosignal) from 1.3.1 to
1.3.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aio-libs/aiosignal/releases">aiosignal's
releases</a>.</em></p>
<blockquote>
<h2>1.3.2</h2>
<h2>Deprecations and Removals</h2>
<ul>
<li>
<p>Dropped Python 3.7 support. (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/413">#413</a>)</p>
</li>
<li>
<p>Dropped Python 3.8 support. (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/645">#645</a>)</p>
</li>
</ul>
<h2>Misc</h2>
<ul>
<li>(<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/362">#362</a>)</li>
</ul>
<hr />
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aio-libs/aiosignal/blob/master/CHANGES.rst">aiosignal's
changelog</a>.</em></p>
<blockquote>
<h1>1.3.2 (2024-12-13)</h1>
<h2>Deprecations and Removals</h2>
<ul>
<li>
<p>Dropped Python 3.7 support.
<code>[#413](aio-libs/aiosignal#413)
&lt;https://github.com/aio-libs/aiosignal/issues/413&gt;</code>_</p>
</li>
<li>
<p>Dropped Python 3.8 support.
<code>[#645](aio-libs/aiosignal#645)
&lt;https://github.com/aio-libs/aiosignal/issues/645&gt;</code>_</p>
</li>
</ul>
<h2>Misc</h2>
<ul>
<li><code>[#362](aio-libs/aiosignal#362)
&lt;https://github.com/aio-libs/aiosignal/issues/362&gt;</code>_</li>
</ul>
<hr />
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/f90f6d41891d9982b90ef2d2eddd9b3e41a63526"><code>f90f6d4</code></a>
Fix deployment (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/649">#649</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/74015c6edb46a3b43eeb97e663357e2b3e3d66de"><code>74015c6</code></a>
Release 1.3.2 (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/648">#648</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/76a4814cb6d5e8e6426425001a53fafd8571ae39"><code>76a4814</code></a>
Setup deployment</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/29d792ebbd464bb2e061cd46a53cfee850a4cd4e"><code>29d792e</code></a>
Build(deps): Bump sphinx from 7.1.2 to 8.1.3 (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/624">#624</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/0172922351ddf5fb24c6a008b50957d695de484c"><code>0172922</code></a>
Tune CI (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/647">#647</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/65cfb0d61e1fd06e43f81f4b8bdf4b83239b79b0"><code>65cfb0d</code></a>
Build(deps): Bump pytest-cov from 5.0.0 to 6.0.0 (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/635">#635</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/d28799e74c830fded6c108bc221019651511ec59"><code>d28799e</code></a>
Build(deps-dev): Bump cherry-picker from 2.2.0 to 2.4.0 (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/638">#638</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/6c3af5c0b626782d310f5564a17e9af08603557e"><code>6c3af5c</code></a>
Update pre-commit hooks (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/646">#646</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/6a463593d7e756fbec14518fd7e6fa6d9d3a3a3b"><code>6a46359</code></a>
Build(deps): Bump pytest-asyncio from 0.24.0 to 0.25.0 (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/644">#644</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/aece0ec6b9e416a4479ee46a2a3fd0225db92901"><code>aece0ec</code></a>
Build(deps): Bump pre-commit from 3.5.0 to 4.0.1 (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/621">#621</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aio-libs/aiosignal/compare/v1.3.1...v1.3.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aiosignal&package-manager=pip&previous-version=1.3.1&new-version=1.3.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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants