Skip to content

Releases: prefix-dev/rattler-build

v0.31.1

21 Nov 11:50
5fe1d15
Compare
Choose a tag to compare

What's Changed

  • fix: never use .gitignore files from parent directories when copying files by @wolfv in #1205
  • chore: use the repository instead of the homepage field in Cargo.toml by @szabgab in #1206

New Contributors

Full Changelog: v0.31.0...v0.31.1

v0.31.0

18 Nov 17:15
b8a9335
Compare
Choose a tag to compare

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 in tests[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

Full Changelog: v0.30.0...v0.31.0

0.30.0

13 Nov 16:58
31a1e44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.29.0...v0.30.0

0.29.0

05 Nov 17:17
41a97b0
Compare
Choose a tag to compare

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

29 Oct 19:04
5af6f5d
Compare
Choose a tag to compare

What's Changed

  • fix: missing recipe_dir.join() for git paths by @gabuzi in #1140
  • fix: make default wrap log lines to None so that CI detection works by @wolfv in #1143
  • fix: add BufReader for zip extraction by @wolfv in #1144

New Contributors

Full Changelog: v0.28.1...v0.28.2

0.28.1

26 Oct 14:01
a3ae12b
Compare
Choose a tag to compare

What's Changed

  • fix: used var detection for match function by @wolfv in #1128
  • fix: add shebang to bash preamble by @pbauwens in #1132
  • fix: some regressions with pretty-printing and add no-wrap printing and CLI option by @wolfv in #1136

New Contributors

Full Changelog: v0.28.0...v0.28.1

0.28.0

21 Oct 14:44
1f97b8a
Compare
Choose a tag to compare

What's Changed

  • fix: npy version issue by @wolfv in #1126
  • fix: re-indexing issue when noarch folder exists, but no noarch/repodata.json (fix is in rattler)

Full Changelog: v0.27.0...v0.28.0

0.27.0

16 Oct 09:59
3ee09db
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.26.0...v0.27.0

0.26.0

16 Oct 09:31
8d99b79
Compare
Choose a tag to compare

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

09 Oct 19:23
e05ee4a
Compare
Choose a tag to compare

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

Full Changelog: v0.24.0...v0.25.0