-
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
hooks: add hook for schwifty #742
Conversation
It seems as if the tests fail, because |
Indeed - I've opened mdomke/schwifty#203. |
Please update to |
Add hook for `schwfity` that collects the data files (the JSON files in `bank_registry`) and package's metadata.
…4.6 (#97) Bumps [pyinstaller-hooks-contrib](https://github.com/pyinstaller/pyinstaller-hooks-contrib) from 2024.5 to 2024.6. <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>2024.6</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>2024.6 (2024-05-10)</h2> <p>New hooks</p> <pre><code> * Add hook for ``schwifty``. Requires ``schwifty >= 2024.5.1`` due to issues with data search path in earlier versions. (`[#742](pyinstaller/pyinstaller-hooks-contrib#742) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/742>`_) </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/d8f2abdba7787b82f4a2969c871ce4636834d215"><code>d8f2abd</code></a> Release v2024.6</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/fe2deb34454e5f714fc6cdb0ea603599c48b9a7f"><code>fe2deb3</code></a> hooks: add hook for schwifty</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/277ff2c74c2e33ecf15686e7035dd2b5a8e5de04"><code>277ff2c</code></a> Scheduled weekly dependency update for week 18 (<a href="https://redirect.github.com/pyinstaller/pyinstaller-hooks-contrib/issues/740">#740</a>)</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/3ce4ae66ccf5996aef779be9223d03471611b868"><code>3ce4ae6</code></a> Scheduled weekly dependency update for week 17 (<a href="https://redirect.github.com/pyinstaller/pyinstaller-hooks-contrib/issues/738">#738</a>)</li> <li>See full diff in <a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/compare/2024.5...2024.6">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=2024.5&new-version=2024.6)](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>
Add hook for
schwfity
that collects the data files (the JSON files inbank_registry
) and package's metadata.