Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pycrdt
Commits:
3de75be0 by Antonio Rojas at 2024-09-02T15:47:56+02:00
upgpkg: 0.9.11-1: Update to 0.9.11
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pycrdt
pkgdesc = CRDTs based on Yrs
- pkgver = 0.9.8
+ pkgver = 0.9.11
pkgrel = 1
url = https://github.com/jupyter-server/pycrdt
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = python-pycrdt
depends = gcc-libs
depends = glibc
depends = python
- source = git+https://github.com/jupyter-server/pycrdt#tag=v0.9.8
- sha256sums =
b6345c75f44c3f417e8044c73b034f0b2280d09694b572178a0654b926a87bc7
+ source = git+https://github.com/jupyter-server/pycrdt#tag=v0.9.11
+ sha256sums =
7294c282cc5768d35c8e67a9b684645931995baef19735ce7b7299a743a691e8
pkgname = python-pycrdt
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_pyname=pycrdt
pkgname=python-$_pyname
-pkgver=0.9.8
+pkgver=0.9.11
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=v$pkgver)
-sha256sums=('b6345c75f44c3f417e8044c73b034f0b2280d09694b572178a0654b926a87bc7')
+sha256sums=('7294c282cc5768d35c8e67a9b684645931995baef19735ce7b7299a743a691e8')
build() {
cd $_pyname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/3de75be06dd33e5e7ae89522669ae388bc5b5db3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/3de75be06dd33e5e7ae89522669ae388bc5b5db3
You're receiving this email because of your account on gitlab.archlinux.org.