Skip to content

Commit

Permalink
Update python-maturin to version 0.14.9 / rev 24 via SR 1057818
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1057818
by user mia + dimstar_suse
- Don't pass MACOSX_DEPLOYMENT_TARGET when query default value from
  rustc
  gh#PyO3/maturin#1395
  • Loading branch information
mia authored and bmwiedemann committed Jan 12, 2023
1 parent 9f20b0d commit 56da248
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 20 deletions.
Binary file modified packages/p/python-maturin/.files
Binary file not shown.
10 changes: 10 additions & 0 deletions packages/p/python-maturin/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -719,4 +719,14 @@
gh#PyO3/maturin#1381</comment>
<requestid>1056955</requestid>
</revision>
<revision rev="24" vrev="1">
<srcmd5>6fad8bd9fd25c1c680a4a5a4606a326c</srcmd5>
<version>0.14.9</version>
<time>1673559874</time>
<user>dimstar_suse</user>
<comment>- Don't pass MACOSX_DEPLOYMENT_TARGET when query default value from
rustc
gh#PyO3/maturin#1395</comment>
<requestid>1057818</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 @@
e0c927677f8992ae0568781c8b72c1ed
82842bee2c3e82dfcb1c63c81147d8f6
1 change: 0 additions & 1 deletion packages/p/python-maturin/maturin-0.14.8.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/p/python-maturin/maturin-0.14.9.tar.gz
55 changes: 39 additions & 16 deletions packages/p/python-maturin/python-maturin.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jan 11 15:09:08 UTC 2023 - Mia Herkt <[email protected]>

- Don't pass MACOSX_DEPLOYMENT_TARGET when query default value from
rustc
gh#PyO3/maturin#1395

-------------------------------------------------------------------
Mon Jan 9 01:59:53 UTC 2023 - Mia Herkt <[email protected]>

Expand Down Expand Up @@ -310,59 +317,75 @@ Wed Jul 27 01:09:20 UTC 2022 - Mia Herkt <[email protected]>
Mon Jul 18 21:19:11 UTC 2022 - Ben Greiner <[email protected]>

- Update to v0.13.0
* Drop python 3.6 by @konstin in #945
* Drop python 3.6
gh#PyO3/maturin#945
* Add support for building with multiple binary targets by
@messense in #948
* Add a --target option to maturin list-python command by
@messense in #957
* Add support for using bundled python sysconfigs for PyPy when
abi3 feature is enabled by @messense in #958
abi3 feature is enabled
gh#PyO3/maturin#958
* Filter cargo targets by kind instead of crate_types by
@messense in #959
* Don't build sdist by default in maturin build command by
@messense in #955
* Add support for cross compiling PyPy wheels when abi3 feature
is enabled by @messense in #963
is enabled
gh#PyO3/maturin#963
* Update actions/checkout and actions/setup-python versions by
@messense in #965
* Add --find-interpreter option to build and publish commands by
@messense in #964
* Infer target triple from ARCHFLAGS for macOS by @messense in
#967
* Add bootstrap from sdist test to CI by @messense in #968
* Add bootstrap from sdist test to CI
gh#PyO3/maturin#968
* Upload wheel artifacts in bootstrap test for inspection by
@messense in #971
* Expose commonly used Cargo CLI options in maturin build command
by @messense in #972

gh#PyO3/maturin#972
* Add support for wasm32-unknown-emscripten target by @messense
in #974
* Allow overriding platform release version using env var by
@messense in #975
* Don't warn if package not listed in cargo metadata is a
dependency of Rust std by @messense in #976
dependency of Rust std
gh#PyO3/maturin#976
* Fix Emscripten CI: Pyodide packages.json was moved to
repodata.json by @hoodmane in #977
repodata.json
gh#PyO3/maturin#977
* Emscripten: Use -Z link-native-libraries=no and remove emcc
wrapper by @hoodmane in #978
wrapper
gh#PyO3/maturin#978
* Fix maturin develop for arm64 Python on M1 Mac when default
toolchain is x86_64 by @messense in #980
* Improvements to Emscripten/Pyodide CI by @hoodmane in #983
toolchain is x86_64
gh#PyO3/maturin#980
* Improvements to Emscripten/Pyodide CI
gh#PyO3/maturin#983
* Setup Pyodide with nox for easier local testing by @messense in
#984
* Remove -Zbuild-std for Emscripten target by @messense in #986
* Add --repository option to upload command by @messense in #987
* Remove -Zbuild-std for Emscripten target
gh#PyO3/maturin#986
* Add --repository option to upload command
gh#PyO3/maturin#987
* Only lookup bundled Python sysconfig when interpreters aren't
specified as file path by @messense in #988
specified as file path
gh#PyO3/maturin#988
* Align some maturin build options with cargo by @messense in
#991
* Find CPython upper to 3.12 and PyPy upper to 3.10 by @messense
in #993
* Add aliases for maturin build and develop subcommands by
@messense in #994
* Update zbus to 1.9.3 to fix GHSA-76w9-p8mg-j927 and
GHSA-wgrg-5h56-jg27 by @messense in #996
* Update to Rust 1.62 for Docker image by @messense in #997
* Upgrade setuptools-rust to 1.4.0 by @messense in #998
GHSA-wgrg-5h56-jg27
gh#PyO3/maturin#996
* Update to Rust 1.62 for Docker image
gh#PyO3/maturin#997
* Upgrade setuptools-rust to 1.4.0
gh#PyO3/maturin#998
* Bump openssl-src from 111.21.0+1.1.1p to 111.22.0+1.1.1q by
@dependabot in #1000
* Update user guide for the upcoming 0.13 release by @messense in
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.14.8
Version: 0.14.9
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 56da248

Please sign in to comment.