diff --git a/python-pyinstaller-hooks-contrib.spec b/python-pyinstaller-hooks-contrib.spec index 95dfd92514c82ab570f874f544b3bc4e58e8e234..932530cf436fbbee4567149c01ef8fc63d48eecb 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.9 +Version: 2025.10 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.9.tar.gz +Source: https://github.com/pyinstaller/pyinstaller-hooks-contrib/archive/refs/tags/v2025.10.tar.gz BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -50,6 +50,14 @@ pytest %{python3_sitelib}/* %changelog +* Mon Nov 24 2025 wanggang - 2025.10-1 +- Update package to version 2025.10 +- Add hook for dateparser to collect the data file that was introduced in dateparser v.1.2.2. +- Add hook for duckdb to ensure that inspect module is collected (might end up missing with python < 3.10 otherwise), and that the package's metadata is collected for duckdb >= 1.4.0. +- Add hook for nicegui to collect the data files of the package. +- Add hook for psycopg_binary (binary installation Psycopg 3) to ensure that psycopg_binary._uuid module is collected, in order to prevent missing-module error when working with data of UUID data type. +- Add hook for pyecharts to collect the data files of the package. + * 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. diff --git a/v2025.10.tar.gz b/v2025.10.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5a2207145ab5e4a5364cc559e262d52c34bae7bc Binary files /dev/null and b/v2025.10.tar.gz differ diff --git a/v2025.9.tar.gz b/v2025.9.tar.gz deleted file mode 100644 index ad43eb84f46b41c1d2f96ccf95184f7f8762f70c..0000000000000000000000000000000000000000 Binary files a/v2025.9.tar.gz and /dev/null differ