Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pycrdt
Commits:
2b15ce8b by Antonio Rojas at 2024-08-01T08:30:59+02:00
upgpkg: 0.9.8-1: Update to 0.9.8
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pycrdt
pkgdesc = CRDTs based on Yrs
- pkgver = 0.9.7
+ pkgver = 0.9.8
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.7
- sha256sums =
58e96b939d75f05aefaa90459d339d0b511e95a3b9ad031bdaf98b2402df9fa2
+ source = git+https://github.com/jupyter-server/pycrdt#tag=v0.9.8
+ sha256sums =
b6345c75f44c3f417e8044c73b034f0b2280d09694b572178a0654b926a87bc7
pkgname = python-pycrdt
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_pyname=pycrdt
pkgname=python-$_pyname
-pkgver=0.9.7
+pkgver=0.9.8
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=('58e96b939d75f05aefaa90459d339d0b511e95a3b9ad031bdaf98b2402df9fa2')
+sha256sums=('b6345c75f44c3f417e8044c73b034f0b2280d09694b572178a0654b926a87bc7')
build() {
cd $_pyname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/2b15ce8b7ad68cfd960b1ce62588e8dd29f7cb8c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/2b15ce8b7ad68cfd960b1ce62588e8dd29f7cb8c
You're receiving this email because of your account on gitlab.archlinux.org.