maturin: update to 0.12.9.

This commit is contained in:
Andrew J. Hesford 2022-02-08 08:26:54 -05:00
parent 93ff387d2e
commit 8cbfb4387c
2 changed files with 13 additions and 13 deletions

View file

@ -1,6 +1,6 @@
--- a/target-lexicon/src/targets.rs --- a/target-lexicon/src/targets.rs
+++ b/target-lexicon/src/targets.rs +++ b/target-lexicon/src/targets.rs
@@ -26,6 +26,7 @@ @@ -29,6 +29,7 @@
Msp430, Msp430,
Nvptx64, Nvptx64,
Powerpc, Powerpc,
@ -8,7 +8,7 @@
Powerpc64, Powerpc64,
Powerpc64le, Powerpc64le,
Riscv32(Riscv32Architecture), Riscv32(Riscv32Architecture),
@@ -517,6 +518,7 @@ @@ -533,6 +534,7 @@
| Mips64(Mips64Architecture::Mipsisa64r6el) | Mips64(Mips64Architecture::Mipsisa64r6el)
| Msp430 | Msp430
| Nvptx64 | Nvptx64
@ -16,15 +16,15 @@
| Powerpc64le | Powerpc64le
| Riscv32(_) | Riscv32(_)
| Riscv64(_) | Riscv64(_)
@@ -553,6 +555,7 @@ @@ -574,6 +576,7 @@
| Sparc | M68k
| Wasm32
| Mips32(_) | Mips32(_)
| Powerpc
+ | PowerpcLe + | PowerpcLe
| Powerpc => Ok(PointerWidth::U32), | XTensa => Ok(PointerWidth::U32),
AmdGcn AmdGcn
| Powerpc64le | Bpfeb
@@ -737,6 +740,7 @@ @@ -763,6 +766,7 @@
Msp430 => f.write_str("msp430"), Msp430 => f.write_str("msp430"),
Nvptx64 => f.write_str("nvptx64"), Nvptx64 => f.write_str("nvptx64"),
Powerpc => f.write_str("powerpc"), Powerpc => f.write_str("powerpc"),
@ -32,7 +32,7 @@
Powerpc64 => f.write_str("powerpc64"), Powerpc64 => f.write_str("powerpc64"),
Powerpc64le => f.write_str("powerpc64le"), Powerpc64le => f.write_str("powerpc64le"),
Riscv32(riscv32) => riscv32.fmt(f), Riscv32(riscv32) => riscv32.fmt(f),
@@ -913,6 +917,7 @@ @@ -943,6 +947,7 @@
"msp430" => Msp430, "msp430" => Msp430,
"nvptx64" => Nvptx64, "nvptx64" => Nvptx64,
"powerpc" => Powerpc, "powerpc" => Powerpc,

View file

@ -1,6 +1,6 @@
# Template file for 'maturin' # Template file for 'maturin'
pkgname=maturin pkgname=maturin
version=0.12.6 version=0.12.9
revision=1 revision=1
build_style=cargo build_style=cargo
build_helper=qemu build_helper=qemu
@ -16,9 +16,9 @@ license="Apache-2.0, MIT"
homepage="https://github.com/PyO3/maturin" homepage="https://github.com/PyO3/maturin"
# bump target-lexicon version if it changes in Cargo.lock # bump target-lexicon version if it changes in Cargo.lock
distfiles="${homepage}/archive/v${version}.tar.gz distfiles="${homepage}/archive/v${version}.tar.gz
https://github.com/bytecodealliance/target-lexicon/archive/v0.12.2.tar.gz>target-lexicon-${version}.tar.gz" https://github.com/bytecodealliance/target-lexicon/archive/v0.12.3.tar.gz>target-lexicon-${version}.tar.gz"
checksum="8642e6a64bd088930e666e930102db57b13bc652cc3498f5c2ddebd6359d059a checksum="26b094c20c9939cc9df5632b4b8d8921c4086b27a4867b439297e616f5781716
b6c2ddab7498cf6eab8e637a5b7895f3170b2f9ef989861d1ff33af6c8459b27" 30ef841ec97532172726787ef9cac3b0cbf565dfdda4b6311e6414ffe63bef3e"
# Tests use unstable features and fail to build # Tests use unstable features and fail to build
make_check=no make_check=no