-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update python-maturin to version 0.13.5 / rev 16 via SR 1007049
https://build.opensuse.org/request/show/1007049 by user mia + RBrownFactory - Update to v0.13.5 * Fix resolving crate name bug gh#PyO3/maturin#1142 - Changes in v0.13.4: * Fix Cargo.toml in new project template gh#PyO3/maturin#1109 * Fix maturin develop on Windows when using Python installed from msys2 gh#PyO3/maturin#1112 * Fix duplicated Cargo.toml of local dependencies in sdist gh#PyO3/maturin#1114 * Add support for Cargo workspace dependencies inheritance gh#PyO3/maturin#1123 * Add support for Cargo workspace metadata inheritance gh#PyO3/maturin#1131 * Use goblin instead of shelling out to patchelf to get rpath gh#PyO3/maturin#1139 - Changes in v0.13.3: * Allow user to override default Emscripten settings gh#PyO3/maturin#1059 * Enable --crate-type cdylib on Rust 1.64.0 gh#PyO3/maturin#1060 * Update MSR
- Loading branch information
1 parent
d69aecc
commit 2439b96
Showing
9 changed files
with
95 additions
and
5 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
cab7af0b5c7867571ff3f8c8696d28db | ||
46db94ca4ece1d7cebb5aeddf20cf357 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/ipfs/bafkreicjcympo7pha2lsnhwgfvhbm3doy2zwnhjde2q5vvb2jgstd4x6p4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,56 @@ | ||
------------------------------------------------------------------- | ||
Thu Sep 29 18:36:10 UTC 2022 - Mia Herkt <[email protected]> | ||
|
||
- Update to v0.13.5 | ||
* Fix resolving crate name bug | ||
gh#PyO3/maturin#1142 | ||
- Changes in v0.13.4: | ||
* Fix Cargo.toml in new project template | ||
gh#PyO3/maturin#1109 | ||
* Fix maturin develop on Windows when using Python installed | ||
from msys2 | ||
gh#PyO3/maturin#1112 | ||
* Fix duplicated Cargo.toml of local dependencies in sdist | ||
gh#PyO3/maturin#1114 | ||
* Add support for Cargo workspace dependencies inheritance | ||
gh#PyO3/maturin#1123 | ||
* Add support for Cargo workspace metadata inheritance | ||
gh#PyO3/maturin#1131 | ||
* Use goblin instead of shelling out to patchelf to get rpath | ||
gh#PyO3/maturin#1139 | ||
- Changes in v0.13.3: | ||
* Allow user to override default Emscripten settings | ||
gh#PyO3/maturin#1059 | ||
* Enable --crate-type cdylib on Rust 1.64.0 | ||
gh#PyO3/maturin#1060 | ||
* Update MSRV to 1.59.0 | ||
gh#PyO3/maturin#1071 | ||
* Fix abi3 wheel build when no Python interpreters found | ||
gh#PyO3/maturin#1072 | ||
* Add zig ar support | ||
gh#PyO3/maturin#1073 | ||
* Fix sdist build for optional path dependencies | ||
gh#PyO3/maturin#1084 | ||
* auditwheel: find dylibs in Cargo target directory | ||
gh#PyO3/maturin#1092 | ||
* Add library search paths in Cargo target directory to rpath in | ||
editable mode on Linux | ||
gh#PyO3/maturin#1094 | ||
* Remove default manifest path for maturin sdist command | ||
gh#PyO3/maturin#1097 | ||
* Fix sdist when pyproject.toml isn’t in the same dir of | ||
Cargo.toml | ||
gh#PyO3/maturin#1099 | ||
* Change readme and license paths in pyproject.toml to be | ||
relative to pyproject.toml | ||
gh#PyO3/maturin#1100. It’s technically a breaking | ||
* change, but previously it doesn’t work properly. | ||
* Add python source files specified in pyproject.toml to sdist | ||
gh#PyO3/maturin#1102 | ||
* Change sdist-include paths to be relative to pyproject.toml | ||
gh#PyO3/maturin#1103 | ||
|
||
|
||
------------------------------------------------------------------- | ||
Sun Aug 14 15:29:02 UTC 2022 - Mia Herkt <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/ipfs/bafybeicem2ryteno5fmgcdxouesvdqtg72cqfm2tvrk4yo64ajyuri5zp4 | ||
/ipfs/bafybeidzvptvhl6j3cnp7mtm2gqhjpzr2krcnbpigequ466624kv26n2hm |