Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
jupyter-collaboration


Commits:
06e48303 by Antonio Rojas at 2024-10-29T22:44:15+01:00
upgpkg: 3.0.0-1: Update to 3.0.0

- - - - -


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.5
+       pkgver = 3.0.0
        pkgrel = 1
        url = 
https://jupyterlab-realtime-collaboration.readthedocs.io/en/latest/
        arch = any
@@ -21,13 +21,15 @@ pkgbase = jupyter-collaboration
        makedepends = python-installer
        depends = jupyter-server
        depends = jupyter-server-fileid
+       depends = jupyter-server-ydoc
        depends = python
        depends = python-jupyter-events
        depends = python-jupyter-ydoc
+       depends = python-pycrdt
        depends = python-pycrdt-websocket
        depends = python-tornado
        depends = python-traitlets
-       source = 
git+https://github.com/jupyterlab/jupyter-collaboration#tag=v2.1.5
-       sha256sums = 
5fb79d2c49eaee3f2c2390ae1fe010013b797b428f5cd04fc0f536961a63c4e3
+       source = 
git+https://github.com/jupyterlab/jupyter-collaboration#tag=v3.0.0
+       sha256sums = 
4db645f8e58672a0a1c54c67cbd390bbb17c752df5e0945e0df6d852535383a6
 
 pkgname = jupyter-collaboration


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <[email protected]>
 
 pkgname=jupyter-collaboration
-pkgver=2.1.5
+pkgver=3.0.0
 pkgrel=1
 pkgdesc='A Jupyter Server Extension Providing Support for Y Documents'
 arch=(any)
@@ -9,9 +9,11 @@ 
url='https://jupyterlab-realtime-collaboration.readthedocs.io/en/latest/'
 license=(custom)
 depends=(jupyter-server
          jupyter-server-fileid
+         jupyter-server-ydoc
          python
          python-jupyter-events
          python-jupyter-ydoc
+         python-pycrdt
          python-pycrdt-websocket
          python-tornado
          python-traitlets)
@@ -30,7 +32,7 @@ checkdepends=(python-jupyter-server-terminals
               python-pytest-timeout
               python-websockets)
 source=(git+https://github.com/jupyterlab/jupyter-collaboration#tag=v$pkgver)
-sha256sums=('5fb79d2c49eaee3f2c2390ae1fe010013b797b428f5cd04fc0f536961a63c4e3')
+sha256sums=('4db645f8e58672a0a1c54c67cbd390bbb17c752df5e0945e0df6d852535383a6')
 
 build() {
   cd $pkgname
@@ -45,7 +47,5 @@ check() {
 package() {
   cd $pkgname
   python -m installer --destdir="$pkgdir" dist/*.whl
-  mv "$pkgdir"{/usr,}/etc
-
   install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-collaboration/-/commit/06e4830307bb2b5a60833bb1be506e9ece8e1358

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-collaboration/-/commit/06e4830307bb2b5a60833bb1be506e9ece8e1358
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to