Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pycrdt
Commits:
c58bb4f5 by Antonio Rojas at 2025-09-19T19:39:48+02:00
upgpkg: 0.12.34-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pycrdt
pkgdesc = CRDTs based on Yrs
- pkgver = 0.12.32
+ pkgver = 0.12.34
pkgrel = 1
url = https://github.com/jupyter-server/pycrdt
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = python-pycrdt
depends = glibc
depends = python
depends = python-anyio
- source = git+https://github.com/jupyter-server/pycrdt#tag=0.12.32
- sha256sums =
2917636912bee58fa62500052674b5c54f111acf49b7626d376a2646effff331
+ source = git+https://github.com/jupyter-server/pycrdt#tag=0.12.34
+ sha256sums =
2b517bd78d0bb028b511a010b7c1e1bcc07c72759784fd26d4f60f310814d814
pkgname = python-pycrdt
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_pyname=pycrdt
pkgname=python-$_pyname
-pkgver=0.12.32
+pkgver=0.12.34
pkgrel=1
pkgdesc='CRDTs based on Yrs'
arch=(x86_64)
@@ -23,7 +23,7 @@ checkdepends=(python-anyio
python-trio
python-y-py)
source=(git+https://github.com/jupyter-server/pycrdt#tag=$pkgver)
-sha256sums=('2917636912bee58fa62500052674b5c54f111acf49b7626d376a2646effff331')
+sha256sums=('2b517bd78d0bb028b511a010b7c1e1bcc07c72759784fd26d4f60f310814d814')
build() {
cd $_pyname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/c58bb4f566a8d2092b16516baa7c2b7918a3e008
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/c58bb4f566a8d2092b16516baa7c2b7918a3e008
You're receiving this email because of your account on gitlab.archlinux.org.