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

Drop Python 3.6, use declarative setup #267

Merged
merged 2 commits into from
Jan 13, 2022
Merged

Drop Python 3.6, use declarative setup #267

merged 2 commits into from
Jan 13, 2022

Conversation

asvetlov
Copy link
Member

No description provided.

@lgtm-com
Copy link
Contributor

lgtm-com bot commented Jan 13, 2022

This pull request fixes 1 alert when merging c1db34b into 063f794 - view on LGTM.com

fixed alerts:

  • 1 for `__eq__` not overridden when adding attributes

@codecov
Copy link

codecov bot commented Jan 13, 2022

Codecov Report

Merging #267 (ab99ec9) into master (5f69d51) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

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

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


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5f69d51...ab99ec9. Read the comment docs.

@asvetlov asvetlov enabled auto-merge (squash) January 13, 2022 18:38
@asvetlov asvetlov merged commit 06c7f96 into master Jan 13, 2022
@asvetlov asvetlov deleted the drop-py3.6 branch January 13, 2022 18:41
@lgtm-com
Copy link
Contributor

lgtm-com bot commented Jan 13, 2022

This pull request fixes 1 alert when merging ab99ec9 into 063f794 - view on LGTM.com

fixed alerts:

  • 1 for `__eq__` not overridden when adding attributes

