maturin: обновление до версии 1.10.1

This commit is contained in:
2025-11-11 16:46:06 +00:00
parent d083fb7021
commit c93bf0ec91

View File

@@ -1,5 +1,5 @@
name='maturin' name='maturin'
version='1.10.0' version='1.10.1'
release='1' release='1'
desc='Build and publish crates with pyo3, rust-cpython and cffi bindings' desc='Build and publish crates with pyo3, rust-cpython and cffi bindings'
desc_ru='Сборка и публикация крейтов с привязками pyo3, rust-cpython и cffi' desc_ru='Сборка и публикация крейтов с привязками pyo3, rust-cpython и cffi'
@@ -108,7 +108,7 @@ build_deps_rhel=("${build_deps[@]}")
build_deps_rosa=("${build_deps[@]}") build_deps_rosa=("${build_deps[@]}")
options=(!lto) options=(!lto)
sources=("https://github.com/PyO3/maturin/archive/v$version/$name-v$version.tar.gz") sources=("https://github.com/PyO3/maturin/archive/v$version/$name-v$version.tar.gz")
checksums=('6e3a79d809c9542710055304f8a20d7995990f356cccf83219edb8ed1bdd5a06') checksums=('9e05314653e9a7bd9ecdcafbf8475abe594a52b6c2fbcbce4dd3bc44f349793e')
_pick() { _pick() {
local p="$1" f d; shift local p="$1" f d; shift