forked from pool/python-maturin
Accepting request 995047 from devel:languages:python
- Update to v0.13.2 * Add Linux mips64el architecture support gh#PyO3/maturin#1023 * Add Linux mipsel architecture support gh#PyO3/maturin#1024 * Add Linux 32-bit powerpc architecture support gh#PyO3/maturin#1026 * Add Linux sparc64 architecture support gh#PyO3/maturin#1027 * Bump anyhow from 1.0.58 to 1.0.59 gh#PyO3/maturin#1031 * Bump serde from 1.0.140 to 1.0.141 gh#PyO3/maturin#1032 * Bump clap from 3.2.15 to 3.2.16 gh#PyO3/maturin#1033 * Bump tracing from 0.1.35 to 0.1.36 gh#PyO3/maturin#1035 * Bump dialoguer from 0.10.1 to 0.10.2 gh#PyO3/maturin#1034 * Add PEP 440 local version identifier support gh#PyO3/maturin#1037 * Fix path search upon python3 -m maturin gh#PyO3/maturin#1038 * Update cargo-zigbuild to 0.12.0 gh#PyO3/maturin#1042 * Fix inconsistent Cargo.toml and pyproject.toml path handling gh#PyO3/maturin#1043 * Clarify sdist build error due to missing pyproject.toml gh#PyO3/maturin#1045 * Find python module next to pyproject.toml if pyproject.toml exists gh#PyO3/maturin#1044 * Add python-source option to [tool.maturin] section of pyproject.toml gh#PyO3/maturin#1046 * Deprecate support for specifying python metadata in Cargo.toml gh#PyO3/maturin#1048 * Change python-source to be relative to the file specifies it gh#PyO3/maturin#1049 * Change data to be relative to the file specifies it gh#PyO3/maturin#1051 * Update Pyodide to 0.21.0 gh#PyO3/maturin#1056 * Find pyproject.toml in parent directories of Cargo.toml gh#PyO3/maturin#1054 * Deprecate manylinux2010 support gh#PyO3/maturin#858 OBS-URL: https://build.opensuse.org/request/show/995047 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=15
This commit is contained in:
commit
c3c1a1efc7
2
_service
2
_service
@ -1,6 +1,6 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="cargo_vendor" mode="disabled">
|
<service name="cargo_vendor" mode="disabled">
|
||||||
<param name="srctar">maturin-0.13.1.tar.gz</param>
|
<param name="srctar">maturin-0.13.2.tar.gz</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
<param name="update">true</param>
|
<param name="update">true</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:aef6e00e9eb4bdcbd10fda01247f3503354ae9b599b46bd4e55a14ea45b40915
|
|
||||||
size 143288
|
|
3
maturin-0.13.2.tar.gz
Normal file
3
maturin-0.13.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:18882138e633d32e7a18d147ec38c71930db254817f3714e9fd70e01e379e255
|
||||||
|
size 146095
|
@ -1,3 +1,54 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 14 15:29:02 UTC 2022 - Mia Herkt <mia@0x0.st>
|
||||||
|
|
||||||
|
- Update to v0.13.2
|
||||||
|
* Add Linux mips64el architecture support
|
||||||
|
gh#PyO3/maturin#1023
|
||||||
|
* Add Linux mipsel architecture support
|
||||||
|
gh#PyO3/maturin#1024
|
||||||
|
* Add Linux 32-bit powerpc architecture support
|
||||||
|
gh#PyO3/maturin#1026
|
||||||
|
* Add Linux sparc64 architecture support
|
||||||
|
gh#PyO3/maturin#1027
|
||||||
|
* Bump anyhow from 1.0.58 to 1.0.59
|
||||||
|
gh#PyO3/maturin#1031
|
||||||
|
* Bump serde from 1.0.140 to 1.0.141
|
||||||
|
gh#PyO3/maturin#1032
|
||||||
|
* Bump clap from 3.2.15 to 3.2.16
|
||||||
|
gh#PyO3/maturin#1033
|
||||||
|
* Bump tracing from 0.1.35 to 0.1.36
|
||||||
|
gh#PyO3/maturin#1035
|
||||||
|
* Bump dialoguer from 0.10.1 to 0.10.2
|
||||||
|
gh#PyO3/maturin#1034
|
||||||
|
* Add PEP 440 local version identifier support
|
||||||
|
gh#PyO3/maturin#1037
|
||||||
|
* Fix path search upon python3 -m maturin
|
||||||
|
gh#PyO3/maturin#1038
|
||||||
|
* Update cargo-zigbuild to 0.12.0
|
||||||
|
gh#PyO3/maturin#1042
|
||||||
|
* Fix inconsistent Cargo.toml and pyproject.toml path handling
|
||||||
|
gh#PyO3/maturin#1043
|
||||||
|
* Clarify sdist build error due to missing pyproject.toml
|
||||||
|
gh#PyO3/maturin#1045
|
||||||
|
* Find python module next to pyproject.toml if pyproject.toml
|
||||||
|
exists
|
||||||
|
gh#PyO3/maturin#1044
|
||||||
|
* Add python-source option to [tool.maturin] section of
|
||||||
|
pyproject.toml
|
||||||
|
gh#PyO3/maturin#1046
|
||||||
|
* Deprecate support for specifying python metadata in Cargo.toml
|
||||||
|
gh#PyO3/maturin#1048
|
||||||
|
* Change python-source to be relative to the file specifies it
|
||||||
|
gh#PyO3/maturin#1049
|
||||||
|
* Change data to be relative to the file specifies it
|
||||||
|
gh#PyO3/maturin#1051
|
||||||
|
* Update Pyodide to 0.21.0
|
||||||
|
gh#PyO3/maturin#1056
|
||||||
|
* Find pyproject.toml in parent directories of Cargo.toml
|
||||||
|
gh#PyO3/maturin#1054
|
||||||
|
* Deprecate manylinux2010 support
|
||||||
|
gh#PyO3/maturin#858
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 27 01:09:20 UTC 2022 - Mia Herkt <mia@0x0.st>
|
Wed Jul 27 01:09:20 UTC 2022 - Mia Herkt <mia@0x0.st>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-maturin
|
Name: python-maturin
|
||||||
Version: 0.13.1
|
Version: 0.13.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Rust/Python Interoperability
|
Summary: Rust/Python Interoperability
|
||||||
License: Apache-2.0 OR MIT
|
License: Apache-2.0 OR MIT
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:a6c7bcbafb05ef3d3361397a0bd342dcc3f1b38aabde0efabfbbfdcf7788f92a
|
oid sha256:ac60bc532a72bc210d0b26bda230e88b25bea274209686c8c96e97d80ead6fff
|
||||||
size 28053624
|
size 28087824
|
||||||
|
Loading…
x
Reference in New Issue
Block a user