Releases: conda-forge/conda-smithy
Releases · conda-forge/conda-smithy
v3.24.1
v3.24.0
Added:
- Added linting for obsoleted outputs, e.g. those who have been renamed conda-forge-wide.
- Support not running tests when cross compiling in win - #1742
Fixed:
- Fixed bug in codepath to allow debugging of cross compiled OSX configuratons using
build-locally.py
. - Fixed README headers for recipes with multiple outputs
Authors:
- Isuru Fernando
- Mark Harfouche
- H. Vetinari
- John Blischak
v3.23.1
v3.23.0
Added:
- Added capability to generate feedstock tokens per CI provider.
- Added token expiration timestamps.
Changed:
- Move pre-commit to its own CI test file.
- Added
--no-build-isolation
to pip commands for install. - Remove
py-lief<0.12
fromremote_ci_setup
after LIEF 0.12.3 release - Windows CI on azure uses python 3.10 in the base environment.
- Replaced deprecated use of ::set-output during conda artifact storage on GitHub Actions with the recommended redirect to $GITHUB_OUTPUT. See https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/.
- Default branch for github is now
main
instead ofmaster
. - Changed python packaging to use setuptools-scm instead of versioneer.
- Moved build system to only use
pyproject.toml
. - skip_render can match Path().parents of files being rendered
i.e. '.github' in list prevents rendering .github in toplevel
and any files below .github/ - Changed default image for windows to
windows-2022
.
Fixed:
README.md
of feedstocks with multiple outputs is now correctly rendered with all outputs's (about) information shown, unless they are a plain copy of the top-level about.- skip_render can prevent github webservices from rendering
- Always check team membership even when making teams.
Authors:
- Isuru Fernando
- Matthew R. Becker
- Leo Fang
- Marcel Bargull
- Ryan Volz
- Mark Harfouche
- Tim Snyder
- H. Vetinari
v3.22.1
v3.22.0
v3.21.3
Added:
- Added support for aarch64 native runners on circle CI
Changed:
- Upgrade to actions/checkout@v3
- Upgrade to actions/upload-artifact@v3
- Add
py-lief<0.12
toremote_ci_setup
for now
due to currentosx-*
segfault issues, ref:
conda-forge/conda-forge.github.io#1823 - recipes with
noarch_platforms
will no longer give a lint when selectors are used.
Fixed:
- Fix Azure urls in details
Authors:
- Isuru Fernando
- Johnny Willemsen
- Marcel Bargull
- Marius van Niekerk
- Brandon Andersen
v3.21.2
Changed:
conda-smithy
will not check whichconda
version is installed anymore.
conda
follows CalVer now, which does not provide information about API guarantees,
thus rendering this check moot.
Fixed:
- Fix
pyproject.toml
derived issues with CI tests
Authors:
- Jaime Rodríguez-Guerra
v3.21.1
v3.21.0
Added:
- All conda packages will have the license file included alongside
the rendered recipe. - conda-smithy now reports lint if pin_compatible or pin_subpackage are used
with the wrong package type.
Changed:
- build_locally now creates conda's shared package cache outside the container,
so repeated builds of the same recipe do not need to redownload packages. mamba
is now used in the CI tests for conda-smithy
Fixed:
- Fix the support of
idle_timeout_minutes
for Travis CI
Authors:
- Isuru Fernando
- Matthew R. Becker
- Leo Fang
- Tim Snyder
- Daniel Ching
- Nicholas Bollweg