Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pycrdt
Commits:
24df2b90 by Antonio Rojas at 2024-12-09T17:25:38+01:00
upgpkg: 0.10.8-1: Update to 0.10.8
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pycrdt
pkgdesc = CRDTs based on Yrs
- pkgver = 0.10.7
- pkgrel = 2
+ pkgver = 0.10.8
+ 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.7
- sha256sums =
eebe5d22b921a497868270b573fd65cd5877f61dc38b1bf2b4688673cdd5232c
+ source = git+https://github.com/jupyter-server/pycrdt#tag=0.10.8
+ sha256sums =
757fc6b03d4037472390079c7f12ef8cd37720867927983f61a631669a7468d8
pkgname = python-pycrdt
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_pyname=pycrdt
pkgname=python-$_pyname
-pkgver=0.10.7
-pkgrel=2
+pkgver=0.10.8
+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=('eebe5d22b921a497868270b573fd65cd5877f61dc38b1bf2b4688673cdd5232c')
+sha256sums=('757fc6b03d4037472390079c7f12ef8cd37720867927983f61a631669a7468d8')
build() {
cd $_pyname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/24df2b90852ffcd9360eae61b8956b6fb34f3816
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/24df2b90852ffcd9360eae61b8956b6fb34f3816
You're receiving this email because of your account on gitlab.archlinux.org.