github-actions bot pushed a commit to aio-libs/aiohttp that referenced this pull request Jul 27, 2023
Bumps [aiosignal](https://github.com/aio-libs/aiosignal) from 1.2.0 to
1.3.1.
<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.1</h2>
<h2>Bugfixes</h2>
<ul>
<li>Removed stray quote and comma from setup.cfg preventing PyPI from
accepting a
release. (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/361">#361</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.1 (2022-11-08)</h1>
<h2>Bugfixes</h2>
<ul>
<li>Removed stray quote and comma from setup.cfg preventing PyPI from
accepting a
release.
<code>[#361](aio-libs/aiosignal#361)
&lt;https://github.com/aio-libs/aiosignal/issues/361&gt;</code>_</li>
</ul>
<hr />
<h1>1.3.0 (2022-11-08)</h1>
<h2>Features</h2>
<ul>
<li>Switched to declarative package setup.
<code>[#267](aio-libs/aiosignal#267)
&lt;https://github.com/aio-libs/aiosignal/issues/267&gt;</code>_</li>
<li>Added support for Python 3.11.
<code>[#360](aio-libs/aiosignal#360)
&lt;https://github.com/aio-libs/aiosignal/issues/360&gt;</code>_</li>
</ul>
<h2>Deprecations and Removals</h2>
<ul>
<li>Dropped Python 3.6 support.
<code>[#267](aio-libs/aiosignal#267)
&lt;https://github.com/aio-libs/aiosignal/issues/267&gt;</code>_</li>
</ul>
<hr />
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/2b8907dc15f976d3747a16bd65f1681ae54249a3"><code>2b8907d</code></a>
Bump to 1.3.1</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/49afc2abe018582b1efacef181f987110f994387"><code>49afc2a</code></a>
Fix typo in declared classifiers (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/361">#361</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/8f9565e29a571449f3b1624fa40ee04b00065817"><code>8f9565e</code></a>
CI: stop towncrier from breaking releases</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/de8bf9d9b6e02e53b890692821e5acc32a8d6db0"><code>de8bf9d</code></a>
Bump to 1.3.0</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/65ecf7821f080da9d160d0891c6df19d0034a9e0"><code>65ecf78</code></a>
Add support for Python 3.11 (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/360">#360</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/14951601c6ca27c26c6220b6ee6602904c138090"><code>1495160</code></a>
CI: leave running pre-commit to pre-commit.ci (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/359">#359</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/2f6fe25a52b3f6763d17cee462204e05247bb866"><code>2f6fe25</code></a>
Bump py-actions/py-dependency-install from 3 to 4 (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/356">#356</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/4ef133e9952a7671dd105541b55421aeacdb17bb"><code>4ef133e</code></a>
Bump mypy from 0.982 to 0.990 (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/355">#355</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/fa704ae3692d1e0ea903695afb604c1124e7e958"><code>fa704ae</code></a>
CI: let setup-python handle caching (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/358">#358</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/47cb30dfa31663b2195c91ed37da6906f47ddbd9"><code>47cb30d</code></a>
Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/354">#354</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aio-libs/aiosignal/compare/v1.2.0...v1.3.1">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.2.0&new-version=1.3.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 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>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sam Bull <git@sambull.org>
github-actions bot pushed a commit to aio-libs/aiohttp that referenced this pull request Jul 28, 2023
Bumps [aiosignal](https://github.com/aio-libs/aiosignal) from 1.2.0 to
1.3.1.
<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.1</h2>
<h2>Bugfixes</h2>
<ul>
<li>Removed stray quote and comma from setup.cfg preventing PyPI from
accepting a
release. (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/361">#361</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.1 (2022-11-08)</h1>
<h2>Bugfixes</h2>
<ul>
<li>Removed stray quote and comma from setup.cfg preventing PyPI from
accepting a
release.
<code>[#361](aio-libs/aiosignal#361)
&lt;https://github.com/aio-libs/aiosignal/issues/361&gt;</code>_</li>
</ul>
<hr />
<h1>1.3.0 (2022-11-08)</h1>
<h2>Features</h2>
<ul>
<li>Switched to declarative package setup.
<code>[#267](aio-libs/aiosignal#267)
&lt;https://github.com/aio-libs/aiosignal/issues/267&gt;</code>_</li>
<li>Added support for Python 3.11.
<code>[#360](aio-libs/aiosignal#360)
&lt;https://github.com/aio-libs/aiosignal/issues/360&gt;</code>_</li>
</ul>
<h2>Deprecations and Removals</h2>
<ul>
<li>Dropped Python 3.6 support.
<code>[#267](aio-libs/aiosignal#267)
&lt;https://github.com/aio-libs/aiosignal/issues/267&gt;</code>_</li>
</ul>
<hr />
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/2b8907dc15f976d3747a16bd65f1681ae54249a3"><code>2b8907d</code></a>
Bump to 1.3.1</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/49afc2abe018582b1efacef181f987110f994387"><code>49afc2a</code></a>
Fix typo in declared classifiers (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/361">#361</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/8f9565e29a571449f3b1624fa40ee04b00065817"><code>8f9565e</code></a>
CI: stop towncrier from breaking releases</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/de8bf9d9b6e02e53b890692821e5acc32a8d6db0"><code>de8bf9d</code></a>
Bump to 1.3.0</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/65ecf7821f080da9d160d0891c6df19d0034a9e0"><code>65ecf78</code></a>
Add support for Python 3.11 (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/360">#360</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/14951601c6ca27c26c6220b6ee6602904c138090"><code>1495160</code></a>
CI: leave running pre-commit to pre-commit.ci (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/359">#359</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/2f6fe25a52b3f6763d17cee462204e05247bb866"><code>2f6fe25</code></a>
Bump py-actions/py-dependency-install from 3 to 4 (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/356">#356</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/4ef133e9952a7671dd105541b55421aeacdb17bb"><code>4ef133e</code></a>
Bump mypy from 0.982 to 0.990 (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/355">#355</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/fa704ae3692d1e0ea903695afb604c1124e7e958"><code>fa704ae</code></a>
CI: let setup-python handle caching (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/358">#358</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/47cb30dfa31663b2195c91ed37da6906f47ddbd9"><code>47cb30d</code></a>
Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/354">#354</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aio-libs/aiosignal/compare/v1.2.0...v1.3.1">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.2.0&new-version=1.3.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 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>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sam Bull <git@sambull.org>
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.

1 participant