R. RyanTM
6f0fbea695
maturin: 0.8.2 -> 0.8.3
2020-08-23 06:26:43 +00:00
zowoq
473536e3b5
buildRustPackage: remove platform.all from packages
2020-08-16 12:48:18 +10:00
Daniël de Kok
4c40111f1d
maturin: 0.8.1 -> 0.8.2
...
The changelog is not updated, so this has to do:
https://github.com/PyO3/maturin/compare/v0.8.1...v0.8.2
2020-07-12 07:26:44 +02:00
Daniël de Kok
1e5b480e8b
maturin: 0.8.0 -> 0.8.1
...
- Supports `sdist-include = ["path/**/*"]` to include arbitrary files
in source distributions
- Fixes Cargo.lock
- Updates some dependencies
2020-06-25 17:25:37 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Daniël de Kok
759ac32d9a
maturin: 0.7.9 -> 0.8.0
...
Changelog:
https://github.com/PyO3/maturin/blob/v0.8.0/Changelog.md#080---2020-04-03
2020-04-10 09:55:26 +02:00
Daniël de Kok
b446413aa6
maturin: 0.7.6 -> 0.7.9
...
Changelog:
https://github.com/PyO3/maturin/blob/master/Changelog.md
2020-03-07 08:21:10 +01:00
Benjamin Hipple
805db0db45
maturin: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; ran `nixpkgs-review wip` successfully.
2020-02-16 16:23:11 -05:00
Benjamin Hipple
eb11feaa0b
treewide: change fetchCargoTarball default to opt-out
...
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.
This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.
See #79975 for details.
2020-02-13 22:41:37 -08:00
Daniël de Kok
54393d25d8
maturin: 0.7.2 -> 0.7.6
2019-10-04 23:18:22 +02:00
Daniël de Kok
05a0bf99c9
maturin: 0.7.1 -> 0.7.2
...
GitHub release:
https://github.com/PyO3/maturin/releases/tag/v0.7.2
This release provides some cross-compilation fixes.
2019-09-06 19:18:08 +02:00
Daniël de Kok
72f711eada
maturin: 0.7.0 -> 0.7.1
...
Change:
- maturin build --interpreter/maturin publish --interpreter builds
only a source distribution.
2019-08-31 07:36:28 +02:00
Daniël de Kok
7e29ce8a77
maturin: 0.6.1 -> 0.7.0
...
pyo3-pack has been renamed to maturin version 0.7.0. Other larger
changes are:
- Mixed rust/python layout
- Added PEP 517 support
- Support settings all applicable fields from the python core
metadata specification in Cargo.toml
2019-08-30 20:59:44 +02:00