You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enhancements
Introduce --package-format as a command line argument. (#4890 via #5209)
This takes precedence over default value and condarc.
Normalization occurs so 1, "1", tar.bz2,.tar.bz2, 2, "2", conda, .conda are all recognized and mapped appropriately.
Other options are rejected.
Add support for CEP-17 that allows specifying the location of the site-packages directory with the python_site_packages_path build option for any packages named python. (#5502)
Bug fixes
Fix regex for Jinja2 set / for statements to be more specific. (#5514)
Fix ruamel.yaml usage to use supported APIs. (#5517)
Fix bug variant variables were not defined for the first parsing pass of a recipe. (#5528)
Fix a bug where variants were incorrectly found as being used when they matched a leading substring of
another variant. (#5535)
Fix a bug where variants were not found when variables were used in pin_* statements. (#5535)