Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
jupyter-collaboration
Commits:
bc66a622 by Antonio Rojas at 2024-10-24T17:25:43+02:00
upgpkg: 2.1.5-1: Update to 2.1.5
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = jupyter-collaboration
pkgdesc = A Jupyter Server Extension Providing Support for Y Documents
- pkgver = 2.1.4
+ pkgver = 2.1.5
pkgrel = 1
url =
https://jupyterlab-realtime-collaboration.readthedocs.io/en/latest/
arch = any
@@ -27,7 +27,7 @@ pkgbase = jupyter-collaboration
depends = python-pycrdt-websocket
depends = python-tornado
depends = python-traitlets
- source =
git+https://github.com/jupyterlab/jupyter-collaboration#tag=v2.1.4
- sha256sums =
36ef8704fcd21049bcf7f1c54a68a02fa6e11ec25e3b32125c43286fb4992af2
+ source =
git+https://github.com/jupyterlab/jupyter-collaboration#tag=v2.1.5
+ sha256sums =
5fb79d2c49eaee3f2c2390ae1fe010013b797b428f5cd04fc0f536961a63c4e3
pkgname = jupyter-collaboration
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=jupyter-collaboration
-pkgver=2.1.4
+pkgver=2.1.5
pkgrel=1
pkgdesc='A Jupyter Server Extension Providing Support for Y Documents'
arch=(any)
@@ -30,7 +30,7 @@ checkdepends=(python-jupyter-server-terminals
python-pytest-timeout
python-websockets)
source=(git+https://github.com/jupyterlab/jupyter-collaboration#tag=v$pkgver)
-sha256sums=('36ef8704fcd21049bcf7f1c54a68a02fa6e11ec25e3b32125c43286fb4992af2')
+sha256sums=('5fb79d2c49eaee3f2c2390ae1fe010013b797b428f5cd04fc0f536961a63c4e3')
build() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-collaboration/-/commit/bc66a622af31ac447bf83efe2a6ed66290a2a735
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-collaboration/-/commit/bc66a622af31ac447bf83efe2a6ed66290a2a735
You're receiving this email because of your account on gitlab.archlinux.org.