diff --git a/pyinstaller-hooks-contrib-2023.10.tar.gz b/pyinstaller-hooks-contrib-2023.10.tar.gz deleted file mode 100644 index 33437da28046645080fb948b97fed40031da640d..0000000000000000000000000000000000000000 Binary files a/pyinstaller-hooks-contrib-2023.10.tar.gz and /dev/null differ diff --git a/pyinstaller-hooks-contrib-2024.2.tar.gz b/pyinstaller-hooks-contrib-2024.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..633a9cedc461790ea314a47b2d040d013f0115e6 Binary files /dev/null and b/pyinstaller-hooks-contrib-2024.2.tar.gz differ diff --git a/python-pyinstaller-hooks-contrib.spec b/python-pyinstaller-hooks-contrib.spec index 84cee709515dfe03341abc63053298ecbae42055..b5142663bb8b8945ac57a50fca55c87f935c0c17 100644 --- a/python-pyinstaller-hooks-contrib.spec +++ b/python-pyinstaller-hooks-contrib.spec @@ -1,5 +1,5 @@ Name: python-pyinstaller-hooks-contrib -Version: 2023.10 +Version: 2024.2 Release: 1 Summary: Community maintained hooks for PyInstaller License: Apache-2.0 or GPL-2.0-only @@ -43,6 +43,10 @@ pytest %{python3_sitelib}/pyinstaller_hooks_contrib-%{version}-py%{python3_version}.egg-info %changelog +* Tue Mar 05 2024 jiangxinyu - 2024.2-1 +- Update package to version 2024.2 + Update sklearn.neighbors hook to account for removed hidden import + * Thu Oct 26 2023 jiangxinyu - 2023.10-1 - Update package to version 2023.10