diff --git a/pyinstaller-hooks-contrib-2024.2.tar.gz b/pyinstaller-hooks-contrib-2024.2.tar.gz deleted file mode 100644 index 633a9cedc461790ea314a47b2d040d013f0115e6..0000000000000000000000000000000000000000 Binary files a/pyinstaller-hooks-contrib-2024.2.tar.gz and /dev/null differ diff --git a/pyinstaller_hooks_contrib-2024.7.tar.gz b/pyinstaller_hooks_contrib-2024.7.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..78c2fd5e292aa8a01f7b563b502485f6ee3a1677 Binary files /dev/null and b/pyinstaller_hooks_contrib-2024.7.tar.gz differ diff --git a/python-pyinstaller-hooks-contrib.spec b/python-pyinstaller-hooks-contrib.spec index b5142663bb8b8945ac57a50fca55c87f935c0c17..ec05b8beb5dc1ae27aa33f72089bc31ccc2f5465 100644 --- a/python-pyinstaller-hooks-contrib.spec +++ b/python-pyinstaller-hooks-contrib.spec @@ -1,10 +1,10 @@ Name: python-pyinstaller-hooks-contrib -Version: 2024.2 +Version: 2024.7 Release: 1 Summary: Community maintained hooks for PyInstaller License: Apache-2.0 or GPL-2.0-only URL: https://pypi.org/project/pyinstaller-hooks-contrib -Source: https://files.pythonhosted.org/packages/source/p/pyinstaller-hooks-contrib/pyinstaller-hooks-contrib-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/p/pyinstaller_hooks_contrib/pyinstaller_hooks_contrib-%{version}.tar.gz BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -24,7 +24,7 @@ Summary: %{Summary} Community maintained hooks for PyInstaller %prep -%autosetup -p1 -n pyinstaller-hooks-contrib-%{version} +%autosetup -p1 -n pyinstaller_hooks_contrib-%{version} %build %py3_build @@ -43,6 +43,18 @@ pytest %{python3_sitelib}/pyinstaller_hooks_contrib-%{version}-py%{python3_version}.egg-info %changelog +* 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 + cythonized extensions. (#600) + * Add hook for gribapi package from eccodes dist, in order to collect bundled headers + and ensure that the eccodes shared library is collected from the build environment. (#744) + * Add hook for patoolib to collect dynamically-imported modules from the patoolib.programs sub-package. (#748) + * Extend the xarray hook to collect additional backend plugins that are registered via the + xarray.backends entry-point (e.g., cfgrib). (#744) + * Add hook for schwifty. Requires schwifty >= 2024.5.1 due to issues with data search path + in earlier versions. (#742) + * Tue Mar 05 2024 jiangxinyu - 2024.2-1 - Update package to version 2024.2 Update sklearn.neighbors hook to account for removed hidden import