Releases: prefix-dev/rattler-build
Releases · prefix-dev/rattler-build
v0.31.1
v0.31.0
What's Changed
- feat: use gitignore when copying the recipe files by @wolfv in #1193
- feat: skip noarch build if
--noarch-platform != build_platform
by @hadim in #1192 - feat: introduce
python_version
intests[0].python
by @hadim in #1170 - feat: add
--test={skip|native|native-and-emulated}
by @hadim in #1190 - docs: trusted publishing support by @Hofer-Julian in #1194
- docs: Remove
pip install
options in recipes by @matthewfeickert in #1198
New Contributors
- @matthewfeickert made their first contribution in #1198
Full Changelog: v0.30.0...v0.31.0
0.30.0
What's Changed
- feat: add oidc trusted publisher support for upload by @Hofer-Julian in #1181
- fix: url source extraction for file:/// urls by @wolfv in #1164
- docs: add
go
tutorial by @wolfv in #1032 - chore: add mold for linux by @Hofer-Julian in #1033
Full Changelog: v0.29.0...v0.30.0
0.29.0
What's Changed
This release should handle extraction of large ZIP files in the source section better, as well as the creation of large ZIP files (conda packages have an outer ZIP layer).
The release also introduces a special setting that can be used to inject the python_site_packages_path
variable into the index.json / repodata as decided by CEP 17: https://github.com/conda/ceps/blob/main/cep-0017.md
- fix: multiline script render by @wolfv in #1156
- fix relinking issues on macOS by @wolfv in #1159
- chore: add a test for the relinking fixes by @wolfv in #1160
- feat: implement CEP-17 and prepare release by @wolfv in #1161
Full Changelog: v0.28.2...v0.29.0
v0.28.2
0.28.1
0.28.0
0.27.0
What's Changed
- feat: extract run exports using object by @baszalmstra in #1114
- feat: improve path display and replacement during script execution by @wolfv in #1115
- fix: insert
LIB
andINCLUDE
by @wolfv in #1118 - fix: dot in variant when exporting to environment by @wolfv in #1121
- docs: invalid pin expressions example by @olivier-roussel in #1113
New Contributors
- @olivier-roussel made their first contribution in #1113
Full Changelog: v0.26.0...v0.27.0
0.26.0
What's Changed
- feat: add
@echo on
in scripts on Windows by @wolfv in #1106 - feat: add virtual packages to platforms by @baszalmstra in #1108
- fix: re-enable rendering in test script section by @wolfv in #1091
- fix: running python test cross-platform by @wolfv in #1110
- fix: canonicalize the output directory before checks by @orhun in #738
- fix: copy permissions when reflinking files by @wolfv in #1111
Full Changelog: v0.25.0...v0.26.0
0.25.0
What's Changed
- feat: update minijinja to 2.x by @wolfv in #1095
- fix: correct
PackageContentsTest
glob prefix on windows by @chawyehsu in #1094 - fix: dashes in variants and env variables by @wolfv in #1096
New Contributors
- @chawyehsu made their first contribution in #1094
Full Changelog: v0.24.0...v0.25.0