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