Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pycrdt
Commits:
ee055b5b by Antonio Rojas at 2023-12-09T11:24:17+01:00
upgpkg: 0.7.1-1: Update to 0.7.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pycrdt
pkgdesc = CRDTs based on Yrs
- pkgver = 0.7.0
+ pkgver = 0.7.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.7.0/python-pycrdt-0.7.0.tar.gz
- sha256sums =
08fc2151ac10dc422fea6312df8d0472bb4335bdc38c9cb9a5f3f40e165dd6cd
+ source =
https://github.com/jupyter-server/pycrdt/archive/v0.7.1/python-pycrdt-0.7.1.tar.gz
+ sha256sums =
462708a81b1b38e30b46fbef09725efed38b9533ef5892f4b9295c88ad6abfd3
pkgname = python-pycrdt
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_pyname=pycrdt
pkgname=python-$_pyname
-pkgver=0.7.0
+pkgver=0.7.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=('08fc2151ac10dc422fea6312df8d0472bb4335bdc38c9cb9a5f3f40e165dd6cd')
+sha256sums=('462708a81b1b38e30b46fbef09725efed38b9533ef5892f4b9295c88ad6abfd3')
build() {
cd $_pyname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/ee055b5bfe50e5f020929a0ff667b0a585048c2a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/ee055b5bfe50e5f020929a0ff667b0a585048c2a
You're receiving this email because of your account on gitlab.archlinux.org.