Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
jupyter-collaboration
Commits:
6bea2407 by Antonio Rojas at 2024-02-13T23:06:55+01:00
upgpkg: 2.0.2-1: Update to 2.0.2
- - - - -
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.0.1
+ pkgver = 2.0.2
pkgrel = 1
url =
https://jupyterlab-realtime-collaboration.readthedocs.io/en/latest/
arch = any
@@ -22,7 +22,7 @@ pkgbase = jupyter-collaboration
depends = python-pycrdt-websocket
depends = python-tornado
depends = python-traitlets
- source =
https://pypi.io/packages/source/j/jupyter_collaboration/jupyter_collaboration-2.0.1.tar.gz
- sha256sums =
51ce7b93185a8ff0d08b9717fa48d5e0f1917056f15a6cdcf81db8f3ed550182
+ source =
https://pypi.io/packages/source/j/jupyter_collaboration/jupyter_collaboration-2.0.2.tar.gz
+ sha256sums =
129585b155828bfe883ae33fce03c87abddaacc0c68cf3f1866fed642e1a8e2e
pkgname = jupyter-collaboration
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_pyname=jupyter_collaboration
pkgname=${_pyname/_/-}
-pkgver=2.0.1
+pkgver=2.0.2
pkgrel=1
pkgdesc='A Jupyter Server Extension Providing Support for Y Documents'
arch=(any)
@@ -26,7 +26,7 @@ checkdepends=(python-pytest-asyncio
python-pytest-timeout
python-websockets)
source=(https://pypi.io/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz)
-sha256sums=('51ce7b93185a8ff0d08b9717fa48d5e0f1917056f15a6cdcf81db8f3ed550182')
+sha256sums=('129585b155828bfe883ae33fce03c87abddaacc0c68cf3f1866fed642e1a8e2e')
build() {
cd $_pyname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-collaboration/-/commit/6bea24071c2b868fb1c639fe4689e740ccb273f4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-collaboration/-/commit/6bea24071c2b868fb1c639fe4689e740ccb273f4
You're receiving this email because of your account on gitlab.archlinux.org.