Skip to content

Releases: conda-forge/conda-smithy

v3.44.7

20 Nov 10:34
Compare
Choose a tag to compare

Added:

  • Provide option azure.settings_win.install_atl (false by default), which can be used to install components that are necessary for some builds, but not present in the Azure images anymore
  • Added new conda-forge-only hint+lint for recipe be able to be parsed. (#2141, #2147)
  • Set rattler cache to RATTLER_CACHE_DIR=/tmp/rattler_cache when building a linux package from a macOS machine with Docker. (#2124)

Fixed:

  • Fixed a bug where the register-ci command fails for recipes with the python_min variable being used. (#2144)
  • Make sure $MINIFORGE_HOME folder exists during build. (#2142) (#2146)

Authors:

  • Matthew R. Becker
  • Jaime Rodríguez-Guerra
  • H. Vetinari
  • John Kirkham
  • Hadrien Mary

v3.44.6

16 Nov 19:37
Compare
Choose a tag to compare

Added:

  • Add pymsbuild as another build backend

Fixed:

  • Fixed a bug where creating feedstocks with noarch: python would not work correctly. (#2135. #2138)

Authors:

  • Matthew R. Becker
  • Uwe L. Korn

v3.44.5

16 Nov 11:58
Compare
Choose a tag to compare

Added:

  • Add pymsbuild as another build backend

Fixed:

  • Fixed a bug where creating feedstocks with noarch: python would not work correctly. (#2135)

Authors:

  • Matthew R. Becker
  • Uwe L. Korn

v3.44.4

15 Nov 11:51
Compare
Choose a tag to compare

Changed:

  • Make old GHA removal relative to forge_dir

Fixed:

  • Fixed bug when linting for noarch: python syntax and using jinja2 set statements. (#2132)

Authors:

  • Matthew R. Becker
  • pre-commit-ci[bot]
  • Nehal J Wani

v3.44.3

11 Nov 11:06
Compare
Choose a tag to compare

Changed:

  • Changed the language in the noarch: python hint to add instructions on override w/ Jinja2/contexts and use softer language. (#2126)
  • Add emojis to visually distinguish between hints and lints (#2128)

Fixed:

  • Fixed a bug where v1 recipes were not properly linted for noarch: python hints. (#2126)
  • Fixed linting of version 1 recipes where the version number was an integer (#2130)

Authors:

  • Matthew R. Becker
  • H. Vetinari
  • Ben Mares
  • Anton Tetov

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