- update to 2024.0:

* Add hook for ``cel-python``.
  * Add hook for ``eth_keys`` that collects package metadata for
    ``eth-keys >= 0.5.0``.
  * Add hook for ``fairscale`` to collect its source .py files for
    TorchScript/JIT.
  * Add hook for ``pygwalker`` that collects data files from the package.
  * Add hook for ``PyTaskbar``
  * Add hook for ``detectron2`` to collect its source .py files for
    TorchScript/JIT.
  * Add hook for ``fastai`` to collect its source .py files for
    TorchScript/JIT.
  * Add hook for ``fvcore.nn`` to collect its source .py files for
    TorchScript/JIT. (`#676
  * Add hook for ``langchain`` that collects data files from the
    package.
  * Add hook for ``lightning`` (PyTorch Lightning) to ensure that
    its ``version.info`` data file is collected.
  * Add hook for ``linear_operator`` to collect its source .py
    files for TorchScript/JIT.
  * Add hook for ``seedir`` that collects the ``words.txt`` data
    file from the package.
  * Add hook for ``timm`` (Hugging Face PyTorch Image Models) to
    collect its source .py files for TorchScript/JIT.
  * Add hook for ``torchaudio`` that collects dynamically-loaded
    extensions, as well as source .py files for TorchScript/JIT.
  * Add hook for ``torchtext`` that collects dynamically-loaded
    extensions, as well as source .py files for TorchScript/JIT.
  * Add hook for ``torchvision.io.image`` to ensure that
    dynamically-loaded extension, required by this module, is

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyinstaller-hooks-contrib?expand=0&rev=15
This commit is contained in:
Dirk Mueller 2024-01-30 18:01:11 +00:00 committed by Git OBS Bridge
parent c8aefcbd26
commit 105e4342dc
4 changed files with 67 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cca6cdc31e739954b5bbbf05ef3f71fe448e9cdacad3a2197243bcf99bea2c00
size 101202

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a7118c1a5c9788595e5c43ad058a7a5b7b6d59e1eceb42362f6ec1f0b61986b0
size 121144

View File

@ -1,3 +1,58 @@
-------------------------------------------------------------------
Tue Jan 30 17:57:19 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2024.0:
* Add hook for ``cel-python``.
* Add hook for ``eth_keys`` that collects package metadata for
``eth-keys >= 0.5.0``.
* Add hook for ``fairscale`` to collect its source .py files for
TorchScript/JIT.
* Add hook for ``pygwalker`` that collects data files from the package.
* Add hook for ``PyTaskbar``
* Add hook for ``detectron2`` to collect its source .py files for
TorchScript/JIT.
* Add hook for ``fastai`` to collect its source .py files for
TorchScript/JIT.
* Add hook for ``fvcore.nn`` to collect its source .py files for
TorchScript/JIT. (`#676
* Add hook for ``langchain`` that collects data files from the
package.
* Add hook for ``lightning`` (PyTorch Lightning) to ensure that
its ``version.info`` data file is collected.
* Add hook for ``linear_operator`` to collect its source .py
files for TorchScript/JIT.
* Add hook for ``seedir`` that collects the ``words.txt`` data
file from the package.
* Add hook for ``timm`` (Hugging Face PyTorch Image Models) to
collect its source .py files for TorchScript/JIT.
* Add hook for ``torchaudio`` that collects dynamically-loaded
extensions, as well as source .py files for TorchScript/JIT.
* Add hook for ``torchtext`` that collects dynamically-loaded
extensions, as well as source .py files for TorchScript/JIT.
* Add hook for ``torchvision.io.image`` to ensure that
dynamically-loaded extension, required by this module, is
collected.
* Add hook for ``VADER``.
* Add hook for Hugging Face ``datasets`` to collect its source
.py files for TorchScript/JIT.
* Add hook for Hugging Face ``transformers``. The hook attempts
to automatically collect the metadata of all dependencies (as
declared in `deps` dictionary in the
`transformers.dependency_versions_table` module), in order to
make dependencies available at build time visible to
``transformers`` at run time. The hook also collects source .py
files as some of the package's functionality uses
TorchScript/JIT.
* Add hooks for ``bitsandbytes``, and its dependency ``triton``.
Both packages have dynamically-loaded extension libraries that
need to be collected, and both require collection of source .py
files for (``triton``'s) JIT module. Some submodules of
``triton`` need to be collected only as source .py files
(bypassing PYZ archive), because the code naively assumes that
``__file__`` attribute points to the source .py file.
* Add hooks for ``nvidia.*`` packages, which provide a way of
installing CUDA via PyPI wheels
-------------------------------------------------------------------
Tue Jul 11 12:57:59 UTC 2023 - Markéta Machová <mmachova@suse.com>
@ -35,6 +90,7 @@ Wed Feb 15 11:35:07 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
* Added hooks-config.rst document which documents hook options. It is
referred to from README.md. (#530)
-------------------------------------------------------------------
Tue Dec 13 16:33:02 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file
# spec file for package python-pyinstaller-hooks-contrib
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -26,7 +26,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-pyinstaller-hooks-contrib%{psuffix}
Version: 2023.5
Version: 2024.0
Release: 0
Summary: Community maintained hooks for PyInstaller
License: Apache-2.0 OR GPL-2.0-only