Releases: conda-forge/conda-smithy
Releases · conda-forge/conda-smithy
v3.6.2
v3.6.1
v3.6.0
Added:
- Ignore Drone CI files in GitHub diffs
- Run
black --check
on CI to verify code is formatted correctly
Changed:
- Platform independent files like
run_docker_build.sh
are moved to.scripts
folder - Standardize and test support for multiple docker images.
- refactored
conda_smithy.lint_recipe.NEEDED_FAMILIES
to top level so external projects can access - Rerun
black
on the codebase.
Fixed:
- fix crash when host section was present but empty
- fix build-locally.py in skip_render by not attempting to chmod +x it
- ship conf file for black so everyone uses the same settings
v3.5.0
v3.4.8
v3.4.7
v3.4.6
Added:
- conda-smithy can now register packages on drone.io. We plan on using this to help out with the aarch64
architecture builds.
Changed:
- drone.io is now the default platform for aarch64 builds
- migrations folder changed from <feedstock_root>/migrations to <feedstock_root>/.ci_support/migrations
Fixed:
- Fix render_README crash when azure api returns 404