Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-pycrdt
Commits: 13031d03 by Antonio Rojas at 2024-10-25T20:54:39+02:00 upgpkg: 0.10.6-1: Update to 0.10.6 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-pycrdt pkgdesc = CRDTs based on Yrs - pkgver = 0.10.4 + pkgver = 0.10.6 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=0.10.4 - sha256sums = 6581cf9fabed0ff04cddec1779a27998e0e89826868655f962b0533de76620ba + source = git+https://github.com/jupyter-server/pycrdt#tag=0.10.6 + sha256sums = 41a76841b861048eaee23b5c0afe50706ceb5ff001b5ed62e502fcd08e8e56f2 pkgname = python-pycrdt ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ _pyname=pycrdt pkgname=python-$_pyname -pkgver=0.10.4 +pkgver=0.10.6 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=$pkgver) -sha256sums=('6581cf9fabed0ff04cddec1779a27998e0e89826868655f962b0533de76620ba') +sha256sums=('41a76841b861048eaee23b5c0afe50706ceb5ff001b5ed62e502fcd08e8e56f2') build() { cd $_pyname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/13031d03b66a4bbf6f1f539e34d30c70b5a4eb24 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/13031d03b66a4bbf6f1f539e34d30c70b5a4eb24 You're receiving this email because of your account on gitlab.archlinux.org.