v3.9.0
Added:
- Enabled multiple entries for
key_addoperations. - Define Bash functions
startgroup()andendgroup()that provide a
provider-agnostic way to group or fold log lines for quicker visual inspection.
In principle, this only affects Linux and MacOS, since Windows pipelines
use CI native steps. So far, only Azure and Travis support this. In the other
providers a fallbackecho "<group name>"statement is supplied. - Support
os_versioninconda-forge.yml - Add use_local option to use the migrator from the feedstock
Changed:
- To cross compile for
win-32fromwin-64, usingtarget_platform
is no longer supported. Usebuild_platform: win_32: win64inconda-forge.yml. run_osx_build.shhad hardcoded handlers for Travis log folding. These have
been replaced with the now equivalent Bash functions.- A lower bound on python version for noarch python is now required
Fixed:
- Fix "File name too long" error for many zip keys
Replace config filenames by their short versions if filesystem limits
are approached. - Fix running
./build-locally.py --debugwith cross-compilation - Fixed dead conda-docs link to the
build/numberexplanation in the README template. - Fixed rendering error where the recipe's
conda_build_config.yamlis
applied again, removing some variants. - Fixed list formatting in the README.
- migration_ts and migrator_ts were both used in conda-smithy and migration_ts was removed in favour of migrator_ts
Authors:
- Isuru Fernando
- Matthew R. Becker
- Jaime Rodríguez-Guerra
- Chris Burr
- Leo Fang
- Marcel Bargull
- Wolf Vollprecht
- Hugo Slepicka
- Bastian Zimmermann