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

This commit is contained in:
2025-11-19 16:46:06 +00:00
parent 728678b813
commit 77f30187bf

View File

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