Skip to content

Releases: conda-forge/conda-smithy

v3.44.2

07 Nov 15:07
Compare
Choose a tag to compare

Fixed:

  • Fixed false positives in the noarch: python check. (#2123)

Authors:

  • Matthew R. Becker

v3.44.1

07 Nov 12:50
Compare
Choose a tag to compare

Fixed:

  • Fixed noarch: python hint for v1 recipes. (#2119)
  • Fixed noarch: python syntax to be more compatible. (#2122)

Authors:

  • Matthew R. Becker

v3.44.0

05 Nov 14:57
Compare
Choose a tag to compare

Added:

  • Added pixi as valid conda_install_tool option.
    Includes several preconfigured tasks like build, debug, rerender, or lint. (#2099)
  • Added hints for new noarch: python syntax for CFEP-25. (#2115)

Changed:

  • Moved automerge to a central repository. (#2112)
  • Upgraded Github Actions actions/upload-artifact to v4.4.3. (#2113)

Fixed:

  • Rerendering now removes old GHA service files. (#2112)

Authors:

  • Matthew R. Becker
  • Jaime Rodríguez-Guerra
  • pre-commit-ci[bot]
  • dependabot[bot]

v3.43.2

01 Nov 14:50
Compare
Choose a tag to compare

Fixed:

  • Fixed a bug in linting rule for PyPI source urls. (#2111)

Authors:

  • Matthew R. Becker
  • Nicholas Bollweg

v3.43.1

31 Oct 12:06
Compare
Choose a tag to compare

Added:

  • Added more service feedstocks allowed to use GHA. (#2106)
  • Hint: if source url contains pypi.io, suggest pypi.org. (#2104)

Fixed:

  • Do not move micromamba cache to conda's location to avoid "permission denied" errors on Windows. (#2102 via #2107)
  • Fixed a bug where azure would skip commits on main if previous commit had '[ci skip]' or similar. (#2110)

Authors:

  • Matthew R. Becker
  • Jaime Rodríguez-Guerra
  • pre-commit-ci[bot]
  • M Bussonnier

v3.43.0

18 Oct 11:34
Compare
Choose a tag to compare

Added:

  • Added micromamba as the default install tool on Linux, macOS and Windows. (#2075, #2097)

Changed:

  • Use the faster D:\ drive for Miniforge installations on Windows and expose this path as the MINIFORGE_HOME variable. (#2076)

Authors:

  • Matthew R. Becker
  • Jaime Rodríguez-Guerra
  • pre-commit-ci[bot]

v3.42.2

14 Oct 18:53
Compare
Choose a tag to compare

Added:

  • Add whey to list of known python build backends for the linter
  • Added check for team existence when linting. (#2092)

Fixed:

  • Fix rerendering when migrators have multiple additional_zip_keys (#2083).
  • Fixed whitespace in .azure-pipelines.yml (#2084).
  • Pass explicit arguments/options when inspecting outputs. (#2087)
  • Fix mojibake with rattler-build on Windows by calling the executable directly (#2091)

Authors:

  • Isuru Fernando
  • Matthew R. Becker
  • Wolf Vollprecht
  • Dominic Davis-Foster

v3.42.1

10 Oct 19:15
Compare
Choose a tag to compare

Fixed:

  • Fix rerendering when migrators have multiple additional_zip_keys (#2083).
  • Fixed whitespace in .azure-pipelines.yml (#2084).

Authors:

  • Isuru Fernando

v3.42.0

09 Oct 17:30
Compare
Choose a tag to compare

Changed:

  • Bump Azure's vmImage to macOS-13. (#2078)

Removed:

  • Removed webservices GHA templates since they are not used anymore. (#2074)

Fixed:

  • Azure Pipelines will now skip build jobs if the last commit message contains one of
    [skip ci], [ci skip], [skip azp], or [azp skip]. (#2077)

Authors:

  • Matthew R. Becker
  • Jaime Rodríguez-Guerra
  • Min RK
  • pre-commit-ci[bot]

v3.41.1

01 Oct 22:11
Compare
Choose a tag to compare

Fixed:

  • Fixed a bug in processing CLI arguments for token expiration times. (#2073)

Authors:

  • Matthew R. Becker