forked from pool/python-maturin
Accepting request 1007049 from devel:languages:python
- 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 OBS-URL: https://build.opensuse.org/request/show/1007049 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=16
This commit is contained in:
commit
c542da3f8d
2
_service
2
_service
@ -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>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18882138e633d32e7a18d147ec38c71930db254817f3714e9fd70e01e379e255
|
||||
size 146095
|
3
maturin-0.13.5.tar.gz
Normal file
3
maturin-0.13.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:491618f77de70697269ec62d4e166c6ec6b3669d2326a1dad43a49a531f2fe7f
|
||||
size 150198
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac60bc532a72bc210d0b26bda230e88b25bea274209686c8c96e97d80ead6fff
|
||||
size 28087824
|
||||
oid sha256:61c621957fd81d383e6112b639d76a1dfcf0d6ce777598e84e02ba57c45d3fc8
|
||||
size 28572708
|
||||
|
Loading…
x
Reference in New Issue
Block a user