maturin: update to 1.3.1.

This commit is contained in:
Andrew J. Hesford 2023-10-24 09:43:36 -04:00
parent c531114711
commit ece3410cf2

View file

@ -1,6 +1,6 @@
# Template file for 'maturin' # Template file for 'maturin'
pkgname=maturin pkgname=maturin
version=1.3.0 version=1.3.1
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
build_helper="qemu rust" build_helper="qemu rust"
@ -12,7 +12,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="Apache-2.0, MIT" license="Apache-2.0, MIT"
homepage="https://github.com/PyO3/maturin" homepage="https://github.com/PyO3/maturin"
distfiles="${homepage}/archive/v${version}.tar.gz" distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=bee17a7c744d1f4a30477d4437adba5c97e31e989388a7946be205d0e9bcb9bf checksum=9e4f6cf2b5127103042d7319e9cbeee3df5b429c3c29b930fd360cbf8da84828
# Tests use unstable features and fail to build # Tests use unstable features and fail to build
make_check=no make_check=no