Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pycrdt
Commits:
62c83402 by Antonio Rojas at 2023-12-22T21:31:11+01:00
upgpkg: 0.7.3-1: Update to 0.7.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pycrdt
pkgdesc = CRDTs based on Yrs
- pkgver = 0.7.2
+ pkgver = 0.7.3
pkgrel = 1
url = https://github.com/jupyter-server/pycrdt
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = python-pycrdt
depends = gcc-libs
depends = glibc
depends = python
- source =
https://github.com/jupyter-server/pycrdt/archive/v0.7.2/python-pycrdt-0.7.2.tar.gz
- sha256sums =
585195de60b949c63c2bcc049b74c16dbed5e0dd2582297e187bc90697707c80
+ source =
https://github.com/jupyter-server/pycrdt/archive/v0.7.3/python-pycrdt-0.7.3.tar.gz
+ sha256sums =
006b0037c42d3759b31a69cdfdc1e4c7ea346de35bfcb717be560156f673598b
pkgname = python-pycrdt
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_pyname=pycrdt
pkgname=python-$_pyname
-pkgver=0.7.2
+pkgver=0.7.3
pkgrel=1
pkgdesc='CRDTs based on Yrs'
arch=(x86_64)
@@ -18,7 +18,7 @@ checkdepends=(python-pydantic
python-pytest
python-y-py)
source=(https://github.com/jupyter-server/pycrdt/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('585195de60b949c63c2bcc049b74c16dbed5e0dd2582297e187bc90697707c80')
+sha256sums=('006b0037c42d3759b31a69cdfdc1e4c7ea346de35bfcb717be560156f673598b')
build() {
cd $_pyname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/62c83402841a37aec6c1d2ba5af108982bc86327
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/62c83402841a37aec6c1d2ba5af108982bc86327
You're receiving this email because of your account on gitlab.archlinux.org.