Skip to content

Tags: rokm/pyinstaller-hooks-contrib

Tags

v2024.8

Toggle v2024.8's commit message
Release v2024.8

2024.7

Toggle 2024.7's commit message
Release v2024.7

v2024.7

Toggle v2024.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Scheduled weekly dependency update for week 22 (pyinstaller#751)

2024.6

Toggle 2024.6's commit message
Release v2024.6

v2024.6

Toggle v2024.6's commit message
hooks: add hook for schwifty

Add hook for `schwfity` that collects the data files (the JSON
files in `bank_registry`) and package's metadata.

2024.5

Toggle 2024.5's commit message
Release v2024.5

v2024.5

Toggle v2024.5's commit message
hooks: add hook for backports namespace package

Add hook for `backports` package, to accommodate the `pkgutil`-style
`backports` namespace package provided by `backports.functools-lru-cache`
and the latest release of `backports.tarfile`.

The `__init__.py` file from this `backports` namespace package uses
`__import('pkgutil')__`, which slips past PyInstaller's modulegraph
analysis, hence we need a hidden import.

2024.4

Toggle 2024.4's commit message
Release v2024.4

v2024.4

Toggle v2024.4's commit message
hooks: netCDF4: explicitly collect files from netCDF4.libs

Use the `collect_delvewheel_libs_directory` helper to ensure that
DLLs and load-order file (if present) are collected from
`netCDF4.libs` directory.

While contemporary PyInstaller versions automatically pick up DLLs
from that directory thanks to dynamic DLL search path tracking,
that does not work with Anaconda python 3.8 and 3.9, where, due
to defunct `os.add_dll_directory` function, `delvewheel` needs to
load DLLs via the load-order file.

2024.3

Toggle 2024.3's commit message
Release v2024.3