Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-pycrdt
Commits: 35dfadcb by Antonio Rojas at 2024-05-06T16:11:14+02:00 upgpkg: 0.8.24-1: Update to 0.8.24 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-pycrdt pkgdesc = CRDTs based on Yrs - pkgver = 0.8.20 + pkgver = 0.8.24 pkgrel = 1 url = https://github.com/jupyter-server/pycrdt arch = x86_64 @@ -15,7 +15,7 @@ pkgbase = python-pycrdt depends = gcc-libs depends = glibc depends = python - source = https://github.com/jupyter-server/pycrdt/archive/v0.8.20/python-pycrdt-0.8.20.tar.gz - sha256sums = ef95781f2ccf1db0bcb70a9a2a36a7a619e8ad8c8b63c21750f41b5f6f421e47 + source = https://github.com/jupyter-server/pycrdt/archive/v0.8.24/python-pycrdt-0.8.24.tar.gz + sha256sums = 9682d2ca28c0da83c9b6fc26b11ae5e184fee840eba70f793267e4d3475a1913 pkgname = python-pycrdt ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ _pyname=pycrdt pkgname=python-$_pyname -pkgver=0.8.20 +pkgver=0.8.24 pkgrel=1 pkgdesc='CRDTs based on Yrs' arch=(x86_64) @@ -19,7 +19,7 @@ checkdepends=(python-objsize python-pytest python-y-py) source=(https://github.com/jupyter-server/pycrdt/archive/v$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('ef95781f2ccf1db0bcb70a9a2a36a7a619e8ad8c8b63c21750f41b5f6f421e47') +sha256sums=('9682d2ca28c0da83c9b6fc26b11ae5e184fee840eba70f793267e4d3475a1913') build() { cd $_pyname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/35dfadcb468161c1b001e3c767d45846330ed0bb -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/35dfadcb468161c1b001e3c767d45846330ed0bb You're receiving this email because of your account on gitlab.archlinux.org.