Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pycrdt
Commits:
7a497813 by Antonio Rojas at 2024-10-11T16:43:02+02:00
upgpkg: 0.10.3-1: Update to 0.10.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pycrdt
pkgdesc = CRDTs based on Yrs
- pkgver = 0.10.2
+ pkgver = 0.10.3
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.10.2
- sha256sums =
26efdec51ab2d82c3632a722b722baf2bae9a679df6cdc4299ca13ffa32bfc2c
+ source = git+https://github.com/jupyter-server/pycrdt#tag=v0.10.3
+ sha256sums =
9dd18703bcd07ac21f2c2fb979947fc7beba4dc2f795e15a01e60aaa935b54d0
pkgname = python-pycrdt
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_pyname=pycrdt
pkgname=python-$_pyname
-pkgver=0.10.2
+pkgver=0.10.3
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=('26efdec51ab2d82c3632a722b722baf2bae9a679df6cdc4299ca13ffa32bfc2c')
+sha256sums=('9dd18703bcd07ac21f2c2fb979947fc7beba4dc2f795e15a01e60aaa935b54d0')
build() {
cd $_pyname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/7a49781380fb3c78745ac32cae9d143eaa3afdd1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/7a49781380fb3c78745ac32cae9d143eaa3afdd1
You're receiving this email because of your account on gitlab.archlinux.org.