Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pycrdt
Commits:
b68f5694 by Antonio Rojas at 2024-12-14T00:40:27+01:00
upgpkg: 0.10.9-1: Update to 0.10.9
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pycrdt
pkgdesc = CRDTs based on Yrs
- pkgver = 0.10.8
- pkgrel = 2
+ pkgver = 0.10.9
+ pkgrel = 1
url = https://github.com/jupyter-server/pycrdt
arch = x86_64
license = MIT
@@ -17,7 +17,7 @@ pkgbase = python-pycrdt
depends = gcc-libs
depends = glibc
depends = python
- source = git+https://github.com/jupyter-server/pycrdt#tag=0.10.8
- sha256sums =
757fc6b03d4037472390079c7f12ef8cd37720867927983f61a631669a7468d8
+ source = git+https://github.com/jupyter-server/pycrdt#tag=0.10.9
+ sha256sums =
fba24f72a6016ac2388d43c76e1e858cc69fc6409d8ba9f823d01fb0c2c9926b
pkgname = python-pycrdt
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_pyname=pycrdt
pkgname=python-$_pyname
-pkgver=0.10.8
-pkgrel=2
+pkgver=0.10.9
+pkgrel=1
pkgdesc='CRDTs based on Yrs'
arch=(x86_64)
url='https://github.com/jupyter-server/pycrdt'
@@ -21,7 +21,7 @@ checkdepends=(python-anyio
python-trio
python-y-py)
source=(git+https://github.com/jupyter-server/pycrdt#tag=$pkgver)
-sha256sums=('757fc6b03d4037472390079c7f12ef8cd37720867927983f61a631669a7468d8')
+sha256sums=('fba24f72a6016ac2388d43c76e1e858cc69fc6409d8ba9f823d01fb0c2c9926b')
build() {
cd $_pyname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/b68f5694854d0c2eb35a04c15b24e6f23052b9ba
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/b68f5694854d0c2eb35a04c15b24e6f23052b9ba
You're receiving this email because of your account on gitlab.archlinux.org.