Skip to content

Commit

Permalink
Bump frozenlist from 1.4.0 to 1.4.1 (#7970)
Browse files Browse the repository at this point in the history
Bumps [frozenlist](https://github.com/aio-libs/frozenlist) from 1.4.0 to
1.4.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aio-libs/frozenlist/releases">frozenlist's
releases</a>.</em></p>
<blockquote>
<h2>1.4.1</h2>
<h2>Packaging updates and notes for downstreams</h2>
<ul>
<li>
<p>Declared Python 3.12 and PyPy 3.8-3.10 supported officially
in the distribution package metadata.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/frozenlist/issues/553">#553</a>.</p>
</li>
<li>
<p>Replaced the packaging is replaced from an old-fashioned
:file:<code>setup.py</code> to an
in-tree :pep:<code>517</code> build backend -- by
:user:<code>webknjaz</code>.</p>
<p>Whenever the end-users or downstream packagers need to build
<code>frozenlist</code>
from source (a Git checkout or an sdist), they may pass a
<code>config_settings</code>
flag <code>pure-python</code>. If this flag is not set, a C-extension
will be built
and included into the distribution.</p>
<p>Here is how this can be done with <code>pip</code>:</p>
<p>.. code-block:: console</p>
<pre><code>$ python3 -m pip install . --config-settings=pure-python=
</code></pre>
<p>This will also work with <code>-e | --editable</code>.</p>
<p>The same can be achieved via <code>pypa/build</code>:</p>
<p>.. code-block:: console</p>
<pre><code>$ python3 -m build --config-setting=pure-python=
</code></pre>
<p>Adding <code>-w | --wheel</code> can force <code>pypa/build</code>
produce a wheel from source
directly, as opposed to building an <code>sdist</code> and then building
from it.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/frozenlist/issues/560">#560</a>.</p>
</li>
</ul>
<h2>Contributor-facing changes</h2>
<ul>
<li>
<p>It is now possible to request line tracing in Cython builds using the
<code>with-cython-tracing</code> :pep:<code>517</code> config setting
-- :user:<code>webknjaz</code>.</p>
<p>This can be used in CI and development environment to measure
coverage
on Cython modules, but is not normally useful to the end-users or</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aio-libs/frozenlist/blob/v1.4.1/CHANGES.rst">frozenlist's
changelog</a>.</em></p>
<blockquote>
<h1>1.4.1 (2023-12-15)</h1>
<h2>Packaging updates and notes for downstreams</h2>
<ul>
<li>
<p>Declared Python 3.12 and PyPy 3.8-3.10 supported officially
in the distribution package metadata.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>553</code>.</p>
</li>
<li>
<p>Replaced the packaging is replaced from an old-fashioned
:file:<code>setup.py</code> to an
in-tree :pep:<code>517</code> build backend -- by
:user:<code>webknjaz</code>.</p>
<p>Whenever the end-users or downstream packagers need to build
<code>frozenlist</code>
from source (a Git checkout or an sdist), they may pass a
<code>config_settings</code>
flag <code>pure-python</code>. If this flag is not set, a C-extension
will be built
and included into the distribution.</p>
<p>Here is how this can be done with <code>pip</code>:</p>
<p>.. code-block:: console</p>
<pre><code>$ python3 -m pip install . --config-settings=pure-python=
</code></pre>
<p>This will also work with <code>-e | --editable</code>.</p>
<p>The same can be achieved via <code>pypa/build</code>:</p>
<p>.. code-block:: console</p>
<pre><code>$ python3 -m build --config-setting=pure-python=
</code></pre>
<p>Adding <code>-w | --wheel</code> can force <code>pypa/build</code>
produce a wheel from source
directly, as opposed to building an <code>sdist</code> and then building
from it.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>560</code>.</p>
</li>
</ul>
<h2>Contributor-facing changes</h2>
<ul>
<li>It is now possible to request line tracing in Cython builds using
the
<code>with-cython-tracing</code> :pep:<code>517</code> config setting
-- :user:<code>webknjaz</code>.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aio-libs/frozenlist/commit/457b28e247af3df54e3ab946b34e8ef3d12d691d"><code>457b28e</code></a>
⇪📦 Bump to v1.4.1</li>
<li><a
href="https://github.com/aio-libs/frozenlist/commit/4998859c660fdf27d751ad5bf1ddf92e0a0bed9d"><code>4998859</code></a>
📝 Mark &quot;dev&quot; as a known word</li>
<li><a
href="https://github.com/aio-libs/frozenlist/commit/3d740da6797415680f6621cef3059998dc51a090"><code>3d740da</code></a>
⇪📦 Bump to v1.4.1.dev0</li>
<li><a
href="https://github.com/aio-libs/frozenlist/commit/d92751c796094f6d4afecad91b65ec98a3bb9201"><code>d92751c</code></a>
🧪 Cache pre-commit.com virtualenvs @ CI</li>
<li><a
href="https://github.com/aio-libs/frozenlist/commit/73944152a36524e348dd3da8ee8e6ebf5123a3bf"><code>7394415</code></a>
🧪🐛 List explicit MyPy coverage.xml paths @ CI</li>
<li><a
href="https://github.com/aio-libs/frozenlist/commit/a26ba843a43ec3c2b0ba53cc93c08e4ce07e3ae5"><code>a26ba84</code></a>
🧪 Update codecov action input to plural <code>files</code></li>
<li><a
href="https://github.com/aio-libs/frozenlist/commit/e12ecf670153eabb214a4a99658001522740720c"><code>e12ecf6</code></a>
🧪 Upload MyPy coverage to Codecov</li>
<li><a
href="https://github.com/aio-libs/frozenlist/commit/59b9a7420db213e341e25a1f548930c3ddfc8745"><code>59b9a74</code></a>
🐛🧪 Fix the operator in <code>test_lt</code></li>
<li><a
href="https://github.com/aio-libs/frozenlist/commit/01720b2f521817c440b6ecba1baa3227263d819b"><code>01720b2</code></a>
🧪 Keep building macosx_x86_64 wheels for tests</li>
<li><a
href="https://github.com/aio-libs/frozenlist/commit/d9f5e0cfb83c0a3839ede8009843ae9f3203a493"><code>d9f5e0c</code></a>
🧪💅 Add a reusable project name var to CI/CD</li>
<li>Additional commits viewable in <a
href="https://github.com/aio-libs/frozenlist/compare/v1.4.0...v1.4.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=frozenlist&package-manager=pip&previous-version=1.4.0&new-version=1.4.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 5, 2024
1 parent c4ec3f1 commit fcb3696
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ brotli==1.1.0 ; platform_python_implementation == "CPython"
# via -r requirements/runtime-deps.in
cffi==1.15.1
# via pycares
frozenlist==1.4.0
frozenlist==1.4.1
# via
# -r requirements/runtime-deps.in
# aiosignal
Expand Down
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ filelock==3.12.2
# via virtualenv
freezegun==1.3.1
# via -r requirements/test.in
frozenlist==1.4.0
frozenlist==1.4.1
# via
# -r requirements/runtime-deps.in
# aiosignal
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ filelock==3.12.2
# via virtualenv
freezegun==1.3.1
# via -r requirements/test.in
frozenlist==1.4.0
frozenlist==1.4.1
# via
# -r requirements/runtime-deps.in
# aiosignal
Expand Down
2 changes: 1 addition & 1 deletion requirements/runtime-deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ brotli==1.1.0 ; platform_python_implementation == "CPython"
# via -r requirements/runtime-deps.in
cffi==1.15.1
# via pycares
frozenlist==1.4.0
frozenlist==1.4.1
# via
# -r requirements/runtime-deps.in
# aiosignal
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ exceptiongroup==1.1.2
# via pytest
freezegun==1.3.1
# via -r requirements/test.in
frozenlist==1.4.0
frozenlist==1.4.1
# via
# -r requirements/runtime-deps.in
# aiosignal
Expand Down

0 comments on commit fcb3696

Please sign in to comment.