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