Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pycrdt
Commits:
6e6767b6 by Antonio Rojas at 2024-10-21T20:00:03+02:00
upgpkg: 0.10.4-1: Update to 0.10.4
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pycrdt
pkgdesc = CRDTs based on Yrs
- pkgver = 0.10.3
+ pkgver = 0.10.4
pkgrel = 1
url = https://github.com/jupyter-server/pycrdt
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = python-pycrdt
depends = gcc-libs
depends = glibc
depends = python
- source = git+https://github.com/jupyter-server/pycrdt#tag=v0.10.3
- sha256sums =
9dd18703bcd07ac21f2c2fb979947fc7beba4dc2f795e15a01e60aaa935b54d0
+ source = git+https://github.com/jupyter-server/pycrdt#tag=0.10.4
+ sha256sums =
6581cf9fabed0ff04cddec1779a27998e0e89826868655f962b0533de76620ba
pkgname = python-pycrdt
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_pyname=pycrdt
pkgname=python-$_pyname
-pkgver=0.10.3
+pkgver=0.10.4
pkgrel=1
pkgdesc='CRDTs based on Yrs'
arch=(x86_64)
@@ -21,8 +21,8 @@ checkdepends=(python-anyio
python-pytest
python-trio
python-y-py)
-source=(git+https://github.com/jupyter-server/pycrdt#tag=v$pkgver)
-sha256sums=('9dd18703bcd07ac21f2c2fb979947fc7beba4dc2f795e15a01e60aaa935b54d0')
+source=(git+https://github.com/jupyter-server/pycrdt#tag=$pkgver)
+sha256sums=('6581cf9fabed0ff04cddec1779a27998e0e89826868655f962b0533de76620ba')
build() {
cd $_pyname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/6e6767b6130744b678a85a6c176554d3690b566f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/6e6767b6130744b678a85a6c176554d3690b566f
You're receiving this email because of your account on gitlab.archlinux.org.