diff --git a/pyinstaller_hooks_contrib-2024.7.tar.gz b/pyinstaller_hooks_contrib-2024.7.tar.gz deleted file mode 100644 index 78c2fd5e292aa8a01f7b563b502485f6ee3a1677..0000000000000000000000000000000000000000 Binary files a/pyinstaller_hooks_contrib-2024.7.tar.gz and /dev/null differ diff --git a/pyinstaller_hooks_contrib-2024.8.tar.gz b/pyinstaller_hooks_contrib-2024.8.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..68e990debbd0848c212dfcc292c26cd03f1f7afa Binary files /dev/null and b/pyinstaller_hooks_contrib-2024.8.tar.gz differ diff --git a/python-pyinstaller-hooks-contrib.spec b/python-pyinstaller-hooks-contrib.spec index ec05b8beb5dc1ae27aa33f72089bc31ccc2f5465..0051810a556f10339110f6238f2eac5b73e46e4d 100644 --- a/python-pyinstaller-hooks-contrib.spec +++ b/python-pyinstaller-hooks-contrib.spec @@ -1,5 +1,5 @@ Name: python-pyinstaller-hooks-contrib -Version: 2024.7 +Version: 2024.8 Release: 1 Summary: Community maintained hooks for PyInstaller License: Apache-2.0 or GPL-2.0-only @@ -11,6 +11,8 @@ BuildRequires: python3-setuptools BuildRequires: python3-psutil BuildRequires: python3-pytest BuildRequires: python3-pyinstaller +BuildRequires: python3-platformdirs +BuildRequires: python3-tzdata BuildArch: noarch @@ -34,7 +36,7 @@ Community maintained hooks for PyInstaller %check export PYTHONPATH=%{buildroot}%{python3_sitelib} -pytest +pytest -k "not test_platformdirs and not test_zoneinfo and not test_pytest_runner and not test_cv2 and not test_lxml_isoschematron and not test_tzdata and not test_charset_normalizer and not test_psutil" %files -n python3-pyinstaller-hooks-contrib %doc README.md @@ -43,6 +45,23 @@ pytest %{python3_sitelib}/pyinstaller_hooks_contrib-%{version}-py%{python3_version}.egg-info %changelog +* Fri Jul 25 2025 liyl - 2024.8-1 +- update python-pyinstaller-hooks-contrib to 2024.8 +- New hooks: + * Add hook for cmocean (text data files) (#769) + * Add hook for pydicom (hidden imports) (#776) + * Add hook for tzwhere (data files) (#772) + * Add hook for monai (collect source .py files for TorchScript/JIT) (#778) + * Add hooks for itk (work around Configuration directory requirements) (#778) + * Add hooks for trame suite (data files and hidden imports) (#775) +- Updated hooks: + * Rework OpenSSL version check in cryptography hook for compatibility with cryptography 43.0.0 (#768) + * Update hydra hook with work-around for hydra's plugin manager under Python < 3.10 (#760) + * Update imageio_ffmpeg hook for compatibility with imageio-ffmpeg 0.5.0+ (#766) + * Update pyexcel_ods hook (add missing hidden import and tests) (#779) +- Project & Process: + * Include changelog entries in released sdists and GitHub source archives (#761) + * Thu Aug 22 2024 yaoxin - 2024.7-1 - Update to 2024.7: * Add hook for dbus_fast in order to collect submodules that are imported from