Releases: prefix-dev/rattler-build
Releases · prefix-dev/rattler-build
v0.35.9
v0.35.8
What's Changed
- fix: prepare for patch release by @Hofer-Julian in #1384
- Specify p39 for abi by @Hofer-Julian in #1387
- Bump to 0.35.8 by @Hofer-Julian in #1388
Full Changelog: v0.35.7...v0.35.8
v0.35.7
What's Changed
- simplify and improve error message when parsing spec from variant by @wolfv in #1365
- add missing test by @wolfv in #1366
- feat: Add more py-rattler-build options by @Hofer-Julian in #1359
- ci: add tbump in order to automate version bumping by @Hofer-Julian in #1368
- feat: expose more functions in rattler-build-python by @Hofer-Julian in #1369
- feat: expose upload commands for Python bindings by @Hofer-Julian in #1371
- feat: write package to temporary file, then persist to final name by @wolfv in #1372
- fix: pypi url formatting by @lucascolley in #1373
- chore: add
rust-src
dependency by @lucascolley in #1374 - docs: Python bindings by @Hofer-Julian in #1380
- chore: Bump to 0.35.7 by @Hofer-Julian in #1381
New Contributors
- @lucascolley made their first contribution in #1373
Full Changelog: v0.35.6...v0.35.7
v0.35.6
What's Changed
- refactor: make source generic by @baszalmstra in #1352
- docs: hide deprecated
--no-test
by @Hofer-Julian in #1358 - docs: Fix typo by @pavelzw in #1357
- fix: upload with retry by @wolfv in #1360
- fix: removed jinja variable in
build.script.content
by @hadim in #1353 - fix: use python key for abi3 packages, and improve skip output rendering by @wolfv in #1361
- fix: use stable URL for PyPI packages if possible by @wolfv in #1362
Full Changelog: v0.35.5...v0.35.6
v0.35.5
v0.35.4
v0.35.3
v0.35.2
v0.35.1
v0.35.0
Highlights
- rattler-build now understands a relatively large subset of
conda_build_config.yaml
and will automatically load aconda_build_config.yaml
file if it is next to therecipe.yaml
. You can also explicitly add additional variant configurations from aconda_build_config.yaml
by pointing to the file with-m /path/to/conda_build_config.yaml
. Note that the filename has to beconda_build_config.yaml
. - rattler-build can now create
abi3
packages, following the standard set forth in CEP-20 by @isuruf.
What's Changed
- minijinja: Remove slice and batch filters, document slicing by @mgorny in #1323
- feat: add retry logic to upload functions by @jnovikov in #1330
- fix: allow schema version at toplevel for multi-output recipes by @wolfv in #1332
- feat: continue py-rattler-build by @Hofer-Julian in #1326
- feat: implement support for CEP-20 for Python abi3 packages by @wolfv in #1320
- feat: add a conda build config parser by @wolfv in #1334
- feat: improve recipe generation by @wolfv in #1340
- chore: small source download code cleanup by @wolfv in #1337
Chore changes
- ci: improve python bindings workflow by @Hofer-Julian in #1325
- ci: move to pre-commit by @Hofer-Julian in #1333
- chore: prepare release 0.35.0 by @wolfv in #1339
- chore: use latest rust by @wolfv in #1322
New Contributors
Full Changelog: v0.34.1...v0.35.0