Accepting request 1318488 from devel:languages:python
Forwarded request #1318479 from mcalabkova - 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 OBS-URL: https://build.opensuse.org/request/show/1318488 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyInstaller?expand=0&rev=15
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4c6af17535813e24285120c787f4c9dab312d857db0983ea6ca0f2fe348b50a
|
||||
size 3495847
|
||||
BIN
pyinstaller-6.16.0.tar.gz
LFS
Normal file
BIN
pyinstaller-6.16.0.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 18 16:06:04 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- 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 <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user