Skip to content

Commit

Permalink
Update python-maturin to version 0.13.5 / rev 16 via SR 1007049
Browse files Browse the repository at this point in the history
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
mia authored and bmwiedemann committed Sep 30, 2022
1 parent d69aecc commit 2439b96
Show file tree
Hide file tree
Showing 9 changed files with 95 additions and 5 deletions.
Binary file modified packages/p/python-maturin/.files
Binary file not shown.
37 changes: 37 additions & 0 deletions packages/p/python-maturin/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -501,4 +501,41 @@
</comment>
<requestid>995047</requestid>
</revision>
<revision rev="16" vrev="1">
<srcmd5>2ceff2deb9aab51a968ce6e783c830c6</srcmd5>
<version>0.13.5</version>
<time>1664553453</time>
<user>RBrownFactory</user>
<comment>- 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</comment>
<requestid>1007049</requestid>
</revision>
</revisionlist>
2 changes: 1 addition & 1 deletion packages/p/python-maturin/.servicemark
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cab7af0b5c7867571ff3f8c8696d28db
46db94ca4ece1d7cebb5aeddf20cf357
2 changes: 1 addition & 1 deletion packages/p/python-maturin/_service
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<services>
<service name="cargo_vendor" mode="disabled">
<param name="srctar">maturin-0.13.2.tar.gz</param>
<param name="srctar">maturin-0.13.5.tar.gz</param>
<param name="compression">xz</param>
<param name="update">true</param>
</service>
Expand Down
1 change: 0 additions & 1 deletion packages/p/python-maturin/maturin-0.13.2.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/p/python-maturin/maturin-0.13.5.tar.gz
53 changes: 53 additions & 0 deletions packages/p/python-maturin/python-maturin.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,56 @@
-------------------------------------------------------------------
Thu Sep 29 18:36:10 UTC 2022 - Mia Herkt <mia@0x0.st>

- 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 <mia@0x0.st>

Expand Down
2 changes: 1 addition & 1 deletion packages/p/python-maturin/python-maturin.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: python-maturin
Version: 0.13.2
Version: 0.13.5
Release: 0
Summary: Rust/Python Interoperability
License: Apache-2.0 OR MIT
Expand Down
2 changes: 1 addition & 1 deletion packages/p/python-maturin/vendor.tar.xz

0 comments on commit 2439b96

Please sign in to comment.