Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pycrdt
Commits:
240bb2a3 by Antonio Rojas at 2024-10-04T18:08:04+02:00
upgpkg: 0.9.16-1: Update to 0.9.16
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pycrdt
pkgdesc = CRDTs based on Yrs
- pkgver = 0.9.15
+ pkgver = 0.9.16
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.15
- sha256sums =
7f5c20b7874548164a359e0d7d6f3ec00ef0fb591031d5f8b1aa93ae27f9e9aa
+ source = git+https://github.com/jupyter-server/pycrdt#tag=v0.9.16
+ sha256sums =
f5aa7e1727d75cbf13c1116abc3b9729241f5edc6ddd10c4de18479973377bcd
pkgname = python-pycrdt
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_pyname=pycrdt
pkgname=python-$_pyname
-pkgver=0.9.15
+pkgver=0.9.16
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=('7f5c20b7874548164a359e0d7d6f3ec00ef0fb591031d5f8b1aa93ae27f9e9aa')
+sha256sums=('f5aa7e1727d75cbf13c1116abc3b9729241f5edc6ddd10c4de18479973377bcd')
build() {
cd $_pyname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/240bb2a30bbd3ac8bcfbe2f9dbc42291dbe369f1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/240bb2a30bbd3ac8bcfbe2f9dbc42291dbe369f1
You're receiving this email because of your account on gitlab.archlinux.org.