George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-rpds-py
Commits:
883b06fc by George Rawlinson at 2025-12-02T06:27:31+00:00
upgpkg: 0.30.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-rpds-py
pkgdesc = Python bindings to the Rust rpds crate for persistent data
structures
- pkgver = 0.29.0
+ pkgver = 0.30.0
pkgrel = 1
url = https://github.com/crate-py/rpds
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = python-rpds-py
depends = glibc
depends = gcc-libs
depends = python
- source =
python-rpds-py::git+https://github.com/crate-py/rpds#tag=v0.29.0
- sha512sums =
fc97edd67afe980a29f256c8f42f40aa26c9a27710a64c0c3ddd40dd8ab28b8ea754838a091ce55e3350bf44db701731554c05d68051e2428d1c133e6981f506
- b2sums =
f2af9db91a8bac142820a80104fcb74ad23009a9afa2eb12fd43d78b8c3b5539f0caf31a2c1a096eb713fe73c175ae296f20b8438c40532fb7642ff1109f2e23
+ source =
python-rpds-py::git+https://github.com/crate-py/rpds#tag=v0.30.0
+ sha512sums =
72c235574bfbbb1559aa97f228e87ba11c9d165bfabe690d27e59086d4d4b428fca18d858d258aee7f4835fc77f04a587765f7f1c605d1b4557c9a3ac304c816
+ b2sums =
a0c2b8438f4dd5feaf5eb75101216d12bea91ccf85e1ae07a6e8e5918b35b07aefd8517241d4cfe7a808655ecffb8a52c8071d4da7f72c610657828526b3a88f
pkgname = python-rpds-py
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <[email protected]>
pkgname=python-rpds-py
-pkgver=0.29.0
+pkgver=0.30.0
pkgrel=1
pkgdesc='Python bindings to the Rust rpds crate for persistent data structures'
arch=(x86_64)
@@ -19,8 +19,8 @@ makedepends=(
python-installer
)
source=("$pkgname::git+$url#tag=v$pkgver")
-sha512sums=('fc97edd67afe980a29f256c8f42f40aa26c9a27710a64c0c3ddd40dd8ab28b8ea754838a091ce55e3350bf44db701731554c05d68051e2428d1c133e6981f506')
-b2sums=('f2af9db91a8bac142820a80104fcb74ad23009a9afa2eb12fd43d78b8c3b5539f0caf31a2c1a096eb713fe73c175ae296f20b8438c40532fb7642ff1109f2e23')
+sha512sums=('72c235574bfbbb1559aa97f228e87ba11c9d165bfabe690d27e59086d4d4b428fca18d858d258aee7f4835fc77f04a587765f7f1c605d1b4557c9a3ac304c816')
+b2sums=('a0c2b8438f4dd5feaf5eb75101216d12bea91ccf85e1ae07a6e8e5918b35b07aefd8517241d4cfe7a808655ecffb8a52c8071d4da7f72c610657828526b3a88f')
prepare() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rpds-py/-/commit/883b06fcb126a9744534b5b1a78dcb2f04773e32
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rpds-py/-/commit/883b06fcb126a9744534b5b1a78dcb2f04773e32
You're receiving this email because of your account on gitlab.archlinux.org.