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