Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pycrdt
Commits:
525179c4 by Antonio Rojas at 2025-01-10T00:11:05+01:00
upgpkg: 0.12.2-1: Update to 0.12.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pycrdt
pkgdesc = CRDTs based on Yrs
- pkgver = 0.12.1
+ pkgver = 0.12.2
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.1
- sha256sums =
3d482a8e32fd5c0a9ca4edcbcc804c544e141a471f4e1a2351351d15eaff913a
+ source = git+https://github.com/jupyter-server/pycrdt#tag=0.12.2
+ sha256sums =
220af5efa27ff474f9d36c61c0f40cfcc6ee05ebb39bda2b562890d3315c7185
pkgname = python-pycrdt
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_pyname=pycrdt
pkgname=python-$_pyname
-pkgver=0.12.1
+pkgver=0.12.2
pkgrel=1
pkgdesc='CRDTs based on Yrs'
arch=(x86_64)
@@ -22,7 +22,7 @@ checkdepends=(python-anyio
python-trio
python-y-py)
source=(git+https://github.com/jupyter-server/pycrdt#tag=$pkgver)
-sha256sums=('3d482a8e32fd5c0a9ca4edcbcc804c544e141a471f4e1a2351351d15eaff913a')
+sha256sums=('220af5efa27ff474f9d36c61c0f40cfcc6ee05ebb39bda2b562890d3315c7185')
build() {
cd $_pyname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/525179c490ff5cc18c8748dbb45e1a4c4cdfc32d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/525179c490ff5cc18c8748dbb45e1a4c4cdfc32d
You're receiving this email because of your account on gitlab.archlinux.org.