diff --git a/pyinstaller-6.13.0.tar.gz b/pyinstaller-6.13.0.tar.gz deleted file mode 100644 index 3a0ba45..0000000 --- a/pyinstaller-6.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4c6af17535813e24285120c787f4c9dab312d857db0983ea6ca0f2fe348b50a -size 3495847 diff --git a/pyinstaller-6.16.0.tar.gz b/pyinstaller-6.16.0.tar.gz new file mode 100644 index 0000000..330640d --- /dev/null +++ b/pyinstaller-6.16.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:618706383eeed8d56b4e9b1177a17eb1a04f1ece3fe96e95dbc85314d2d23e27 +size 3554959 diff --git a/python-PyInstaller.changes b/python-PyInstaller.changes index 523f4da..d7dae7f 100644 --- a/python-PyInstaller.changes +++ b/python-PyInstaller.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Nov 18 16:06:04 UTC 2025 - Markéta Machová + +- update to 6.16.0 + * Fix behavior of --add-data and --add-binary when the given source + path contains a glob that matches directories. + * The Analysis() class now keeps track of pure-python modules that + are not collected into PYZ archive + * Add pre-safe-import-module hook for gi.overrides to properly handle + cases where the gi.overrides package is split between /usr/lib64 + and /usr/lib + * Add Python 3.14 support. + * Adjust the destination directory for collected python’s standard + extensions, from lib-dynload to python3.x/lib-dynload + * Rework the anonymization of the co_filename attribute in collected + code objects + * Rework the search for python shared library in order to reduce + amount of guess-work and better accommodate variations in naming + across platforms + ------------------------------------------------------------------- Wed Jun 11 05:49:29 UTC 2025 - Steve Kowalik diff --git a/python-PyInstaller.spec b/python-PyInstaller.spec index c9ef671..d4d9a31 100644 --- a/python-PyInstaller.spec +++ b/python-PyInstaller.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyInstaller # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,14 +20,14 @@ %bcond_without test %define modname PyInstaller Name: python-PyInstaller -Version: 6.13.0 +Version: 6.16.0 Release: 0 Summary: Bundle a Python application and all its dependencies into a single package License: GPL-2.0-only URL: https://www.pyinstaller.org Source: https://github.com/pyinstaller/pyinstaller/archive/refs/tags/v%{version}.tar.gz#/pyinstaller-%{version}.tar.gz +BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: pkgconfig