George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-rpds-py
Commits:
395996ff by George Rawlinson at 2024-07-24T17:25:40+12:00
upgpkg: 0.19.0-1
* New upstream release.
- - - - -
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.18.1
+ pkgver = 0.19.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.18.1
- sha512sums =
e02ba2538fb20a1fd10e86e34fa0aae879e105a8c5cad7445967bbd0c745d6586d6cd1fb6fac41432d377e6cc96512a5761e9d07c3783f1cf6e8605ef3bd4c19
- b2sums =
600ba9d00576cffc1991de8b35e8859392a293e192ac4523be89800346b5935151b560ec15e8c1aba812133353546ba3de1701d84a851cb2c0fa79ff74c47a86
+ source =
python-rpds-py::git+https://github.com/crate-py/rpds#tag=v0.19.0
+ sha512sums =
a51c7d87acc1c63b69e62db80f387f36b4f2ad9b64efca1ca01a0b9998bd7dba4de5a245c5e2a5408e30817360d5b503ede243fbeac435896e6368134b38f7ea
+ b2sums =
bb6e76dcf064191742f1729c3177717c8da0a5ccee4039a92bbac86f08555d1a97f79df69d23d8fe23f4f4a6f4725b51f270e0ced13bd2b39770ddd9e7c16729
pkgname = python-rpds-py
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <[email protected]>
pkgname=python-rpds-py
-pkgver=0.18.1
+pkgver=0.19.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=('e02ba2538fb20a1fd10e86e34fa0aae879e105a8c5cad7445967bbd0c745d6586d6cd1fb6fac41432d377e6cc96512a5761e9d07c3783f1cf6e8605ef3bd4c19')
-b2sums=('600ba9d00576cffc1991de8b35e8859392a293e192ac4523be89800346b5935151b560ec15e8c1aba812133353546ba3de1701d84a851cb2c0fa79ff74c47a86')
+sha512sums=('a51c7d87acc1c63b69e62db80f387f36b4f2ad9b64efca1ca01a0b9998bd7dba4de5a245c5e2a5408e30817360d5b503ede243fbeac435896e6368134b38f7ea')
+b2sums=('bb6e76dcf064191742f1729c3177717c8da0a5ccee4039a92bbac86f08555d1a97f79df69d23d8fe23f4f4a6f4725b51f270e0ced13bd2b39770ddd9e7c16729')
prepare() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rpds-py/-/commit/395996ff8036c8862e2e0fd8fe4512595f19d256
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rpds-py/-/commit/395996ff8036c8862e2e0fd8fe4512595f19d256
You're receiving this email because of your account on gitlab.archlinux.org.