Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pycrdt-websocket
Commits:
b7232170 by Antonio Rojas at 2024-10-04T18:45:13+02:00
upgpkg: 0.14.3-1: Update to 0.14.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pycrdt-websocket
pkgdesc = CRDTs based on Yrs
- pkgver = 0.14.2
+ pkgver = 0.14.3
pkgrel = 1
url = https://github.com/jupyter-server/pycrdt-websocket
arch = any
@@ -20,7 +20,7 @@ pkgbase = python-pycrdt-websocket
depends = python-anyio
depends = python-pycrdt
depends = python-sqlite-anyio
- source =
git+https://github.com/jupyter-server/pycrdt-websocket#tag=v0.14.2
- sha256sums =
e69f05fdac6e372e791ea88be7095210f63791de69dbf80b3dc3c53488757c29
+ source =
git+https://github.com/jupyter-server/pycrdt-websocket#tag=v0.14.3
+ sha256sums =
47f8c778e72dbdb7330f1ebb05039c36054c9acd6d13fff2efd310183649ea69
pkgname = python-pycrdt-websocket
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_pyname=pycrdt-websocket
pkgname=python-$_pyname
-pkgver=0.14.2
+pkgver=0.14.3
pkgrel=1
pkgdesc='CRDTs based on Yrs'
arch=(any)
@@ -24,7 +24,7 @@ checkdepends=(hypercorn
python-websockets
uvicorn)
source=(git+https://github.com/jupyter-server/pycrdt-websocket#tag=v$pkgver)
-sha256sums=('e69f05fdac6e372e791ea88be7095210f63791de69dbf80b3dc3c53488757c29')
+sha256sums=('47f8c778e72dbdb7330f1ebb05039c36054c9acd6d13fff2efd310183649ea69')
build() {
cd $_pyname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt-websocket/-/commit/b723217035e0ae269d50fe85d7e3c824be7e4c5a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt-websocket/-/commit/b723217035e0ae269d50fe85d7e3c824be7e4c5a
You're receiving this email because of your account on gitlab.archlinux.org.