Skip to content

Releases: conda-forge/conda-smithy

v3.6.2

06 Nov 22:57
Compare
Choose a tag to compare

Changed:

  • Changed the pipeline names in drone to less than 50 characters
  • .scripts folder is also hidden in PR diffs

Fixed:

  • Fixed a bug in configuring appveyor.yml

v3.6.1

01 Nov 18:14
Compare
Choose a tag to compare

Fixed:

  • Drone changed their service to no longer send the same environment variables. Changed to use $DRONE_WORKSPACE.

v3.6.0

11 Oct 14:58
Compare
Choose a tag to compare

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

02 Oct 22:30
Compare
Choose a tag to compare

Added:

  • conda-smithy will remove the .github/CODEOWNERS file in case the recipe
    maintainers list is empty

Changed:

  • Default windows provider was changed to azure.

v3.4.8

19 Sep 23:18
Compare
Choose a tag to compare

Fixed:

  • Don't make assumptions in conda_smithy/variant_algebra.py about the metadata

v3.4.7

16 Sep 19:16
Compare
Choose a tag to compare

Added:

  • Added a method to sync user in drone

Changed:

  • Check that a project is registered if registering fails on drone
  • Check that a project has the secret if adding secret fails on drone

v3.4.6

12 Sep 13:41
Compare
Choose a tag to compare

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

v3.4.5

06 Sep 16:16
Compare
Choose a tag to compare

Fixed:

  • YAML dump() now used pathlib.Path object.

v3.4.4

06 Sep 13:03
Compare
Choose a tag to compare

Fixed:

  • Updated conda-smithy to work with ruamel.yaml v0.16+.

v3.4.3

05 Sep 18:45
Compare
Choose a tag to compare

Changed:

  • In linting pins allow more than one space

Fixed:

  • Don't lint setting build number