diff --git a/pyinstaller_hooks_contrib-2024.11.tar.gz b/pyinstaller_hooks_contrib-2024.11.tar.gz deleted file mode 100644 index 4ec5dee..0000000 --- a/pyinstaller_hooks_contrib-2024.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84399af6b4b902030958063df25f657abbff249d0f329c5344928355c9833ab4 -size 141622 diff --git a/pyinstaller_hooks_contrib-2025.4.tar.gz b/pyinstaller_hooks_contrib-2025.4.tar.gz new file mode 100644 index 0000000..4628758 --- /dev/null +++ b/pyinstaller_hooks_contrib-2025.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ce1afd1997b03e70f546207031cfdf2782030aabacc102190677059e2856446 +size 162628 diff --git a/python-pyinstaller-hooks-contrib.changes b/python-pyinstaller-hooks-contrib.changes index 70d2c0d..e84aefc 100644 --- a/python-pyinstaller-hooks-contrib.changes +++ b/python-pyinstaller-hooks-contrib.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri May 23 13:03:09 UTC 2025 - Edgar Aichinger + +- Update to 2025.4 + * Fix error in narwhals hook when typing-extensions is not available + in the build environment (neither stand-alone version is installed + nor it is provided as part of setuptools). (#908) + * For versions 2025.0-3 see the complete changelog in CHANGELOG.rst. +- Update runtime requirements + ------------------------------------------------------------------- Tue Jan 7 09:49:19 UTC 2025 - Markéta Machová diff --git a/python-pyinstaller-hooks-contrib.spec b/python-pyinstaller-hooks-contrib.spec index 9662d18..699a3d7 100644 --- a/python-pyinstaller-hooks-contrib.spec +++ b/python-pyinstaller-hooks-contrib.spec @@ -26,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-pyinstaller-hooks-contrib%{psuffix} -Version: 2024.11 +Version: 2025.4 Release: 0 Summary: Community maintained hooks for PyInstaller License: Apache-2.0 OR GPL-2.0-only @@ -34,10 +34,13 @@ URL: https://github.com/pyinstaller/pyinstaller-hooks-contrib Source: https://files.pythonhosted.org/packages/source/p/pyinstaller_hooks_contrib/pyinstaller_hooks_contrib-%{version}.tar.gz # conftest.py not present in the tarball Source1: https://raw.githubusercontent.com/pyinstaller/pyinstaller-hooks-contrib/refs/heads/master/tests/conftest.py -BuildRequires: %{python_module setuptools >= 30.3.0} BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools >= 30.3.0} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-packaging +Requires: python-setuptools BuildArch: noarch %if %{with test} BuildRequires: %{python_module PyInstaller}