diff --git a/pyinstaller-6.15.0.tar.gz b/pyinstaller-6.16.0.tar.gz similarity index 36% rename from pyinstaller-6.15.0.tar.gz rename to pyinstaller-6.16.0.tar.gz index d7e9bf7578b879c807ac66cb50068a9b7aa9d7f7..b4558934f3e3624d2dc605a29fcd6dfc042f533e 100644 Binary files a/pyinstaller-6.15.0.tar.gz and b/pyinstaller-6.16.0.tar.gz differ diff --git a/python-pyinstaller.spec b/python-pyinstaller.spec index 1eb780d8db3dd55f57c55b7a35b44a266fab8d20..67663a52b635fc3bccce50c5e348d9b0b13ea8f4 100644 --- a/python-pyinstaller.spec +++ b/python-pyinstaller.spec @@ -1,5 +1,5 @@ Name: python-pyinstaller -Version: 6.15.0 +Version: 6.16.0 Release: 1 Summary: PyInstaller bundles a Python application and all its dependencies into a single package. License: GPL-2.0-only @@ -7,6 +7,7 @@ URL: http://www.pyinstaller.org Source0: %{pypi_source pyinstaller} BuildRequires: python3-devel python3-setuptools zlib-devel BuildRequires: python3-wheel python3-pip +BuildRequires: python3-hatchling %description PyInstaller bundles a Python application and all its dependencies into a single @@ -60,6 +61,16 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %{_pkgdocdir} %changelog +* Mon Nov 03 2025 Yu Peng - 6.16.0-1 +- Upgrade to 6.16.0 + * Moving standard extensions to python3.x/lib-dynload for path compatibility; + * Refactoring co_filename anonymization using destination paths; + * Improving shared library detection via sysconfig variables; + * Using GetModuleFileName on Windows for precise DLL location; + * Implementing platform-specific checks for shared library support; + * Maintaining version-based fallback for Anaconda Python; + * Making error messages context-aware with targeted solutions. + * Tue Aug 12 2025 wangkai <13474090681@163.com> - 6.15.0-1 - Update package to version 6.15.0