-
Notifications
You must be signed in to change notification settings - Fork 125
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
Add hook for minecraft-launcher-lib #536
Merged
bwoodsend
merged 4 commits into
pyinstaller:master
from
JakobDev:minecraft-launcher-lib
Jan 16, 2023
Merged
Add hook for minecraft-launcher-lib #536
bwoodsend
merged 4 commits into
pyinstaller:master
from
JakobDev:minecraft-launcher-lib
Jan 16, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rokm
reviewed
Jan 16, 2023
src/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-minecraft_launcher_lib.py
Outdated
Show resolved
Hide resolved
Is there a Way to skip the test for 3.7? minecraft-launcher-lib requires Python 3.8. |
I think I found something |
rokm
approved these changes
Jan 16, 2023
wxx9248
pushed a commit
to wxx9248/Pickle-Rush
that referenced
this pull request
Feb 14, 2023
…23.0 (#35) Bumps [pyinstaller-hooks-contrib](https://github.com/pyinstaller/pyinstaller-hooks-contrib) from 2022.15 to 2023.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/releases">pyinstaller-hooks-contrib's releases</a>.</em></p> <blockquote> <h2>2023.0</h2> <p>Please see the <a href="https://www.github.com/pyinstaller/pyinstaller-hooks-contrib/tree/master/CHANGELOG.rst">changelog</a> for more details</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/blob/master/CHANGELOG.rst">pyinstaller-hooks-contrib's changelog</a>.</em></p> <blockquote> <h2>2023.0 (2023-02-13)</h2> <p>New hooks</p> <pre><code> * Add hook for ``minecraft-launcher-lib`` (`[#536](pyinstaller/pyinstaller-hooks-contrib#536) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/536>`_) * Add hook for ``nbt`` (`[#537](pyinstaller/pyinstaller-hooks-contrib#537) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/537>`_) <p>Updated hooks </code></pre></p> <ul> <li>Have <code>fiona</code> hook collect the package's data files (e.g., the projections database). (<code>[#541](pyinstaller/pyinstaller-hooks-contrib#541) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/541></code>_)</li> <li>Update <code>fiona</code> hook for compatibility with <code>fiona</code> 1.9.0. (<code>[#541](pyinstaller/pyinstaller-hooks-contrib#541) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/541></code>_)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/63d24c331f79c7dc018a3a0fd08b1397e6a81ec2"><code>63d24c3</code></a> Release v2023.0</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/a9431e18f1e7b578311166b6fa3ae45ff5c5cfb8"><code>a9431e1</code></a> Scheduled weekly dependency update for week 06 (<a href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/543">#543</a>)</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/23a86ad948a81a311b080b10e6d059699844152c"><code>23a86ad</code></a> Scheduled weekly dependency update for week 05 (<a href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/540">#540</a>)</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/aced50065556bb9af136c10537773cb54014c57a"><code>aced500</code></a> hooks: fiona: update for compatibility with fiona 1.9.0</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/88366af06d2bd48cbafdcbfb8674a1ae86efc5e3"><code>88366af</code></a> hooks: fiona: collect the package's data files</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/7dba7f99de1ee981c7806f7a00c0b24179457e52"><code>7dba7f9</code></a> Scheduled weekly dependency update for week 04 (<a href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/539">#539</a>)</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/00038a3456a02dfb4ee19061e99b517ba13b80b8"><code>00038a3</code></a> Add hook for NBT (<a href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/537">#537</a>)</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/0e3528e46aa1c59d087e713d2a357cee9f813c78"><code>0e3528e</code></a> Scheduled weekly dependency update for week 03 (<a href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/538">#538</a>)</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/e1f160103cee85c2b8cd2232c0f9f473e96d807d"><code>e1f1601</code></a> Add hook for minecraft-launcher-lib (<a href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/536">#536</a>)</li> <li>See full diff in <a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/compare/2022.15...2023.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyinstaller-hooks-contrib&package-manager=pip&previous-version=2022.15&new-version=2023.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Guts
added a commit
to Guts/qgis-deployment-cli
that referenced
this pull request
Mar 1, 2023
#201) Updates the requirements on [pyinstaller-hooks-contrib](https://github.com/pyinstaller/pyinstaller-hooks-contrib) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/releases">pyinstaller-hooks-contrib's releases</a>.</em></p> <blockquote> <h2>2023.0</h2> <p>Please see the <a href="https://www.github.com/pyinstaller/pyinstaller-hooks-contrib/tree/master/CHANGELOG.rst">changelog</a> for more details</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/blob/master/CHANGELOG.rst">pyinstaller-hooks-contrib's changelog</a>.</em></p> <blockquote> <h2>2023.0 (2023-02-13)</h2> <p>New hooks</p> <pre><code> * Add hook for ``minecraft-launcher-lib`` (`[#536](pyinstaller/pyinstaller-hooks-contrib#536) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/536>`_) * Add hook for ``nbt`` (`[#537](pyinstaller/pyinstaller-hooks-contrib#537) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/537>`_) <p>Updated hooks </code></pre></p> <ul> <li>Have <code>fiona</code> hook collect the package's data files (e.g., the projections database). (<code>[#541](pyinstaller/pyinstaller-hooks-contrib#541) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/541></code>_)</li> <li>Update <code>fiona</code> hook for compatibility with <code>fiona</code> 1.9.0. (<code>[#541](pyinstaller/pyinstaller-hooks-contrib#541) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/541></code>_)</li> </ul> <h2>2022.15 (2023-01-15)</h2> <p>New hooks</p> <pre><code> * Add a hook for `easyocr <https://github.com/JaidedAI/EasyOCR>`_, which imports recognition backends via ``imporlib.import_module()`` and has a number of datafiles for different languages. <p>Users can set which languages to include datafiles for with a hook option. (<code>[#530](pyinstaller/pyinstaller-hooks-contrib#530) &lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/530&gt;</code>_)</p> <ul> <li>Add hook for <code>charset-normalizer</code> to fix <code>ModuleNotFoundError: No module named 'charset_normalizer.md__mypyc'</code>. (<code>[#534](pyinstaller/pyinstaller-hooks-contrib#534) &lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/534&gt;</code>_)</li> </ul> <p>Updated hooks </code></pre></p> <ul> <li>Update <code>shapely</code> hook for compatibility with <code>shapely >= 2.0.0</code>. (<code>[#527](pyinstaller/pyinstaller-hooks-contrib#527) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/527></code>_)</li> </ul> <p>Project & Process</p> <pre><code> </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/63d24c331f79c7dc018a3a0fd08b1397e6a81ec2"><code>63d24c3</code></a> Release v2023.0</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/a9431e18f1e7b578311166b6fa3ae45ff5c5cfb8"><code>a9431e1</code></a> Scheduled weekly dependency update for week 06 (<a href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/543">#543</a>)</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/23a86ad948a81a311b080b10e6d059699844152c"><code>23a86ad</code></a> Scheduled weekly dependency update for week 05 (<a href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/540">#540</a>)</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/aced50065556bb9af136c10537773cb54014c57a"><code>aced500</code></a> hooks: fiona: update for compatibility with fiona 1.9.0</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/88366af06d2bd48cbafdcbfb8674a1ae86efc5e3"><code>88366af</code></a> hooks: fiona: collect the package's data files</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/7dba7f99de1ee981c7806f7a00c0b24179457e52"><code>7dba7f9</code></a> Scheduled weekly dependency update for week 04 (<a href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/539">#539</a>)</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/00038a3456a02dfb4ee19061e99b517ba13b80b8"><code>00038a3</code></a> Add hook for NBT (<a href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/537">#537</a>)</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/0e3528e46aa1c59d087e713d2a357cee9f813c78"><code>0e3528e</code></a> Scheduled weekly dependency update for week 03 (<a href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/538">#538</a>)</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/e1f160103cee85c2b8cd2232c0f9f473e96d807d"><code>e1f1601</code></a> Add hook for minecraft-launcher-lib (<a href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/536">#536</a>)</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/b5d051d31f878a3e605d37f285a5dd2055c15297"><code>b5d051d</code></a> Release v2022.15</li> <li>Additional commits viewable in <a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/compare/2022.0...2023.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-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>
Guts
added a commit
to geotribu/cli
that referenced
this pull request
Mar 2, 2023
#44) Updates the requirements on [pyinstaller-hooks-contrib](https://github.com/pyinstaller/pyinstaller-hooks-contrib) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/releases">pyinstaller-hooks-contrib's releases</a>.</em></p> <blockquote> <h2>2023.0</h2> <p>Please see the <a href="https://www.github.com/pyinstaller/pyinstaller-hooks-contrib/tree/master/CHANGELOG.rst">changelog</a> for more details</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/blob/master/CHANGELOG.rst">pyinstaller-hooks-contrib's changelog</a>.</em></p> <blockquote> <h2>2023.0 (2023-02-13)</h2> <p>New hooks</p> <pre><code> * Add hook for ``minecraft-launcher-lib`` (`[#536](pyinstaller/pyinstaller-hooks-contrib#536) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/536>`_) * Add hook for ``nbt`` (`[#537](pyinstaller/pyinstaller-hooks-contrib#537) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/537>`_) <p>Updated hooks </code></pre></p> <ul> <li>Have <code>fiona</code> hook collect the package's data files (e.g., the projections database). (<code>[#541](pyinstaller/pyinstaller-hooks-contrib#541) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/541></code>_)</li> <li>Update <code>fiona</code> hook for compatibility with <code>fiona</code> 1.9.0. (<code>[#541](pyinstaller/pyinstaller-hooks-contrib#541) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/541></code>_)</li> </ul> <h2>2022.15 (2023-01-15)</h2> <p>New hooks</p> <pre><code> * Add a hook for `easyocr <https://github.com/JaidedAI/EasyOCR>`_, which imports recognition backends via ``imporlib.import_module()`` and has a number of datafiles for different languages. <p>Users can set which languages to include datafiles for with a hook option. (<code>[#530](pyinstaller/pyinstaller-hooks-contrib#530) &lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/530&gt;</code>_)</p> <ul> <li>Add hook for <code>charset-normalizer</code> to fix <code>ModuleNotFoundError: No module named 'charset_normalizer.md__mypyc'</code>. (<code>[#534](pyinstaller/pyinstaller-hooks-contrib#534) &lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/534&gt;</code>_)</li> </ul> <p>Updated hooks </code></pre></p> <ul> <li>Update <code>shapely</code> hook for compatibility with <code>shapely >= 2.0.0</code>. (<code>[#527](pyinstaller/pyinstaller-hooks-contrib#527) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/527></code>_)</li> </ul> <p>Project & Process</p> <pre><code> </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/63d24c331f79c7dc018a3a0fd08b1397e6a81ec2"><code>63d24c3</code></a> Release v2023.0</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/a9431e18f1e7b578311166b6fa3ae45ff5c5cfb8"><code>a9431e1</code></a> Scheduled weekly dependency update for week 06 (<a href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/543">#543</a>)</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/23a86ad948a81a311b080b10e6d059699844152c"><code>23a86ad</code></a> Scheduled weekly dependency update for week 05 (<a href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/540">#540</a>)</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/aced50065556bb9af136c10537773cb54014c57a"><code>aced500</code></a> hooks: fiona: update for compatibility with fiona 1.9.0</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/88366af06d2bd48cbafdcbfb8674a1ae86efc5e3"><code>88366af</code></a> hooks: fiona: collect the package's data files</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/7dba7f99de1ee981c7806f7a00c0b24179457e52"><code>7dba7f9</code></a> Scheduled weekly dependency update for week 04 (<a href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/539">#539</a>)</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/00038a3456a02dfb4ee19061e99b517ba13b80b8"><code>00038a3</code></a> Add hook for NBT (<a href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/537">#537</a>)</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/0e3528e46aa1c59d087e713d2a357cee9f813c78"><code>0e3528e</code></a> Scheduled weekly dependency update for week 03 (<a href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/538">#538</a>)</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/e1f160103cee85c2b8cd2232c0f9f473e96d807d"><code>e1f1601</code></a> Add hook for minecraft-launcher-lib (<a href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/536">#536</a>)</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/b5d051d31f878a3e605d37f285a5dd2055c15297"><code>b5d051d</code></a> Release v2022.15</li> <li>Additional commits viewable in <a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/compare/2022.0...2023.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-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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds a hook for minecraft-launcher-lib