Skip to content

Commit

Permalink
Bump pyinstaller from 5.12.0 to 5.13.0 (#2131)
Browse files Browse the repository at this point in the history
Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from
5.12.0 to 5.13.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pyinstaller/pyinstaller/releases">pyinstaller's
releases</a>.</em></p>
<blockquote>
<h2>v5.13.0</h2>
<p>Please see the <a
href="https://pyinstaller.org/en/v5.13.0/CHANGES.html#id1">v5.13.0
section of the changelog</a> for a list of the changes since
v5.12.0.</p>
<p>Note that this is intended to be the last <code>v5.x</code> release.
<code>v6.0</code> will contain breaking changes from <a
href="https://redirect.github.com/pyinstaller/pyinstaller/issues/7619">#7619</a>,
<a
href="https://redirect.github.com/pyinstaller/pyinstaller/issues/7713">#7713</a>
and <a
href="https://redirect.github.com/pyinstaller/pyinstaller/issues/6999">#6999</a>.
If you want to avoid unexpected disruption, you may wish to pin
pyinstaller (e.g. <code>pip install
&quot;pyinstaller&lt;6&quot;</code>).</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst">pyinstaller's
changelog</a>.</em></p>
<blockquote>
<h2>5.13.0 (2023-06-24)</h2>
<p>Features</p>
<pre><code>
* Add support for Python 3.12. (:issue:`7670`)
* (Windows) Add support for collecting .pyc files from the
``python3X.zip``
archive where ``Windows embeddable package`` Python stores its stdlib
modules.
  (:issue:`4989`)
<p>Bugfix</p>
<pre><code>
* Limit the import of collected packages prior to performing binary
  dependency analysis to only Windows, where it is actually useful.
  On non-Windows platforms, there is no benefit to it, and it might
cause issues with particular orders of package imports. (:issue:`7698`)
* When building PKG for ``onedir`` build, ensure that ``DATA`` entries
  are put into dependencies list instead of including them in the PKG.
  This complements existing behavior for ``BINARY`` and ``EXTENSION``
  entries, and prevents a ``onedir`` build from becoming a broken
  ``onefile`` one if user accidentally passes binaries and data files
  TOCs to ``EXE`` instead of `COLLECT` when manually editing the
  spec file. (:issue:`7708`)
&lt;/code&gt;&lt;/pre&gt;
&lt;/blockquote&gt;
&lt;/details&gt;
&lt;details&gt;
&lt;summary&gt;Commits&lt;/summary&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a
href=&quot;pyinstaller/pyinstaller@58b8235b0ecd474f71c56e119d2889bf09026cb4&quot;&gt;&lt;code&gt;58b8235&lt;/code&gt;&lt;/a&gt;
Release v5.13.0. [skip ci]&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;pyinstaller/pyinstaller@63738a41d43839fa905473217e0141a00053c7e3&quot;&gt;&lt;code&gt;63738a4&lt;/code&gt;&lt;/a&gt;
rthook: harden run-time hooks against global namespace
changes&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;pyinstaller/pyinstaller@732de6be4098d4c1ea320febb536454679f261be&quot;&gt;&lt;code&gt;732de6b&lt;/code&gt;&lt;/a&gt;
building: macOS: extend library path rewriting to all relocatable load
comman...&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;pyinstaller/pyinstaller@92c8fe4e94c708f625aa28bb9541a2a4976a5f76&quot;&gt;&lt;code&gt;92c8fe4&lt;/code&gt;&lt;/a&gt;
Revert installing pywin32-ctypes from git on Python 3.12.&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;pyinstaller/pyinstaller@72f19ea862e66dd1066cfbd7abd7e47b3445b43c&quot;&gt;&lt;code&gt;72f19ea&lt;/code&gt;&lt;/a&gt;
Tests: Requirements: Scheduled weekly dependency update for week 25
(&lt;a
href=&quot;https://redirect.github.com/pyinstaller/pyinstaller/issues/7716&quot;&gt;#7716&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;pyinstaller/pyinstaller@1cc6719f74a4416e5744ca22603add5128bac94d&quot;&gt;&lt;code&gt;1cc6719&lt;/code&gt;&lt;/a&gt;
building: add support for collecting .pyc files from .zip
archives&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;pyinstaller/pyinstaller@1bf2be5f27ccbb3113416eee28e82cb37ff856e6&quot;&gt;&lt;code&gt;1bf2be5&lt;/code&gt;&lt;/a&gt;
tests: improve ctypes.util.find_library compatibility check on
macOS&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;pyinstaller/pyinstaller@5b85fcc53d301f0fac6200d95cb053ca9476293e&quot;&gt;&lt;code&gt;5b85fcc&lt;/code&gt;&lt;/a&gt;
Add Python 3.12 to README, add news fragment&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;pyinstaller/pyinstaller@048a51dcbeff9edc5f797044da5020ed90df3525&quot;&gt;&lt;code&gt;048a51d&lt;/code&gt;&lt;/a&gt;
hooks: add pre-safe-import-module hook for distutils&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;pyinstaller/pyinstaller@fa1a009a2c7a1be1ad5152bb03a846048b92d032&quot;&gt;&lt;code&gt;fa1a009&lt;/code&gt;&lt;/a&gt;
test/bytecode: Update test for scanning nested code objects.&lt;/li&gt;
&lt;li&gt;Additional commits viewable in &lt;a
href=&quot;pyinstaller/pyinstaller@v5.12.0...v5.13.0&quot;&gt;compare
view&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/details&gt;

&lt;br /&gt;
</code></pre>


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyinstaller&package-manager=pip&previous-version=5.12.0&new-version=5.13.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 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>
  • Loading branch information
dependabot[bot] authored Jun 26, 2023
1 parent 762aafb commit 78c0e35
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
42 changes: 21 additions & 21 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ black = "^23.3.0"
freezegun = "^1.2.1"
pexpect = "^4.8.0"
poethepoet = "^0.20.0"
pyinstaller = "^5.12"
pyinstaller = "^5.13"
pylint = "2.15.10"
pyright = "^1.1.310"
pytest = "^7.4.0"
Expand Down

0 comments on commit 78c0e35

Please sign in to comment.