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