3.28.3
Bug fixes
- Update
conda_build.os_utils.liefldd.ensure_binary
to handleNone
inputs. (#5123 via #5124) - Update
conda_build.inspect_pkg.which_package
to use a cached mapping of paths to packages (first call:O(n)
, subsequent calls:O(1)
) instead of relying onPath.samefile
comparisons (O(n * m)
). (#5126 via #5130)
Contributors
Full Changelog: 3.28.2...3.28.3