George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
python-rpds-py


Commits:
da91ada7 by George Rawlinson at 2026-02-15T07:42:18+00:00
reuse: simplify conf

- - - - -
25bb7241 by George Rawlinson at 2026-02-15T07:44:58+00:00
upgpkg: 0.30.0-3

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- REUSE.toml


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-rpds-py
        pkgdesc = Python bindings to the Rust rpds crate for persistent data 
structures
        pkgver = 0.30.0
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/crate-py/rpds
        arch = x86_64
        license = MIT
@@ -10,7 +10,7 @@ pkgbase = python-rpds-py
        makedepends = python-maturin
        makedepends = python-installer
        depends = glibc
-       depends = gcc-libs
+       depends = libgcc
        depends = python
        source = 
python-rpds-py::git+https://github.com/crate-py/rpds#tag=v0.30.0
        sha512sums = 
72c235574bfbbb1559aa97f228e87ba11c9d165bfabe690d27e59086d4d4b428fca18d858d258aee7f4835fc77f04a587765f7f1c605d1b4557c9a3ac304c816


=====================================
PKGBUILD
=====================================
@@ -2,14 +2,14 @@
 
 pkgname=python-rpds-py
 pkgver=0.30.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Python bindings to the Rust rpds crate for persistent data structures'
 arch=(x86_64)
 url='https://github.com/crate-py/rpds'
 license=(MIT)
 depends=(
   glibc
-  gcc-libs
+  libgcc
   python
 )
 makedepends=(


=====================================
REUSE.toml
=====================================
@@ -3,8 +3,6 @@ version = 1
 [[annotations]]
 path = [
     "PKGBUILD",
-    "README.md",
-    "keys/**",
     ".SRCINFO",
     ".nvchecker.toml",
 ]



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rpds-py/-/compare/222093e00486bd879c1545bc29d8061da1f4df52...25bb7241e2c8d592069057a3e3ae4c6a813005fe

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rpds-py/-/compare/222093e00486bd879c1545bc29d8061da1f4df52...25bb7241e2c8d592069057a3e3ae4c6a813005fe
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to