forked from pool/python-pyinstaller-hooks-contrib
Accepting request 1280564 from devel:languages:python
- 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
OBS-URL: https://build.opensuse.org/request/show/1280564
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyinstaller-hooks-contrib?expand=0&rev=10
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:84399af6b4b902030958063df25f657abbff249d0f329c5344928355c9833ab4
|
||||
size 141622
|
||||
3
pyinstaller_hooks_contrib-2025.4.tar.gz
Normal file
3
pyinstaller_hooks_contrib-2025.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ce1afd1997b03e70f546207031cfdf2782030aabacc102190677059e2856446
|
||||
size 162628
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 23 13:03:09 UTC 2025 - Edgar Aichinger <edogawa@aon.at>
|
||||
|
||||
- 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á <mmachova@suse.com>
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user