Update to v6.19.0

This commit is contained in:
2026-02-14 14:12:34 -05:00
parent 524ffb355f
commit c8ca08ec94
4 changed files with 25 additions and 4 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sat Feb 14 19:03:32 UTC 2026 - Scott Bradnick <scott.bradnick@suse.com>
- 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 <scott.bradnick@suse.com>