Accepting request 1318479 from home:mcalabkova:branches:devel:languages:python
- 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/1318479
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyInstaller?expand=0&rev=34
This commit is contained in:
@@ -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