3.28.2
Enhancements
- Update
conda_build.metadata.MetaData.get_section
to consistently return lists for "source" and "outputs". (#5111 via #5112)
Bug fixes
- Resolve duplicate package record issue in
conda_build.inspect_pkg.which_package
. (#5106 via #5108) - Ensure
conda_build.post._lookup_in_prefix_packages
displaysstr(PackageRecord)
instead ofrepr(PackageRecord)
. (#5106 via #5108) - Fix finalization of recipes with multiple sources. (#5111 via #5112)
- Improve handling by catching the more general
ImportError
instead ofModuleNotFoundError
to cover cases involvingmenuinst 1.x
. (#5116)
Contributors
Full Changelog: 3.28.1...3.28.2