diff --git a/python-pyinstaller-hooks-contrib.spec b/python-pyinstaller-hooks-contrib.spec index c956921f0039e457883c490b05adf97d160e4d33..95dfd92514c82ab570f874f544b3bc4e58e8e234 100644 --- a/python-pyinstaller-hooks-contrib.spec +++ b/python-pyinstaller-hooks-contrib.spec @@ -1,11 +1,11 @@ %bcond_with test Name: python-pyinstaller-hooks-contrib -Version: 2025.8 -Release: 2 +Version: 2025.9 +Release: 1 Summary: Community maintained hooks for PyInstaller License: Apache-2.0 or GPL-2.0-only URL: https://github.com/pyinstaller/pyinstaller-hooks-contrib -Source: https://github.com/pyinstaller/pyinstaller-hooks-contrib/archive/refs/tags/v2025.8.tar.gz +Source: https://github.com/pyinstaller/pyinstaller-hooks-contrib/archive/refs/tags/v2025.9.tar.gz BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -50,6 +50,12 @@ pytest %{python3_sitelib}/* %changelog +* Mon Oct 20 2025 li_zhi - 2025.9-1 +- Update to 2025.9 +- Add hook for ``cumm`` to ensure that header files from `cumm/include` directory are collected. +- Add hook for `globus_sdk` package. +- Add hook for `pointcept` to collect its source .py files for TorchScript/JIT. + * Wed Aug 13 2025 wangkai <13474090681@163.com> - 2025.8-2 - Enable test diff --git a/v2025.8.tar.gz b/v2025.8.tar.gz deleted file mode 100644 index 00eec854f7830b3abd0b629b9fb1a04fe08f7162..0000000000000000000000000000000000000000 Binary files a/v2025.8.tar.gz and /dev/null differ diff --git a/v2025.9.tar.gz b/v2025.9.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ad43eb84f46b41c1d2f96ccf95184f7f8762f70c Binary files /dev/null and b/v2025.9.tar.gz differ