Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pycrdt
Commits:
a29ddeba by Antonio Rojas at 2025-04-22T21:57:03+02:00
upgpkg: 0.12.15-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.14
+ pkgver = 0.12.15
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.14
- sha256sums =
dbb4a1523a647252eab7776a60d7b69f30f6c637685cd711d3178e2c99b6ec07
+ source = git+https://github.com/jupyter-server/pycrdt#tag=0.12.15
+ sha256sums =
7229eca681530d1f639fefc9f2e99463a562c393c39d75f34c69fb5946e8d2d0
pkgname = python-pycrdt
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_pyname=pycrdt
pkgname=python-$_pyname
-pkgver=0.12.14
+pkgver=0.12.15
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=('dbb4a1523a647252eab7776a60d7b69f30f6c637685cd711d3178e2c99b6ec07')
+sha256sums=('7229eca681530d1f639fefc9f2e99463a562c393c39d75f34c69fb5946e8d2d0')
build() {
cd $_pyname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/a29ddebaf064dfd59ce54b5b28debff249489c68
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/a29ddebaf064dfd59ce54b5b28debff249489c68
You're receiving this email because of your account on gitlab.archlinux.org.