Skip to content

Commit

Permalink
Update python-maturin to version 0.11.4 / rev 6 via SR 922513
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/922513
by user mia + dimstar_suse
- Update to 0.11.4
  * Autodetect PyPy executables
    gh#PyO3/maturin#617
  * auditwheel: add `libz.so.1` to whitelisted libraries
    gh#PyO3/maturin#625
  * auditwheel: detect musl libc
    gh#PyO3/maturin#629
  * Fixed Python 3.10 and later versions detection on Windows
    gh#PyO3/maturin#630
  * Install entrypoint scripts in `maturin develop` command
    gh#PyO3/maturin#633
    gh#PyO3/maturin#634
  * Add support for installing optional dependencies in
    `maturin develop` command
    gh#PyO3/maturin#635
  * Fixed build error when `manylinux`/`compatibility` options is
    specified in `pyproject.toml`
    gh#PyO3/maturin#637
- Changes in 0.11.3:
  * Add path option for Python source
    gh#PyO3/maturin#584
  * Add auditwheel support for musllinux
    gh#PyO3/maturin#597
  * `[tool.m
  • Loading branch information
mia authored and bmwiedemann committed Oct 1, 2021
1 parent 3e1a8c0 commit b199c3b
Show file tree
Hide file tree
Showing 7 changed files with 78 additions and 4 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 @@ -107,4 +107,41 @@
</comment>
<requestid>909889</requestid>
</revision>
<revision rev="6" vrev="1">
<srcmd5>8f1d3808bbcca0f1ef3343b22f1ff4a1</srcmd5>
<version>0.11.4</version>
<time>1633120144</time>
<user>dimstar_suse</user>
<comment>- Update to 0.11.4
* Autodetect PyPy executables
gh#PyO3/maturin#617
* auditwheel: add `libz.so.1` to whitelisted libraries
gh#PyO3/maturin#625
* auditwheel: detect musl libc
gh#PyO3/maturin#629
* Fixed Python 3.10 and later versions detection on Windows
gh#PyO3/maturin#630
* Install entrypoint scripts in `maturin develop` command
gh#PyO3/maturin#633
gh#PyO3/maturin#634
* Add support for installing optional dependencies in
`maturin develop` command
gh#PyO3/maturin#635
* Fixed build error when `manylinux`/`compatibility` options is
specified in `pyproject.toml`
gh#PyO3/maturin#637
- Changes in 0.11.3:
* Add path option for Python source
gh#PyO3/maturin#584
* Add auditwheel support for musllinux
gh#PyO3/maturin#597
* `[tool.maturin]` options from `pyproject.toml` will be used
automatically
gh#PyO3/maturin#605
* Skip unavailable Python interpreters from pyenv
gh#PyO3/maturin#609

- Replace rust-packaging with cargo-packaging</comment>
<requestid>922513</requestid>
</revision>
</revisionlist>
1 change: 0 additions & 1 deletion packages/p/python-maturin/maturin-0.11.2.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/p/python-maturin/maturin-0.11.4.tar.gz
37 changes: 37 additions & 0 deletions packages/p/python-maturin/python-maturin.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
-------------------------------------------------------------------
Fri Oct 1 06:39:31 UTC 2021 - Mia Herkt <mia@0x0.st>

- Update to 0.11.4
* Autodetect PyPy executables
gh#PyO3/maturin#617
* auditwheel: add `libz.so.1` to whitelisted libraries
gh#PyO3/maturin#625
* auditwheel: detect musl libc
gh#PyO3/maturin#629
* Fixed Python 3.10 and later versions detection on Windows
gh#PyO3/maturin#630
* Install entrypoint scripts in `maturin develop` command
gh#PyO3/maturin#633
gh#PyO3/maturin#634
* Add support for installing optional dependencies in
`maturin develop` command
gh#PyO3/maturin#635
* Fixed build error when `manylinux`/`compatibility` options is
specified in `pyproject.toml`
gh#PyO3/maturin#637
- Changes in 0.11.3:
* Add path option for Python source
gh#PyO3/maturin#584
* Add auditwheel support for musllinux
gh#PyO3/maturin#597
* `[tool.maturin]` options from `pyproject.toml` will be used
automatically
gh#PyO3/maturin#605
* Skip unavailable Python interpreters from pyenv
gh#PyO3/maturin#609

-------------------------------------------------------------------
Tue Sep 28 01:18:52 UTC 2021 - William Brown <william.brown@suse.com>

- Replace rust-packaging with cargo-packaging

-------------------------------------------------------------------
Tue Aug 3 00:40:29 UTC 2021 - Mia Herkt <mia@0x0.st>

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 @@ -19,7 +19,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-maturin
Version: 0.11.2
Version: 0.11.4
Release: 0
Summary: Rust/Python Interoperability
License: Apache-2.0 OR MIT
Expand All @@ -28,9 +28,9 @@ Source: https://files.pythonhosted.org/packages/source/m/maturin/maturin
Source1: vendor.tar.xz
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module toml}
BuildRequires: cargo-packaging
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: rust-packaging
Requires(post): update-alternatives
Requires(postun):update-alternatives
%python_subpackages
Expand Down
2 changes: 1 addition & 1 deletion packages/p/python-maturin/vendor.tar.xz

0 comments on commit b199c3b

Please sign in to comment.