Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / maturin
Commits:
a7f27601 by Felix Yan at 2026-03-04T02:41:42+08:00
upgpkg: 1.12.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = maturin
pkgdesc = Build and publish crates with pyo3, rust-cpython and cffi
bindings
- pkgver = 1.12.0
+ pkgver = 1.12.1
pkgrel = 1
url = https://github.com/PyO3/maturin
arch = x86_64
@@ -20,9 +20,9 @@ pkgbase = maturin
makedepends = rust
makedepends = xz
options = !lto
- source = git+https://github.com/PyO3/maturin.git#tag=v1.12.0
- sha512sums =
7edfcbfa8f4134e29d5c0cefa91784393ee3637e9059ed8c4f5a9f9841be68d099bc62b9df5be6c4d6bc3c5898d09aa87da2f630f253ecbc4eb0e2dea0ef760f
- b2sums =
8c5385ee265aebffeca539dc8e762590cf81a3d89cc4c772447b6cb893b6e64400619bfc7b288a535bb7562c9dbe8267bde6890e052c08db785b6961cd48763e
+ source = git+https://github.com/PyO3/maturin.git#tag=v1.12.1
+ sha512sums =
3b152e266015a85c98f935d3ec692343ea735b35eae993a1303d89038a0bac5fed3839a6cfa9703358c22089dbf768f84de1f6f2817a276bdfca1f57a50d3ea3
+ b2sums =
9891a0621c3eeff3e36472cf82fe134e6e84fa79c7f67cd40245efdbc245e88bb4a9f44054d49879c39337467ef8c4fe1b3b8d907fce00d67f14003bcbc2c996
pkgname = maturin
depends = bzip2
@@ -35,5 +35,5 @@ pkgname = maturin
pkgname = python-maturin
pkgdesc = Build and publish crates with pyo3, rust-cpython and cffi
bindings - Python bindings
groups = python-build-backend
- depends = maturin=1.12.0
+ depends = maturin=1.12.1
depends = python
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@ pkgname=(
maturin
python-maturin
)
-pkgver=1.12.0
+pkgver=1.12.1
pkgrel=1
pkgdesc="Build and publish crates with pyo3, rust-cpython and cffi bindings"
url="https://github.com/PyO3/maturin"
@@ -34,8 +34,8 @@ checkdepends=(
# https://github.com/briansmith/ring/issues/1444
options=(!lto)
source=("git+$url.git#tag=v$pkgver")
-sha512sums=('7edfcbfa8f4134e29d5c0cefa91784393ee3637e9059ed8c4f5a9f9841be68d099bc62b9df5be6c4d6bc3c5898d09aa87da2f630f253ecbc4eb0e2dea0ef760f')
-b2sums=('8c5385ee265aebffeca539dc8e762590cf81a3d89cc4c772447b6cb893b6e64400619bfc7b288a535bb7562c9dbe8267bde6890e052c08db785b6961cd48763e')
+sha512sums=('3b152e266015a85c98f935d3ec692343ea735b35eae993a1303d89038a0bac5fed3839a6cfa9703358c22089dbf768f84de1f6f2817a276bdfca1f57a50d3ea3')
+b2sums=('9891a0621c3eeff3e36472cf82fe134e6e84fa79c7f67cd40245efdbc245e88bb4a9f44054d49879c39337467ef8c4fe1b3b8d907fce00d67f14003bcbc2c996')
prepare() {
cd $pkgbase
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/maturin/-/commit/a7f2760162a476e9c8b24d6c1825cca36bd8988b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/maturin/-/commit/a7f2760162a476e9c8b24d6c1825cca36bd8988b
You're receiving this email because of your account on gitlab.archlinux.org.