Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] update jupyterlab
@ 2022-01-02 18:17 dkwo
  2022-01-02 22:56 ` ahesford
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: dkwo @ 2022-01-02 18:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 578 bytes --]

There is a new pull request by dkwo against master on the void-packages repository

https://github.com/dkwo/void-packages jlab
https://github.com/void-linux/void-packages/pull/34811

update jupyterlab
Minor update.
Currently, to run jupyerlab I need to use
jupyter lab --app-dir /usr/lib/python3.10/site-packages/jupyterlab
If I do not specify the application directory,
then it complains it cannot find assets, and does not work.

Is there a way to make this simpler for the end-user?


A patch file from https://github.com/void-linux/void-packages/pull/34811.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jlab-34811.patch --]
[-- Type: text/x-diff, Size: 1047 bytes --]

From f40402011dcd99a81a7d1f068e2cc3f7468e2b89 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sun, 2 Jan 2022 19:15:24 +0100
Subject: [PATCH] jupyterlab: update to 3.2.5

---
 srcpkgs/jupyterlab/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/jupyterlab/template b/srcpkgs/jupyterlab/template
index 528dde7d643b..e876d475b5c2 100644
--- a/srcpkgs/jupyterlab/template
+++ b/srcpkgs/jupyterlab/template
@@ -1,6 +1,6 @@
 # Template file for 'jupyterlab'
 pkgname=jupyterlab
-version=3.2.4
+version=3.2.5
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,7 +11,7 @@ maintainer="dkwo <nicolopiazzalunga@gmail.com>"
 license="custom:jupyterlab"
 homepage="https://jupyter.org"
 distfiles="${PYPI_SITE}/j/jupyterlab/jupyterlab-${version}.tar.gz"
-checksum=f692e0d95338d60f72dde660f16f3955a087775c59ec541ddb25952e3f97e9b1
+checksum=31b28f473b0f5826d2020583973c385526f0559b5b26efac6b8035ac1562874a
 # Tests require unpackaged dependencies
 make_check=no
 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: update jupyterlab
  2022-01-02 18:17 [PR PATCH] update jupyterlab dkwo
@ 2022-01-02 22:56 ` ahesford
  2022-01-15 15:58 ` [PR PATCH] [Updated] " dkwo
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2022-01-02 22:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 263 bytes --]

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/34811#issuecomment-1003788217

Comment:
I'm not sure how to fix this; I don't use use jupyter and have only launched it a couple of times to test prior updates.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] update jupyterlab
  2022-01-02 18:17 [PR PATCH] update jupyterlab dkwo
  2022-01-02 22:56 ` ahesford
@ 2022-01-15 15:58 ` dkwo
  2022-01-15 16:14 ` dkwo
  2022-01-15 20:23 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: dkwo @ 2022-01-15 15:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 600 bytes --]

There is an updated pull request by dkwo against master on the void-packages repository

https://github.com/dkwo/void-packages jlab
https://github.com/void-linux/void-packages/pull/34811

update jupyterlab
Minor update.
Currently, to run jupyerlab I need to use
`jupyter lab --app-dir /usr/lib/python3.10/site-packages/jupyterlab`
If I do not specify the application directory,
then it complains it cannot find assets, and does not work.

@ahesford Is there a way to make this simpler for the end-user?

A patch file from https://github.com/void-linux/void-packages/pull/34811.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jlab-34811.patch --]
[-- Type: text/x-diff, Size: 8075 bytes --]

From db3088fa359f378bbd6885b757faa9a5cc0bcb7a Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sun, 2 Jan 2022 19:15:24 +0100
Subject: [PATCH 1/7] jupyterlab: update to 3.2.8

---
 srcpkgs/jupyterlab/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/jupyterlab/template b/srcpkgs/jupyterlab/template
index 528dde7d643b..488fdbc2ff87 100644
--- a/srcpkgs/jupyterlab/template
+++ b/srcpkgs/jupyterlab/template
@@ -1,17 +1,17 @@
 # Template file for 'jupyterlab'
 pkgname=jupyterlab
-version=3.2.4
+version=3.2.8
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-jupyterlab_server nodejs python3-nbclassic python3-requests-unixsocket
- python3-jupyter_ipywidgets"
+depends="python3-jupyterlab_server nodejs python3-nbclassic
+ python3-requests-unixsocket python3-jupyter_ipywidgets"
 short_desc="JupyterLab computational environment"
 maintainer="dkwo <nicolopiazzalunga@gmail.com>"
 license="custom:jupyterlab"
 homepage="https://jupyter.org"
 distfiles="${PYPI_SITE}/j/jupyterlab/jupyterlab-${version}.tar.gz"
