-
Notifications
You must be signed in to change notification settings - Fork 5
Commit bcbe6e2
authored
build(deps): update pyinstaller requirement from ==6.12.* to ==6.13.* (#662)
Updates the requirements on
[pyinstaller](https://github.com/pyinstaller/pyinstaller) to permit the
latest version.
<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>v6.13.0</h2>
<p>Please see the <a
href="https://pyinstaller.org/en/v6.13.0/CHANGES.html#id1">v6.13.0
section of the changelog</a> for a list of the changes since
v6.12.0.</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>6.13.0 (2025-04-15)</h2>
<p>Features</p>
<pre><code>
* (macOS) When assembling the executable, PyInstaller now modifies the
Mach-O image UUID of all architecture slices in the executable, and
sets them to a value derived from the hash of the embedded PKG archive
and the original (bootloader's) UUID. This should ensure that different
application executables have unique identifiers, as per
`TN3178
<https://developer.apple.com/documentation/technotes/tn3178-checking-for-and-resolving-build-uuid-problems>`_,
which might be required by newer macOS features, such as
`local network privacy
<https://developer.apple.com/documentation/technotes/tn3179-understanding-local-network-privacy#Build-time-considerations>`_.
(:issue:`9056`)
* Extend analysis code so that when extension module is encountered, it
checks for the presence of an adjacent ``.py`` or ``.pyi`` file, and
if present, attempt to perform import analysis on such accompanying
source/interface file. (:issue:`9084`)
<p>Bugfix</p>
<pre><code>
* (Windows) Fix (de)serialization of ``WORD``-typed fields in the
``VersionInfo`` structure - it should be using 16-bit unsigned integer
format (``'H'``) instead of signed one (``'h'``). This, for example,
fixes the ``struct.error: 'h' format requires -32768 &lt;= number
&lt;= 32767``
error when ``VersionInfo`` contains a ``VarFileInfo`` / ``VarStruct``
entry with the code page set to 65001. (:issue:`9086`)
* Fix detection of ``setuptools``-vendored modules (i.e., not packages)
in the ``PyInstaller.utils.hooks.setuptools.SetuptoolsInfo`` hook
utility
class; for example, the ``setuptools/_vendor/typing_extensions.py``
module.
(:issue:`9102`)
Deprecations
</code></pre>
<ul>
<li>Onefile in combination with macOS's .app bundles will be
blocked in v7.0.
Onefile app bundles are not really single file and are heavily penalised
by
macOS's security scanning. Please use onedir mode instead.
(:issue:<code>9049</code>)</li>
</ul>
<p>Hooks</p>
<pre><code>
* Add hook for ``PyQt6.QtStateMachine`` that was introduced in ``PyQt6``
&lt;/tr&gt;&lt;/table&gt;
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="pyinstaller/pyinstaller@306d4d92580fea7be7ff2c89ba112cdc6f73fac1"><code>306d4d9</code></a>
Release v6.13.0. [skip ci]</li>
<li><a
href="pyinstaller/pyinstaller@c5eb50cfb41eae75c9afc5535cd633e349606c1b"><code>c5eb50c</code></a>
hookutils: setuptools: fix detection of vendored modules</li>
<li><a
href="pyinstaller/pyinstaller@4c2d04f436e3aa3194938cddf3520033674e0c22"><code>4c2d04f</code></a>
tests: skip incompatible tests when running under Termux</li>
<li><a
href="pyinstaller/pyinstaller@67eb3f5f3459a4beb63c3982d161d8d948d2ae0a"><code>67eb3f5</code></a>
compat: add is_termux flag</li>
<li><a
href="pyinstaller/pyinstaller@d403842f4a2ea52bb05771ff5ce8b8136a90f693"><code>d403842</code></a>
ci: add a CI workflow for Termux</li>
<li><a
href="pyinstaller/pyinstaller@9c8665913e0a5440cab29711fe07612435d34385"><code>9c86659</code></a>
tests: xfail test_reproducible_subsequent_builds for python &lt;
3.11 on linux</li>
<li><a
href="pyinstaller/pyinstaller@d29458f5468cec40cce3b5bcc4763a1067dfe5f9"><code>d29458f</code></a>
Tests: Requirements: Scheduled weekly dependency update for week 15
(<a
href="https://redirect.github.com/pyinstaller/pyinstaller/issues/9097">#9097</a>)</li>
<li><a
href="pyinstaller/pyinstaller@97372400c13440c65d061bf4514c9f76fdae8480"><code>9737240</code></a>
bootloader: have onefile parent always pre-load system VC runtime
DLLs</li>
<li><a
href="pyinstaller/pyinstaller@1b94ea1d64d83f4c5faafe2cda793e6834d4e768"><code>1b94ea1</code></a>
bootloader: perform onefile parent/child sync with POSIX
semaphore</li>
<li><a
href="pyinstaller/pyinstaller@eb236fb4f05d1f0715602a3efdda530233aff8c9"><code>eb236fb</code></a>
Tests: Requirements: Scheduled weekly dependency update for week 14
(<a
href="https://redirect.github.com/pyinstaller/pyinstaller/issues/9090">#9090</a>)</li>
<li>Additional commits viewable in <a
href="pyinstaller/pyinstaller@v6.12.0...v6.13.0">compare
view</a></li>
</ul>
</details>
<br />
</code></pre>
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>File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
- requirements
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedrequirements/packaging.txt
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
|
0 commit comments