Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pycrdt
Commits:
c111d65d by Antonio Rojas at 2025-12-04T21:41:36+01:00
upgpkg: 0.12.44-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.43
+ pkgver = 0.12.44
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.43
- sha256sums =
cd215d6135a19f0209d7391ee037e45a205435ed1f89478e44f1d7d466e56f88
+ source = git+https://github.com/jupyter-server/pycrdt#tag=0.12.44
+ sha256sums =
8e17ac806ffc77c1609b88e1f0e607a71706f9d18d74f2c4092f9a88db19eee1
pkgname = python-pycrdt
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_pyname=pycrdt
pkgname=python-$_pyname
-pkgver=0.12.43
+pkgver=0.12.44
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=('cd215d6135a19f0209d7391ee037e45a205435ed1f89478e44f1d7d466e56f88')
+sha256sums=('8e17ac806ffc77c1609b88e1f0e607a71706f9d18d74f2c4092f9a88db19eee1')
build() {
cd $_pyname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/c111d65db04575fb7aa3b1f8118c1ed089386406
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/c111d65db04575fb7aa3b1f8118c1ed089386406
You're receiving this email because of your account on gitlab.archlinux.org.