diff --git a/pyinstaller-6.18.0.tar.gz b/pyinstaller-6.18.0.tar.gz deleted file mode 100644 index e18d4f2..0000000 --- a/pyinstaller-6.18.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a33859b5d25abb5c7278689d0de8d5ec7d87eeff990076c5716d43e1274caa8 -size 3577850 diff --git a/pyinstaller-6.19.0.tar.gz b/pyinstaller-6.19.0.tar.gz new file mode 100644 index 0000000..8a6d93a --- /dev/null +++ b/pyinstaller-6.19.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf7e26b0043d221df5c8c968b58be5046765c84c6ad16e7e35d9d26a63aa1bb +size 3579365 diff --git a/python-PyInstaller.changes b/python-PyInstaller.changes index 6307492..516892b 100644 --- a/python-PyInstaller.changes +++ b/python-PyInstaller.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sat Feb 14 19:03:32 UTC 2026 - Scott Bradnick + +- Update to 6.19.0 + * Bugfix + - (Windows) Fix collection of numpy DLLs when numpy PyPI wheel is + installed using uv instead of pip. (#9360) + - Extend suppression of missing api-ms-win-*.dll warnings to Windows + Server (formerly Windows 10 and 11). (#9355) + - (Conda) Fix error during initialization of the conda hook utility + module in Anaconda environments where the metadata for packages with + no dependencies omit their dependencies key. (#9345) + * Hooks + - (Windows) Fix installer check in numpy hook to enable explicit + collection of DLLs from numpy.libs directory when numpy PyPI wheels + are installed through an installer other than pip - for example, + uv. (#9365) + - (Windows) Update the pandas hook to explicitly collect the DLLs from + pandas.libs directory that has been used in Windows PyPI wheels since + pandas 2.1.0. (#9365) + ------------------------------------------------------------------- Tue Jan 13 19:17:35 UTC 2026 - Scott Bradnick diff --git a/python-PyInstaller.spec b/python-PyInstaller.spec index 0e91c7d..1aed72e 100644 --- a/python-PyInstaller.spec +++ b/python-PyInstaller.spec @@ -25,7 +25,7 @@ %define modname PyInstaller %define lc_name pyinstaller Name: python-PyInstaller -Version: 6.18.0 +Version: 6.19.0 Release: 0 Summary: Bundle a Python application and all its dependencies into a single package License: GPL-2.0-only