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
Fix regression so os.pathsep works in Jinja expressions. (#5705)
Fix bug where recipe outputs lists was modified during parsing. This caused false-positive warnings about inconsistent recipe outputs due to jinja2 structures and crashes when getting the recipe text. (#5711)
Restore is and is not operators to selector minilanguage. (#5720 via #5721)
Remove usage of the schannel attribute which is deprecated in conda. (#5722)
Deprecations
Deprecate conda_build.render._IndentDumper. Use conda_build.render.CustomDumper instead. (#5282)