From 31a14a7fc7ca0b34d1275707d7b65d6a4d83834e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 9 Mar 2022 14:54:45 -0500 Subject: [PATCH] maturin: update to 0.12.10. --- srcpkgs/maturin/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/maturin/template b/srcpkgs/maturin/template index d3c387fdfaa..a7de61b7704 100644 --- a/srcpkgs/maturin/template +++ b/srcpkgs/maturin/template @@ -1,15 +1,15 @@ # Template file for 'maturin' pkgname=maturin -version=0.12.9 +version=0.12.10 revision=1 build_style=cargo build_helper=qemu # Disable the 'rustls' feature, which leads to bad platform compatibility # The list of enabled features should be reconciled with each new release configure_args="--no-default-features --features log,upload,human-panic" -hostmakedepends="python3-setuptools python3-toml" +hostmakedepends="python3-setuptools python3-tomli" makedepends="openssl-devel" -depends="python3-toml" +depends="python3-tomli" short_desc="Build and publish crates as python packages" maintainer="Andrew J. Hesford " license="Apache-2.0, MIT" @@ -17,7 +17,7 @@ homepage="https://github.com/PyO3/maturin" # bump target-lexicon version if it changes in Cargo.lock distfiles="${homepage}/archive/v${version}.tar.gz https://github.com/bytecodealliance/target-lexicon/archive/v0.12.3.tar.gz>target-lexicon-${version}.tar.gz" -checksum="26b094c20c9939cc9df5632b4b8d8921c4086b27a4867b439297e616f5781716 +checksum="764d91bb35a41d0fa389f3e8179353c0a7e173fbb52c6d434e2877951f15e4a4 30ef841ec97532172726787ef9cac3b0cbf565dfdda4b6311e6414ffe63bef3e" # Tests use unstable features and fail to build make_check=no