-checksum=f692e0d95338d60f72dde660f16f3955a087775c59ec541ddb25952e3f97e9b1
+checksum=5e4e99868c4f385372686767781408acbb9004b690b198b45597ba869802334b
 # Tests require unpackaged dependencies
 make_check=no
 

From f886f9a2e54c79a532ae5b3170dbe16a6726f295 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sat, 15 Jan 2022 16:53:40 +0100
Subject: [PATCH 2/7] python3-anyio: update to 3.5.0

---
 srcpkgs/python3-anyio/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-anyio/template b/srcpkgs/python3-anyio/template
index 840c35b408de..1422b5a3077d 100644
--- a/srcpkgs/python3-anyio/template
+++ b/srcpkgs/python3-anyio/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-anyio'
 pkgname=python3-anyio
-version=3.4.0
+version=3.5.0
 revision=1
 wrksrc=anyio-${version}
 build_style=python3-module
@@ -11,7 +11,7 @@ maintainer="dkwo <nicolopiazzalunga@gmail.com>"
 license="MIT"
 homepage="https://github.com/agronholm/anyio"
 distfiles="${PYPI_SITE}/a/anyio/anyio-${version}.tar.gz"
-checksum=24adc69309fb5779bc1e06158e143e0b6d2c56b302a3ac3de3083c705a6ed39d
+checksum=a0aeffe2fb1fdf374a8e4b471444f0f3ac4fb9f5a5b542b48824475e0042a5a6
 # Tests not supported
 make_check=no
 

From fab697bfd95095b23f607ae454d53a9ca366bb7e Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sat, 15 Jan 2022 16:54:43 +0100
Subject: [PATCH 3/7] python3-jupyter_server: update to 1.13.3

---
 srcpkgs/python3-jupyter_server/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_server/template b/srcpkgs/python3-jupyter_server/template
index 7b02e0f67065..9477e35947b0 100644
--- a/srcpkgs/python3-jupyter_server/template
+++ b/srcpkgs/python3-jupyter_server/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jupyter_server'
 pkgname=python3-jupyter_server
-version=1.13.0
+version=1.13.3
 revision=1
 wrksrc="jupyter_server-${version}"
 build_style=python3-module
@@ -14,7 +14,7 @@ maintainer="dkwo <nicolopiazzalunga@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://jupyter.org"
 distfiles="${PYPI_SITE}/j/jupyter-server/jupyter_server-${version}.tar.gz"
-checksum=05a96dfc5352adf70e88868b4ab3d1fc13e17bd84daf74d02cc6299098855fda
+checksum=4d622161f4d378ff28548b49cc180024ce102d25ba5805821fcc17ab1bc5c754
 # Tarball defines no tests
 make_check=no
 

From 1e5187611edd4261f3aaf6d862438a39018c924c Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sat, 15 Jan 2022 16:55:38 +0100
Subject: [PATCH 4/7] python3-jupyterlab_server: update to 2.9.0

---
 srcpkgs/python3-jupyterlab_server/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyterlab_server/template b/srcpkgs/python3-jupyterlab_server/template
index f890070f11e5..fd1b35bc9290 100644
--- a/srcpkgs/python3-jupyterlab_server/template
+++ b/srcpkgs/python3-jupyterlab_server/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jupyterlab_server'
 pkgname=python3-jupyterlab_server
-version=2.8.2
+version=2.9.0
 revision=1
 wrksrc="jupyterlab_server-${version}"
 build_style=python3-module
@@ -11,7 +11,7 @@ maintainer="dkwo <nicolopiazzalunga@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://jupyter.org"
 distfiles="${PYPI_SITE}/j/jupyterlab_server/jupyterlab_server-${version}.tar.gz"
-checksum=26d813c8162c83d466df7d155865987dabe70aa452f9187dfb79fd88afc8fa0b
+checksum=b850bbb59977c4e2c99806a892ddc56f24500b847fd3214b2922596ba81abca9
 # Tests require unpackaged dependencies
 make_check=no
 

From 7ff2da7a0908bd67c46278760293d1afe48f691c Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sat, 15 Jan 2022 16:56:21 +0100
Subject: [PATCH 5/7] python3-nbclassic: update to 0.3.5

---
 srcpkgs/python3-nbclassic/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-nbclassic/template b/srcpkgs/python3-nbclassic/template
index 9ecf44b0672c..066ce4adc96b 100644
--- a/srcpkgs/python3-nbclassic/template
+++ b/srcpkgs/python3-nbclassic/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-nbclassic'
 pkgname=python3-nbclassic
