Skip to content

Commit

Permalink
chore(deps-dev): Update wheel requirement from ~=0.38 to ~=0.40 in /p…
Browse files Browse the repository at this point in the history
…ackages/jsii-pacmak/lib/targets/python (#4007)

Updates the requirements on [wheel](https://github.com/pypa/wheel) to permit the latest version.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/pypa/wheel/blob/main/docs/news.rst">wheel's changelog</a>.</em></p>
<blockquote>
<h1>Release Notes</h1>
<p><strong>0.40.0 (2023-03-14)</strong></p>
<ul>
<li>Added a <code>wheel tags</code> command to modify tags on an existing wheel
(PR by Henry Schreiner)</li>
<li>Updated vendored <code>packaging</code> to 23.0</li>
<li><code>wheel unpack</code> now preserves the executable attribute of extracted files</li>
<li>Fixed spaces in platform names not being converted to underscores (PR by David Tucker)</li>
<li>Fixed <code>RECORD</code> files in generated wheels missing the regular file attribute</li>
<li>Fixed <code>DeprecationWarning</code> about the use of the deprecated <code>pkg_resources</code> API
(PR by Thomas Grainger)</li>
<li>Wheel now uses flit-core as a build backend (PR by Henry Schreiner)</li>
</ul>
<p><strong>0.38.4 (2022-11-09)</strong></p>
<ul>
<li>Fixed <code>PKG-INFO</code> conversion in <code>bdist_wheel</code> mangling UTF-8 header values in
<code>METADATA</code> (PR by Anderson Bravalheri)</li>
</ul>
<p><strong>0.38.3 (2022-11-08)</strong></p>
<ul>
<li>Fixed install failure when used with <code>--no-binary</code>, reported on Ubuntu 20.04, by
removing <code>setup_requires</code> from <code>setup.cfg</code></li>
</ul>
<p><strong>0.38.2 (2022-11-05)</strong></p>
<ul>
<li>Fixed regression introduced in v0.38.1 which broke parsing of wheel file names with
multiple platform tags</li>
</ul>
<p><strong>0.38.1 (2022-11-04)</strong></p>
<ul>
<li>Removed install dependency on setuptools</li>
<li>The future-proof fix in 0.36.0 for converting PyPy's SOABI into a abi tag was
faulty. Fixed so that future changes in the SOABI will not change the tag.</li>
</ul>
<p><strong>0.38.0 (2022-10-21)</strong></p>
<ul>
<li>Dropped support for Python &lt; 3.7</li>
<li>Updated vendored <code>packaging</code> to 21.3</li>
<li>Replaced all uses of <code>distutils</code> with <code>setuptools</code></li>
<li>The handling of <code>license_files</code> (including glob patterns and default
values) is now delegated to <code>setuptools&gt;=57.0.0</code> (<a href="https://redirect.github.com/pypa/wheel/issues/466">#466</a>).
The package dependencies were updated to reflect this change.</li>
<li>Fixed potential DoS attack via the <code>WHEEL_INFO_RE</code> regular expression</li>
<li>Fixed <code>ValueError: ZIP does not support timestamps before 1980</code> when using
<code>SOURCE_DATE_EPOCH=0</code> or when on-disk timestamps are earlier than 1980-01-01. Such
timestamps are now changed to the minimum value before packaging.</li>
</ul>
<p><strong>0.37.1 (2021-12-22)</strong></p>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pypa/wheel/commit/461f7a3a2d4824009ca4855b3300d61e6d405dc4"><code>461f7a3</code></a> Updated version number in <code>__init__.py</code></li>
<li><a href="https://github.com/pypa/wheel/commit/e3344b498e69a0228ed1a915233ecc36203ce7e8"><code>e3344b4</code></a> Removed unnecessary rule exemption</li>
<li><a href="https://github.com/pypa/wheel/commit/6aaf9c347e3e0893c89bd75aef5905f136a37de2"><code>6aaf9c3</code></a> Created a new release</li>
<li><a href="https://github.com/pypa/wheel/commit/566644ac843e1b6ad4089e50ce0c64bf2f4e2417"><code>566644a</code></a> Folded a long line to stay within 88 chars</li>
<li><a href="https://github.com/pypa/wheel/commit/e3f9b2b35659599c82e362d8c11f480ff6abb88a"><code>e3f9b2b</code></a> Added missing PR attributions</li>
<li><a href="https://github.com/pypa/wheel/commit/9e280dbaab9858a753d9e00e87830d607ecfdb43"><code>9e280db</code></a> Report stderr contents if <code>flit build</code> fails</li>
<li><a href="https://github.com/pypa/wheel/commit/4c68d19b5243f0eafa51243bb765ca7f21115fcf"><code>4c68d19</code></a> Added venv* to .gitignore</li>
<li><a href="https://github.com/pypa/wheel/commit/a18a70781cc83911c46941d5be0702f4f98eea7c"><code>a18a707</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/wheel/issues/517">#517</a>)</li>
<li><a href="https://github.com/pypa/wheel/commit/ba4b195a0ea86bdbe7bccab2dffef987d9d45510"><code>ba4b195</code></a> Added a couple of missing changelog entries (<a href="https://redirect.github.com/pypa/wheel/issues/516">#516</a>)</li>
<li><a href="https://github.com/pypa/wheel/commit/934fe177ff912c8e03d5ae951d3805e1fd90ba5e"><code>934fe17</code></a> Changed <code>wheel unpack</code> to honor the original permissions of files (<a href="https://redirect.github.com/pypa/wheel/issues/514">#514</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/pypa/wheel/compare/0.38.0...0.40.0">compare view</a></li>
</ul>
</details>
<br />


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 will merge this PR once CI passes on it, as requested by @RomainMuller.

[//]: # (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>
  • Loading branch information
dependabot[bot] committed Apr 4, 2023
1 parent 0161c5f commit 0759ead
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
# package (wheel, sdist), but not declared as build-system dependencies.

setuptools~=67.3.2 # build-system
wheel~=0.38 # build-system
wheel~=0.40 # build-system

twine~=4.0.2

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0759ead

Please sign in to comment.