Skip to content

Commit

Permalink
Update python-maturin to version 0.14.0 / rev 18 via SR 1036879
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1036879
by user mia + dimstar_suse
- Update to v0.14.0:
* Breaking Change: Remove support for specifying python package
  metadata in `Cargo.toml`
  Python package metadata should be specified in the `project`
  section of `pyproject.toml` instead as PEP 621 specifies.
  gh#PyO3/maturin#1200
* Initial support for shipping bin targets as wasm32-wasi binaries
  that are run through wasmtime
  Note that wasmtime currently only support the five most popular
  platforms and that wasi binaries have restrictions when
  interacting with the host.
  Usage is by setting `--target wasm32-wasi`.
  gh#PyO3/maturin#1107
* Add support for python first `src` project layout
  gh#PyO3/maturin#1185
* Add `--src` option to generate src layout for mixed Python/Rust
  projects
  gh#PyO3/maturin#1189
* Add Python metadata support for `license-file
  • Loading branch information
mia authored and bmwiedemann committed Nov 20, 2022
1 parent b393690 commit 685d670
Show file tree
Hide file tree
Showing 8 changed files with 103 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 @@ -561,4 +561,41 @@
</comment>
<requestid>1030882</requestid>
</revision>
<revision rev="18" vrev="1">
<srcmd5>18ad026c1be85b07cae95ffb5fb70bd3</srcmd5>
<version>0.14.0</version>
<time>1668970030</time>
<user>dimstar_suse</user>
<comment>- Update to v0.14.0:
* Breaking Change: Remove support for specifying python package
metadata in `Cargo.toml`
Python package metadata should be specified in the `project`
section of `pyproject.toml` instead as PEP 621 specifies.
gh#PyO3/maturin#1200
* Initial support for shipping bin targets as wasm32-wasi binaries
that are run through wasmtime
Note that wasmtime currently only support the five most popular
platforms and that wasi binaries have restrictions when
interacting with the host.
Usage is by setting `--target wasm32-wasi`.
gh#PyO3/maturin#1107
* Add support for python first `src` project layout
gh#PyO3/maturin#1185
* Add `--src` option to generate src layout for mixed Python/Rust
projects
gh#PyO3/maturin#1189
* Add Python metadata support for `license-file` field of
`Cargo.toml`
gh#PyO3/maturin#1195
* Upgrade to clap 4.0
This bumps MSRV to 1.61.0.
gh#PyO3/maturin#1197
* Remove `workspace.members` in `Cargo.toml` from sdist if there
isn't any path dependency
in #[1227](https://github.com/PyO3/maturin/pull/1227)
* Fix auditwheel `libpython` check on Python 3.7 and older
versions
gh#PyO3/maturin#1229</comment>
<requestid>1036879</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 @@
6843fe9cdd0556b3c8bea9004e2f8978
f86cda2a558fbebea3a660d10aee36fa
1 change: 0 additions & 1 deletion packages/p/python-maturin/maturin-0.13.6.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/p/python-maturin/maturin-0.14.0.tar.gz
61 changes: 61 additions & 0 deletions packages/p/python-maturin/python-maturin.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,64 @@
-------------------------------------------------------------------
Sun Nov 20 07:40:57 UTC 2022 - Mia Herkt <mia@0x0.st>

- Update to v0.14.0:
* Breaking Change: Remove support for specifying python package
metadata in `Cargo.toml`
Python package metadata should be specified in the `project`
section of `pyproject.toml` instead as PEP 621 specifies.
gh#PyO3/maturin#1200
* Initial support for shipping bin targets as wasm32-wasi binaries
that are run through wasmtime
Note that wasmtime currently only support the five most popular
platforms and that wasi binaries have restrictions when
interacting with the host.
Usage is by setting `--target wasm32-wasi`.
gh#PyO3/maturin#1107
* Add support for python first `src` project layout
gh#PyO3/maturin#1185
* Add `--src` option to generate src layout for mixed Python/Rust
projects
gh#PyO3/maturin#1189
* Add Python metadata support for `license-file` field of
`Cargo.toml`
gh#PyO3/maturin#1195
* Upgrade to clap 4.0
This bumps MSRV to 1.61.0.
gh#PyO3/maturin#1197
* Remove `workspace.members` in `Cargo.toml` from sdist if there
isn't any path dependency
in #[1227](https://github.com/PyO3/maturin/pull/1227)
* Fix auditwheel `libpython` check on Python 3.7 and older
versions
gh#PyO3/maturin#1229
* Use generic tags when
`sys.implementation.name` != `platform.python_implementation()`
Fixes the compatibility tags for Pyston.
gh#PyO3/maturin#1232
* Set default macOS deployment target version if
`MACOSX_DEPLOYMENT_TARGET` isn't specified
gh#PyO3/maturin#1251
* Add support for 32-bit x86 FreeBSD target
gh#PyO3/maturin#1254
* Add `[tool.maturin.include]` and `[tool.maturin.exclude]` and
deprecate `[tool.maturin.sdist-include]`
gh#PyO3/maturin#1255
* Ignore sdist tar ball instead of error out
gh#PyO3/maturin#1259
* Add support for `uniffi` bindings
gh#PyO3/maturin#1275

-------------------------------------------------------------------
Thu Nov 10 09:11:29 UTC 2022 - Mia Herkt <mia@0x0.st>

- Update to v0.13.7:
* Fix macOS LC_ID_DYLIB for abi3 wheels
gh#PyO3/maturin#1208
* Pass --locked to Cargo when bootstrap from sdisFix build for Python 3.11 on Windows
gh#PyO3/maturin#1222
* Fix build for Python 3.11 on Windows
gh#PyO3/maturin#1222

-------------------------------------------------------------------
Mon Oct 24 12:24:47 UTC 2022 - Matej Cepl <mcepl@suse.com>

Expand Down
4 changes: 2 additions & 2 deletions 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.6
Version: 0.14.0
Release: 0
Summary: Rust/Python Interoperability
License: Apache-2.0 OR MIT
Expand Down Expand Up @@ -71,7 +71,7 @@ sed -i '1{/env python/d}' maturin/__init__.py

%files %{python_files}
%license license-apache license-mit
%doc Changelog.md Readme.md
%doc Changelog.md README.md
%python_alternative %{_bindir}/maturin
%{python_sitearch}/maturin
%{python_sitearch}/maturin-%{version}*-info
Expand Down
2 changes: 1 addition & 1 deletion packages/p/python-maturin/vendor.tar.xz

0 comments on commit 685d670

Please sign in to comment.