Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pycrdt
Commits:
7f4dcb73 by Antonio Rojas at 2026-02-02T15:15:55+01:00
upgpkg: 0.12.46-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.45
+ pkgver = 0.12.46
pkgrel = 1
url = https://github.com/jupyter-server/pycrdt
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = python-pycrdt
depends = glibc
depends = python
depends = python-anyio
- source = git+https://github.com/jupyter-server/pycrdt#tag=0.12.45
- sha256sums =
28b943ce01822a9f860d998d7f4ffba44b05c5ff97378b898197f5fde9b1b7bc
+ source = git+https://github.com/jupyter-server/pycrdt#tag=0.12.46
+ sha256sums =
71c61886f1cf2096f29eeed4dfb7f3d58632d759d379151e64423ce239df19e4
pkgname = python-pycrdt
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_pyname=pycrdt
pkgname=python-$_pyname
-pkgver=0.12.45
+pkgver=0.12.46
pkgrel=1
pkgdesc='CRDTs based on Yrs'
arch=(x86_64)
@@ -22,7 +22,7 @@ checkdepends=(python-anyio
python-pytest-mypy-testing
python-trio)
source=(git+https://github.com/jupyter-server/pycrdt#tag=$pkgver)
-sha256sums=('28b943ce01822a9f860d998d7f4ffba44b05c5ff97378b898197f5fde9b1b7bc')
+sha256sums=('71c61886f1cf2096f29eeed4dfb7f3d58632d759d379151e64423ce239df19e4')
build() {
cd $_pyname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/7f4dcb73fbc8b3296ba86872f013c6ddeba6933d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/7f4dcb73fbc8b3296ba86872f013c6ddeba6933d
You're receiving this email because of your account on gitlab.archlinux.org.