diff --git a/pyinstaller-hooks-contrib-2023.10.tar.gz b/pyinstaller-hooks-contrib-2023.10.tar.gz deleted file mode 100644 index 33437da..0000000 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 0000000..633a9ce 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 84cee70..b514266 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