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