Releases: conda-forge/conda-smithy
Releases · conda-forge/conda-smithy
v3.44.7
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 thepython_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
v3.44.5
v3.44.4
v3.44.3
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
v3.44.1
v3.44.0
Added:
- Added
pixi
as validconda_install_tool
option.
Includes several preconfigured tasks likebuild
,debug
,rerender
, orlint
. (#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
v3.43.1
Added:
- Added more service feedstocks allowed to use GHA. (#2106)
- Hint: if source url contains
pypi.io
, suggestpypi.org
. (#2104)
Fixed:
- Do not move
micromamba
cache toconda
'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