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