Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pycrdt
Commits:
c98a5cc3 by Antonio Rojas at 2023-12-26T16:34:39+01:00
upgpkg: 0.8.0-1: Update to 0.8.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pycrdt
pkgdesc = CRDTs based on Yrs
- pkgver = 0.7.3
+ pkgver = 0.8.0
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.3/python-pycrdt-0.7.3.tar.gz
- sha256sums =
006b0037c42d3759b31a69cdfdc1e4c7ea346de35bfcb717be560156f673598b
+ source =
https://github.com/jupyter-server/pycrdt/archive/v0.8.0/python-pycrdt-0.8.0.tar.gz
+ sha256sums =
a2ec1441b70e41afaa072e3ccf9bbc273898e9399f4f3554b561a41771c759dc
pkgname = python-pycrdt
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_pyname=pycrdt
pkgname=python-$_pyname
-pkgver=0.7.3
+pkgver=0.8.0
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=('006b0037c42d3759b31a69cdfdc1e4c7ea346de35bfcb717be560156f673598b')
+sha256sums=('a2ec1441b70e41afaa072e3ccf9bbc273898e9399f4f3554b561a41771c759dc')
build() {
cd $_pyname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/c98a5cc35b893c403f86a196e06f791ce0cc6abc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/c98a5cc35b893c403f86a196e06f791ce0cc6abc
You're receiving this email because of your account on gitlab.archlinux.org.