-version=0.3.4
+version=0.3.5
 revision=1
 wrksrc=nbclassic-${version}
 build_style=python3-module
@@ -11,7 +11,7 @@ maintainer="dkwo <nicolopiazzalunga@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://jupyter.org"
 distfiles="${PYPI_SITE}/n/nbclassic/nbclassic-${version}.tar.gz"
-checksum=f00b07ef4908fc38fd332d2676ccd3ceea5076528feaf21bd27e809ef20f5578
+checksum=99444dd63103af23c788d9b5172992f12caf8c3098dd5a35c787f0df31490c29
 # Tarball includes no tests
 make_check=no
 

From 412dd26fb0644477104f512489f3e44ccb2e7a0d Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sat, 15 Jan 2022 16:57:01 +0100
Subject: [PATCH 6/7] python3-nbclient: update to 0.5.10

---
 srcpkgs/python3-nbclient/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-nbclient/template b/srcpkgs/python3-nbclient/template
index 1e48610db900..24f9242016fb 100644
--- a/srcpkgs/python3-nbclient/template
+++ b/srcpkgs/python3-nbclient/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-nbclient'
 pkgname=python3-nbclient
-version=0.5.9
+version=0.5.10
 revision=1
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
@@ -12,7 +12,7 @@ maintainer="dkwo <nicolopiazzalunga@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://nbclient.readthedocs.io/en/latest/"
 distfiles="${PYPI_SITE}/n/nbclient/nbclient-${version}.tar.gz"
-checksum=99e46ddafacd0b861293bf246fed8540a184adfa3aa7d641f89031ec070701e0
+checksum=b5fdea88d6fa52ca38de6c2361401cfe7aaa7cd24c74effc5e489cec04d79088
 # Package might need to be installed for testing
 make_check=no
 

From 53f3feb7fb4f1966379fa738c115b692f05d989f Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sat, 15 Jan 2022 16:57:44 +0100
Subject: [PATCH 7/7] python3-pyrsistent: update to 0.18.1

---
 srcpkgs/python3-pyrsistent/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-pyrsistent/template b/srcpkgs/python3-pyrsistent/template
index 2378ede51c65..277db966eaf1 100644
--- a/srcpkgs/python3-pyrsistent/template
+++ b/srcpkgs/python3-pyrsistent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyrsistent'
 pkgname=python3-pyrsistent
-version=0.18.0
-revision=2
+version=0.18.1
+revision=1
 wrksrc="pyrsistent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel"
@@ -12,7 +12,7 @@ maintainer="dkwo <nicolopiazzalunga@gmail.com>"
 license="MIT"
 homepage="https://github.com/tobgu/pyrsistent/"
 distfiles="${PYPI_SITE}/p/pyrsistent/pyrsistent-${version}.tar.gz"
-checksum=773c781216f8c2900b42a7b638d5b517bb134ae1acbebe4d1e8f1f41ea60eb4b
+checksum=d4d61f8b993a7255ba714df3aca52700f8125289f84f704cf80916517c46eb96
 
 post_install() {
 	vlicense LICENSE.mit LICENSE

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: update jupyterlab
  2022-01-02 18:17 [PR PATCH] update jupyterlab dkwo
  2022-01-02 22:56 ` ahesford
  2022-01-15 15:58 ` [PR PATCH] [Updated] " dkwo
@ 2022-01-15 16:14 ` dkwo
  2022-01-15 20:23 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: dkwo @ 2022-01-15 16:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 216 bytes --]

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/34811#issuecomment-1013708885

Comment:
Maybe just use an alias for now?
I updated a few others, ready to merge imo.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Merged]: update jupyterlab
  2022-01-02 18:17 [PR PATCH] update jupyterlab dkwo
                   ` (2 preceding siblings ...)
  2022-01-15 16:14 ` dkwo
@ 2022-01-15 20:23 ` ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2022-01-15 20:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 453 bytes --]

There's a merged pull request on the void-packages repository

update jupyterlab
https://github.com/void-linux/void-packages/pull/34811

Description:
Minor update.
Currently, to run jupyerlab I need to use
`jupyter lab --app-dir /usr/lib/python3.10/site-packages/jupyterlab`
If I do not specify the application directory,
then it complains it cannot find assets, and does not work.

@ahesford Is there a way to make this simpler for the end-user?

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-01-15 20:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-02 18:17 [PR PATCH] update jupyterlab dkwo
2022-01-02 22:56 ` ahesford
2022-01-15 15:58 ` [PR PATCH] [Updated] " dkwo
2022-01-15 16:14 ` dkwo
2022-01-15 20:23 ` [PR PATCH] [Merged]: " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).