Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] jupyterlab: update to 4.1.2.
@ 2024-03-03 23:42 tornaria
  2024-03-04 15:23 ` [PR PATCH] [Updated] " tornaria
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: tornaria @ 2024-03-03 23:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages jupyter
https://github.com/void-linux/void-packages/pull/49069

jupyterlab: update to 4.1.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 79b529c0e1f02ef030f5f8fcfae3d24a5bd8c072 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 5 Feb 2024 18:18:03 -0300
Subject: [PATCH 1/9] hatchling: update to 1.21.1.

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

diff --git a/srcpkgs/hatchling/template b/srcpkgs/hatchling/template
index 6271cf91125508..377aca674dc56c 100644
--- a/srcpkgs/hatchling/template
+++ b/srcpkgs/hatchling/template
@@ -1,6 +1,6 @@
 # Template file for 'hatchling'
 pkgname=hatchling
-version=1.21.0
+version=1.21.1
 revision=1
 build_style=python3-pep517
 _deps="python3-editables python3-packaging python3-pathspec python3-pluggy
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://hatch.pypa.io/latest/"
 changelog="https://raw.githubusercontent.com/pypa/hatch/master/docs/history/hatchling.md"
 distfiles="${PYPI_SITE}/h/hatchling/hatchling-${version}.tar.gz"
-checksum=5c086772357a50723b825fd5da5278ac7e3697cdf7797d07541a6c90b6ff754c
+checksum=bba440453a224e7d4478457fa2e8d8c3633765bafa02975a6b53b9bf917980bc
 
 post_install() {
 	vlicense LICENSE.txt

From c2118ec43f07f7ac66abc4f1ede29a511171beea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Wed, 21 Feb 2024 20:48:34 -0300
Subject: [PATCH 2/9] python3-pytest-jupyter: update to 0.9.0.

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

diff --git a/srcpkgs/python3-pytest-jupyter/template b/srcpkgs/python3-pytest-jupyter/template
index 495ebf4df85a4b..d3476af413d5a0 100644
--- a/srcpkgs/python3-pytest-jupyter/template
+++ b/srcpkgs/python3-pytest-jupyter/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-pytest-jupyter'
 pkgname=python3-pytest-jupyter
-version=0.8.0
+version=0.9.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter-server/pytest-jupyter"
 changelog="https://raw.githubusercontent.com/jupyter-server/pytest-jupyter/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/p/pytest_jupyter/pytest_jupyter-${version}.tar.gz"
-checksum=842817c300802c8608676bbb1460ba0081f2688cf5cb55b87d7bad5dcb0e9729
+checksum=88bdf4296a166959c1598f976e4b5faab3e11785f06cf97b248f305e60a5beda
 make_check=extended  # cannot be tested without python3-jupyter_server
 
 if [ "$XBPS_CHECK_PKGS" = full ]; then

From 077095a86bfd169f811d48ed526207b15ba6f498 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 15 Feb 2024 09:09:57 -0300
Subject: [PATCH 3/9] python3-notebook_shim: update to 0.2.4.

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

diff --git a/srcpkgs/python3-notebook_shim/template b/srcpkgs/python3-notebook_shim/template
index c1e58a8e8159a4..fd75b010d179b6 100644
--- a/srcpkgs/python3-notebook_shim/template
+++ b/srcpkgs/python3-notebook_shim/template
@@ -1,18 +1,18 @@
 # Template file for 'python3-notebook_shim'
 pkgname=python3-notebook_shim
-version=0.2.3
+version=0.2.4
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling"
 depends="python3-jupyter_server"
 checkdepends="$depends python3-pytest-jupyter"
 short_desc="Shim layer for notebook traits and config"
-maintainer="dkwo <npiazza@disroot.org>"
+maintainer="dkwo <npiazza@disroot.org>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="BSD-3-Clause"
 homepage="https://github.com/jupyter/notebook_shim"
 changelog="https://raw.githubusercontent.com/jupyter/notebook_shim/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/n/notebook_shim/notebook_shim-${version}.tar.gz"
-checksum=f69388ac283ae008cd506dda10d0288b09a017d822d5e8c7129a152cbd3ce7e9
+checksum=b4b2cfa1b65d98307ca24361f5b30fe785b53c3fd07b7a47e89acb5e6ac638cb
 
 post_install() {
 	mv ${DESTDIR}/usr/etc ${DESTDIR}

From 829f38f1e671901505a986c0e66d38a3bbb7c3fb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 15 Feb 2024 09:09:55 -0300
Subject: [PATCH 4/9] python3-jupyter_widgetsnbextension: update to 4.0.10.

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

diff --git a/srcpkgs/python3-jupyter_widgetsnbextension/template b/srcpkgs/python3-jupyter_widgetsnbextension/template
index 6015ea6e8d69a5..dfaf1052740c54 100644
--- a/srcpkgs/python3-jupyter_widgetsnbextension/template
+++ b/srcpkgs/python3-jupyter_widgetsnbextension/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jupyter_widgetsnbextension'
 pkgname=python3-jupyter_widgetsnbextension
-version=4.0.9
+version=4.0.10
 revision=1
 build_style=python3-pep517
 hostmakedepends="python3-jupyter_packaging"
@@ -9,7 +9,7 @@ maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="BSD-3-Clause"
 homepage="https://pypi.org/project/widgetsnbextension/"
 distfiles="${PYPI_SITE}/w/widgetsnbextension/widgetsnbextension-${version}.tar.gz"
-checksum=3c1f5e46dc1166dfd40a42d685e6a51396fd34ff878742a3e47c6f0cc4a2a385
+checksum=64196c5ff3b9a9183a8e699a4227fb0b7002f252c814098e66c4d1cd0644688f
 make_check=no  # Upstream defines no tests
 
 post_install() {

From 3e0de5da007ecf8adb9050a89481992ff4bd04b2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 15 Feb 2024 09:09:54 -0300
Subject: [PATCH 5/9] python3-jupyter_ipywidgets: update to 8.1.2.

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

diff --git a/srcpkgs/python3-jupyter_ipywidgets/template b/srcpkgs/python3-jupyter_ipywidgets/template
index fb63dac1a88ff9..f0f9d4e8f46d79 100644
--- a/srcpkgs/python3-jupyter_ipywidgets/template
+++ b/srcpkgs/python3-jupyter_ipywidgets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jupyter_ipywidgets'
 pkgname=python3-jupyter_ipywidgets
-version=8.1.1
-revision=2
+version=8.1.2
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-wheel"
 depends="python3-ipython_ipykernel python3-jupyter_widgetsnbextension"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter-widgets/ipywidgets"
 changelog="https://raw.githubusercontent.com/jupyter-widgets/ipywidgets/main/docs/source/changelog.md"
 distfiles="${PYPI_SITE}/i/ipywidgets/ipywidgets-${version}.tar.gz"
-checksum=40211efb556adec6fa450ccc2a77d59ca44a060f4f9f136833df59c9f538e6e8
+checksum=d0b9b41e49bae926a866e613a39b0f0097745d2b9f1f3dd406641b4a57ec42c9
 
 post_install() {
 	vlicense LICENSE

From 1ab7fe10498ddd7ad3b2c192f28cb8a1d7fba4bb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Tue, 6 Feb 2024 10:57:50 -0300
Subject: [PATCH 6/9] python3-jupyter_nbconvert: update to 7.16.1.

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

diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template
index 199bed00cb9824..7243e4da0b8326 100644
--- a/srcpkgs/python3-jupyter_nbconvert/template
+++ b/srcpkgs/python3-jupyter_nbconvert/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jupyter_nbconvert'
 pkgname=python3-jupyter_nbconvert
-version=7.14.2
+version=7.16.1
 revision=1
 build_style=python3-pep517
 # these two tests require nbconvert.tests (not installed)
@@ -19,7 +19,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter/nbconvert"
 changelog="https://raw.githubusercontent.com/jupyter/nbconvert/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/n/nbconvert/nbconvert-${version}.tar.gz"
-checksum=a7f8808fd4e082431673ac538400218dd45efd076fbeb07cc6e5aa5a3a4e949e
+checksum=e79e6a074f49ba3ed29428ed86487bf51509d9aab613bd8522ac08f6d28fd7fd
 
 pre_check() {
 	# templates must be in $JUPYTER_DATA_DIR/nbconvert/templates

From e8dc38e4bf54df58ff32165161b806743ef82399 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 15 Feb 2024 09:09:56 -0300
Subject: [PATCH 7/9] python3-jupyterlab_server: update to 2.25.3.

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

diff --git a/srcpkgs/python3-jupyterlab_server/template b/srcpkgs/python3-jupyterlab_server/template
index 770a2fb33e8087..906749a437eeb5 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.25.2
+version=2.25.3
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling"
@@ -8,12 +8,12 @@ depends="python3-jupyter_server python3-Babel python3-json5 python3-requests"
 checkdepends="$depends python3-pytest-jupyter python3-openapi-core
  python3-requests-mock python3-strict-rfc3339 python3-ruamel.yaml python3-pip"
 short_desc="Server components for JupyterLab and JL-like applications"
-maintainer="dkwo <nicolopiazzalunga@gmail.com>"
+maintainer="dkwo <nicolopiazzalunga@gmail.com>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="BSD-3-Clause"
 homepage="https://github.com/jupyterlab/jupyterlab_server"
 changelog="https://raw.githubusercontent.com/jupyterlab/jupyterlab_server/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/j/jupyterlab_server/jupyterlab_server-${version}.tar.gz"
-checksum=bd0ec7a99ebcedc8bcff939ef86e52c378e44c2707e053fcd81d046ce979ee63
+checksum=846f125a8a19656611df5b03e5912c8393cea6900859baa64fa515eb64a8dc40
 
 if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
 	# tests setup fails on CI (no idea why)

From 02d282e83f434bac12fe4da9f1c670f9c7060038 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 5 Feb 2024 18:07:46 -0300
Subject: [PATCH 8/9] jupyterlab: update to 4.1.2.

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

diff --git a/srcpkgs/jupyterlab/template b/srcpkgs/jupyterlab/template
index c44ef72f402cda..fad299ff20ef83 100644
--- a/srcpkgs/jupyterlab/template
+++ b/srcpkgs/jupyterlab/template
@@ -1,11 +1,11 @@
 # Template file for 'jupyterlab'
 pkgname=jupyterlab
-version=4.0.12
+version=4.1.2
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-jupyter-builder"
-depends="nodejs python3-async-lru python3-ipython_ipykernel
- python3-jupyterlab_server python3-notebook_shim python3-tomli"
+depends="nodejs python3-async-lru python3-httpx python3-ipython_ipykernel
+ python3-jupyterlab_server python3-notebook_shim"
 checkdepends="$depends python3-pytest-jupyter python3-pytest-xdist"
 short_desc="JupyterLab computational environment"
 maintainer="dkwo <npiazza@disroot.org>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
@@ -13,7 +13,7 @@ license="custom:jupyterlab"
 homepage="https://github.com/jupyterlab/jupyterlab/"
 changelog="https://raw.githubusercontent.com/jupyterlab/jupyterlab/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/j/jupyterlab/jupyterlab-${version}.tar.gz"
-checksum=965d92efa82a538ed70ccb3968d9aabba788840da882e13d7b061780cdedc3b7
+checksum=5d6348b3ed4085181499f621b7dfb6eb0b1f57f3586857aadfc8e3bf4c4885f9
 
 post_install() {
 	mv ${DESTDIR}/usr/etc ${DESTDIR}

From 0a60096b5c7453cfa0b23cb5a30e8b0af1bdbdb6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 15 Feb 2024 09:09:55 -0300
Subject: [PATCH 9/9] python3-jupyter_notebook: update to 7.1.1.

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

diff --git a/srcpkgs/python3-jupyter_notebook/template b/srcpkgs/python3-jupyter_notebook/template
index 78b9705a260046..28600c5dd38341 100644
--- a/srcpkgs/python3-jupyter_notebook/template
+++ b/srcpkgs/python3-jupyter_notebook/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jupyter_notebook'
 pkgname=python3-jupyter_notebook
-version=7.0.7
+version=7.1.1
 revision=1
 build_style=python3-pep517
 make_build_args="--skip-dependency-check"
@@ -13,7 +13,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter/notebook"
 changelog="https://raw.githubusercontent.com/jupyter/notebook/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/n/notebook/notebook-${version}.tar.gz"
-checksum=3bcff00c17b3ac142ef5f436d50637d936b274cfa0b41f6ac0175363de9b4e09
+checksum=818e7420fa21f402e726afb9f02df7f3c10f294c02e383ed19852866c316108b
 
 post_install() {
 	mv ${DESTDIR}/usr/etc ${DESTDIR}

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

* Re: [PR PATCH] [Updated] jupyterlab: update to 4.1.2.
  2024-03-03 23:42 [PR PATCH] jupyterlab: update to 4.1.2 tornaria
@ 2024-03-04 15:23 ` tornaria
  2024-03-05  1:36 ` tornaria
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: tornaria @ 2024-03-04 15:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages jupyter
https://github.com/void-linux/void-packages/pull/49069

jupyterlab: update to 4.1.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From cf2016ff30a2c0960e9d08798dfb078ea2fcdb44 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 5 Feb 2024 18:18:03 -0300
Subject: [PATCH 01/10] hatchling: update to 1.21.1.

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

diff --git a/srcpkgs/hatchling/template b/srcpkgs/hatchling/template
index 6271cf91125508..377aca674dc56c 100644
--- a/srcpkgs/hatchling/template
+++ b/srcpkgs/hatchling/template
@@ -1,6 +1,6 @@
 # Template file for 'hatchling'
 pkgname=hatchling
-version=1.21.0
+version=1.21.1
 revision=1
 build_style=python3-pep517
 _deps="python3-editables python3-packaging python3-pathspec python3-pluggy
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://hatch.pypa.io/latest/"
 changelog="https://raw.githubusercontent.com/pypa/hatch/master/docs/history/hatchling.md"
 distfiles="${PYPI_SITE}/h/hatchling/hatchling-${version}.tar.gz"
-checksum=5c086772357a50723b825fd5da5278ac7e3697cdf7797d07541a6c90b6ff754c
+checksum=bba440453a224e7d4478457fa2e8d8c3633765bafa02975a6b53b9bf917980bc
 
 post_install() {
 	vlicense LICENSE.txt

From 348eb65e1d3f35a48b1b8ae31fa7bd0bd0b43ce6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Wed, 21 Feb 2024 20:48:34 -0300
Subject: [PATCH 02/10] python3-pytest-jupyter: update to 0.9.0.

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

diff --git a/srcpkgs/python3-pytest-jupyter/template b/srcpkgs/python3-pytest-jupyter/template
index 495ebf4df85a4b..d3476af413d5a0 100644
--- a/srcpkgs/python3-pytest-jupyter/template
+++ b/srcpkgs/python3-pytest-jupyter/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-pytest-jupyter'
 pkgname=python3-pytest-jupyter
-version=0.8.0
+version=0.9.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter-server/pytest-jupyter"
 changelog="https://raw.githubusercontent.com/jupyter-server/pytest-jupyter/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/p/pytest_jupyter/pytest_jupyter-${version}.tar.gz"
-checksum=842817c300802c8608676bbb1460ba0081f2688cf5cb55b87d7bad5dcb0e9729
+checksum=88bdf4296a166959c1598f976e4b5faab3e11785f06cf97b248f305e60a5beda
 make_check=extended  # cannot be tested without python3-jupyter_server
 
 if [ "$XBPS_CHECK_PKGS" = full ]; then

From 024e7824730c4d2d5e297b577f844800c6f38ec7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 15 Feb 2024 09:09:57 -0300
Subject: [PATCH 03/10] python3-notebook_shim: update to 0.2.4.

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

diff --git a/srcpkgs/python3-notebook_shim/template b/srcpkgs/python3-notebook_shim/template
index c1e58a8e8159a4..fd75b010d179b6 100644
--- a/srcpkgs/python3-notebook_shim/template
+++ b/srcpkgs/python3-notebook_shim/template
@@ -1,18 +1,18 @@
 # Template file for 'python3-notebook_shim'
 pkgname=python3-notebook_shim
-version=0.2.3
+version=0.2.4
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling"
 depends="python3-jupyter_server"
 checkdepends="$depends python3-pytest-jupyter"
 short_desc="Shim layer for notebook traits and config"
-maintainer="dkwo <npiazza@disroot.org>"
+maintainer="dkwo <npiazza@disroot.org>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="BSD-3-Clause"
 homepage="https://github.com/jupyter/notebook_shim"
 changelog="https://raw.githubusercontent.com/jupyter/notebook_shim/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/n/notebook_shim/notebook_shim-${version}.tar.gz"
-checksum=f69388ac283ae008cd506dda10d0288b09a017d822d5e8c7129a152cbd3ce7e9
+checksum=b4b2cfa1b65d98307ca24361f5b30fe785b53c3fd07b7a47e89acb5e6ac638cb
 
 post_install() {
 	mv ${DESTDIR}/usr/etc ${DESTDIR}

From 81257644b47abdf34924642c948767d4212640f9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 15 Feb 2024 09:09:55 -0300
Subject: [PATCH 04/10] python3-jupyter_widgetsnbextension: update to 4.0.10.

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

diff --git a/srcpkgs/python3-jupyter_widgetsnbextension/template b/srcpkgs/python3-jupyter_widgetsnbextension/template
index 6015ea6e8d69a5..dfaf1052740c54 100644
--- a/srcpkgs/python3-jupyter_widgetsnbextension/template
+++ b/srcpkgs/python3-jupyter_widgetsnbextension/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jupyter_widgetsnbextension'
 pkgname=python3-jupyter_widgetsnbextension
-version=4.0.9
+version=4.0.10
 revision=1
 build_style=python3-pep517
 hostmakedepends="python3-jupyter_packaging"
@@ -9,7 +9,7 @@ maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="BSD-3-Clause"
 homepage="https://pypi.org/project/widgetsnbextension/"
 distfiles="${PYPI_SITE}/w/widgetsnbextension/widgetsnbextension-${version}.tar.gz"
-checksum=3c1f5e46dc1166dfd40a42d685e6a51396fd34ff878742a3e47c6f0cc4a2a385
+checksum=64196c5ff3b9a9183a8e699a4227fb0b7002f252c814098e66c4d1cd0644688f
 make_check=no  # Upstream defines no tests
 
 post_install() {

From ad9d0d52f885e762e87cce1f8ccd6aff21195244 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 15 Feb 2024 09:09:54 -0300
Subject: [PATCH 05/10] python3-jupyter_ipywidgets: update to 8.1.2.

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

diff --git a/srcpkgs/python3-jupyter_ipywidgets/template b/srcpkgs/python3-jupyter_ipywidgets/template
index fb63dac1a88ff9..f0f9d4e8f46d79 100644
--- a/srcpkgs/python3-jupyter_ipywidgets/template
+++ b/srcpkgs/python3-jupyter_ipywidgets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jupyter_ipywidgets'
 pkgname=python3-jupyter_ipywidgets
-version=8.1.1
-revision=2
+version=8.1.2
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-wheel"
 depends="python3-ipython_ipykernel python3-jupyter_widgetsnbextension"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter-widgets/ipywidgets"
 changelog="https://raw.githubusercontent.com/jupyter-widgets/ipywidgets/main/docs/source/changelog.md"
 distfiles="${PYPI_SITE}/i/ipywidgets/ipywidgets-${version}.tar.gz"
-checksum=40211efb556adec6fa450ccc2a77d59ca44a060f4f9f136833df59c9f538e6e8
+checksum=d0b9b41e49bae926a866e613a39b0f0097745d2b9f1f3dd406641b4a57ec42c9
 
 post_install() {
 	vlicense LICENSE

From 188c363fd16c0f16d2ffaf0e9bc5e40821a6cae2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Tue, 6 Feb 2024 10:57:50 -0300
Subject: [PATCH 06/10] python3-jupyter_nbconvert: update to 7.16.1.

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

diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template
index 199bed00cb9824..7243e4da0b8326 100644
--- a/srcpkgs/python3-jupyter_nbconvert/template
+++ b/srcpkgs/python3-jupyter_nbconvert/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jupyter_nbconvert'
 pkgname=python3-jupyter_nbconvert
-version=7.14.2
+version=7.16.1
 revision=1
 build_style=python3-pep517
 # these two tests require nbconvert.tests (not installed)
@@ -19,7 +19,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter/nbconvert"
 changelog="https://raw.githubusercontent.com/jupyter/nbconvert/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/n/nbconvert/nbconvert-${version}.tar.gz"
-checksum=a7f8808fd4e082431673ac538400218dd45efd076fbeb07cc6e5aa5a3a4e949e
+checksum=e79e6a074f49ba3ed29428ed86487bf51509d9aab613bd8522ac08f6d28fd7fd
 
 pre_check() {
 	# templates must be in $JUPYTER_DATA_DIR/nbconvert/templates

From 1472b87094ea72fde98351cc2d289baca95ece1f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 4 Mar 2024 11:54:36 -0300
Subject: [PATCH 07/10] python3-jupyter_server: update to 2.13.0.

---
 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 155851e75f7bf4..04eb5ad9c04253 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=2.12.5
+version=2.13.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-jupyter-builder"
@@ -18,7 +18,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter-server/jupyter_server"
 changelog="https://raw.githubusercontent.com/jupyter-server/jupyter_server/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/j/jupyter-server/jupyter_server-${version}.tar.gz"
-checksum=0edb626c94baa22809be1323f9770cf1c00a952b17097592e40d03e6a3951689
+checksum=c80bfb049ea20053c3d9641c2add4848b38073bf79f1729cea1faed32fc1c78e
 
 if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
 	# these tests fail on CI (connect to a tcp address)

From ffbb5fa977163630f8c37f58c132c7c2b3a67e9e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 15 Feb 2024 09:09:56 -0300
Subject: [PATCH 08/10] python3-jupyterlab_server: update to 2.25.3.

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

diff --git a/srcpkgs/python3-jupyterlab_server/template b/srcpkgs/python3-jupyterlab_server/template
index 770a2fb33e8087..906749a437eeb5 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.25.2
+version=2.25.3
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling"
@@ -8,12 +8,12 @@ depends="python3-jupyter_server python3-Babel python3-json5 python3-requests"
 checkdepends="$depends python3-pytest-jupyter python3-openapi-core
  python3-requests-mock python3-strict-rfc3339 python3-ruamel.yaml python3-pip"
 short_desc="Server components for JupyterLab and JL-like applications"
-maintainer="dkwo <nicolopiazzalunga@gmail.com>"
+maintainer="dkwo <nicolopiazzalunga@gmail.com>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="BSD-3-Clause"
 homepage="https://github.com/jupyterlab/jupyterlab_server"
 changelog="https://raw.githubusercontent.com/jupyterlab/jupyterlab_server/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/j/jupyterlab_server/jupyterlab_server-${version}.tar.gz"
-checksum=bd0ec7a99ebcedc8bcff939ef86e52c378e44c2707e053fcd81d046ce979ee63
+checksum=846f125a8a19656611df5b03e5912c8393cea6900859baa64fa515eb64a8dc40
 
 if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
 	# tests setup fails on CI (no idea why)

From 02d4716a0484d7a40a452017ee9291d19a42d94a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 5 Feb 2024 18:07:46 -0300
Subject: [PATCH 09/10] jupyterlab: update to 4.1.2.

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

diff --git a/srcpkgs/jupyterlab/template b/srcpkgs/jupyterlab/template
index c44ef72f402cda..fad299ff20ef83 100644
--- a/srcpkgs/jupyterlab/template
+++ b/srcpkgs/jupyterlab/template
@@ -1,11 +1,11 @@
 # Template file for 'jupyterlab'
 pkgname=jupyterlab
-version=4.0.12
+version=4.1.2
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-jupyter-builder"
-depends="nodejs python3-async-lru python3-ipython_ipykernel
- python3-jupyterlab_server python3-notebook_shim python3-tomli"
+depends="nodejs python3-async-lru python3-httpx python3-ipython_ipykernel
+ python3-jupyterlab_server python3-notebook_shim"
 checkdepends="$depends python3-pytest-jupyter python3-pytest-xdist"
 short_desc="JupyterLab computational environment"
 maintainer="dkwo <npiazza@disroot.org>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
@@ -13,7 +13,7 @@ license="custom:jupyterlab"
 homepage="https://github.com/jupyterlab/jupyterlab/"
 changelog="https://raw.githubusercontent.com/jupyterlab/jupyterlab/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/j/jupyterlab/jupyterlab-${version}.tar.gz"
-checksum=965d92efa82a538ed70ccb3968d9aabba788840da882e13d7b061780cdedc3b7
+checksum=5d6348b3ed4085181499f621b7dfb6eb0b1f57f3586857aadfc8e3bf4c4885f9
 
 post_install() {
 	mv ${DESTDIR}/usr/etc ${DESTDIR}

From 99e497556afff6765d248b261827e75112d31424 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 15 Feb 2024 09:09:55 -0300
Subject: [PATCH 10/10] python3-jupyter_notebook: update to 7.1.1.

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

diff --git a/srcpkgs/python3-jupyter_notebook/template b/srcpkgs/python3-jupyter_notebook/template
index 78b9705a260046..28600c5dd38341 100644
--- a/srcpkgs/python3-jupyter_notebook/template
+++ b/srcpkgs/python3-jupyter_notebook/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jupyter_notebook'
 pkgname=python3-jupyter_notebook
-version=7.0.7
+version=7.1.1
 revision=1
 build_style=python3-pep517
 make_build_args="--skip-dependency-check"
@@ -13,7 +13,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter/notebook"
 changelog="https://raw.githubusercontent.com/jupyter/notebook/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/n/notebook/notebook-${version}.tar.gz"
-checksum=3bcff00c17b3ac142ef5f436d50637d936b274cfa0b41f6ac0175363de9b4e09
+checksum=818e7420fa21f402e726afb9f02df7f3c10f294c02e383ed19852866c316108b
 
 post_install() {
 	mv ${DESTDIR}/usr/etc ${DESTDIR}

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

* Re: [PR PATCH] [Updated] jupyterlab: update to 4.1.2.
  2024-03-03 23:42 [PR PATCH] jupyterlab: update to 4.1.2 tornaria
  2024-03-04 15:23 ` [PR PATCH] [Updated] " tornaria
@ 2024-03-05  1:36 ` tornaria
  2024-03-08  1:11 ` tornaria
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: tornaria @ 2024-03-05  1:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages jupyter
https://github.com/void-linux/void-packages/pull/49069

jupyterlab: update to 4.1.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From c83e11ec8c0203efc5896b4b097e683007c33c3d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 5 Feb 2024 18:18:03 -0300
Subject: [PATCH 01/10] hatchling: update to 1.21.1.

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

diff --git a/srcpkgs/hatchling/template b/srcpkgs/hatchling/template
index 6271cf91125508..377aca674dc56c 100644
--- a/srcpkgs/hatchling/template
+++ b/srcpkgs/hatchling/template
@@ -1,6 +1,6 @@
 # Template file for 'hatchling'
 pkgname=hatchling
-version=1.21.0
+version=1.21.1
 revision=1
 build_style=python3-pep517
 _deps="python3-editables python3-packaging python3-pathspec python3-pluggy
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://hatch.pypa.io/latest/"
 changelog="https://raw.githubusercontent.com/pypa/hatch/master/docs/history/hatchling.md"
 distfiles="${PYPI_SITE}/h/hatchling/hatchling-${version}.tar.gz"
-checksum=5c086772357a50723b825fd5da5278ac7e3697cdf7797d07541a6c90b6ff754c
+checksum=bba440453a224e7d4478457fa2e8d8c3633765bafa02975a6b53b9bf917980bc
 
 post_install() {
 	vlicense LICENSE.txt

From 36dad1b8693e1576b490ef314d014dc7aa749053 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Wed, 21 Feb 2024 20:48:34 -0300
Subject: [PATCH 02/10] python3-pytest-jupyter: update to 0.9.0.

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

diff --git a/srcpkgs/python3-pytest-jupyter/template b/srcpkgs/python3-pytest-jupyter/template
index 495ebf4df85a4b..d3476af413d5a0 100644
--- a/srcpkgs/python3-pytest-jupyter/template
+++ b/srcpkgs/python3-pytest-jupyter/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-pytest-jupyter'
 pkgname=python3-pytest-jupyter
-version=0.8.0
+version=0.9.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter-server/pytest-jupyter"
 changelog="https://raw.githubusercontent.com/jupyter-server/pytest-jupyter/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/p/pytest_jupyter/pytest_jupyter-${version}.tar.gz"
-checksum=842817c300802c8608676bbb1460ba0081f2688cf5cb55b87d7bad5dcb0e9729
+checksum=88bdf4296a166959c1598f976e4b5faab3e11785f06cf97b248f305e60a5beda
 make_check=extended  # cannot be tested without python3-jupyter_server
 
 if [ "$XBPS_CHECK_PKGS" = full ]; then

From 03d2ee9afbf7b9dd028f368eec87a013ee6a4030 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 15 Feb 2024 09:09:57 -0300
Subject: [PATCH 03/10] python3-notebook_shim: update to 0.2.4.

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

diff --git a/srcpkgs/python3-notebook_shim/template b/srcpkgs/python3-notebook_shim/template
index c1e58a8e8159a4..fd75b010d179b6 100644
--- a/srcpkgs/python3-notebook_shim/template
+++ b/srcpkgs/python3-notebook_shim/template
@@ -1,18 +1,18 @@
 # Template file for 'python3-notebook_shim'
 pkgname=python3-notebook_shim
-version=0.2.3
+version=0.2.4
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling"
 depends="python3-jupyter_server"
 checkdepends="$depends python3-pytest-jupyter"
 short_desc="Shim layer for notebook traits and config"
-maintainer="dkwo <npiazza@disroot.org>"
+maintainer="dkwo <npiazza@disroot.org>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="BSD-3-Clause"
 homepage="https://github.com/jupyter/notebook_shim"
 changelog="https://raw.githubusercontent.com/jupyter/notebook_shim/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/n/notebook_shim/notebook_shim-${version}.tar.gz"
-checksum=f69388ac283ae008cd506dda10d0288b09a017d822d5e8c7129a152cbd3ce7e9
+checksum=b4b2cfa1b65d98307ca24361f5b30fe785b53c3fd07b7a47e89acb5e6ac638cb
 
 post_install() {
 	mv ${DESTDIR}/usr/etc ${DESTDIR}

From b67739c8fc3447836aab855eebe2f01d81da503b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 15 Feb 2024 09:09:55 -0300
Subject: [PATCH 04/10] python3-jupyter_widgetsnbextension: update to 4.0.10.

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

diff --git a/srcpkgs/python3-jupyter_widgetsnbextension/template b/srcpkgs/python3-jupyter_widgetsnbextension/template
index 6015ea6e8d69a5..dfaf1052740c54 100644
--- a/srcpkgs/python3-jupyter_widgetsnbextension/template
+++ b/srcpkgs/python3-jupyter_widgetsnbextension/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jupyter_widgetsnbextension'
 pkgname=python3-jupyter_widgetsnbextension
-version=4.0.9
+version=4.0.10
 revision=1
 build_style=python3-pep517
 hostmakedepends="python3-jupyter_packaging"
@@ -9,7 +9,7 @@ maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="BSD-3-Clause"
 homepage="https://pypi.org/project/widgetsnbextension/"
 distfiles="${PYPI_SITE}/w/widgetsnbextension/widgetsnbextension-${version}.tar.gz"
-checksum=3c1f5e46dc1166dfd40a42d685e6a51396fd34ff878742a3e47c6f0cc4a2a385
+checksum=64196c5ff3b9a9183a8e699a4227fb0b7002f252c814098e66c4d1cd0644688f
 make_check=no  # Upstream defines no tests
 
 post_install() {

From f02fc2ce634b13e7b6ad15bcc6009143d0f1f94d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 15 Feb 2024 09:09:54 -0300
Subject: [PATCH 05/10] python3-jupyter_ipywidgets: update to 8.1.2.

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

diff --git a/srcpkgs/python3-jupyter_ipywidgets/template b/srcpkgs/python3-jupyter_ipywidgets/template
index fb63dac1a88ff9..f0f9d4e8f46d79 100644
--- a/srcpkgs/python3-jupyter_ipywidgets/template
+++ b/srcpkgs/python3-jupyter_ipywidgets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jupyter_ipywidgets'
 pkgname=python3-jupyter_ipywidgets
-version=8.1.1
-revision=2
+version=8.1.2
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-wheel"
 depends="python3-ipython_ipykernel python3-jupyter_widgetsnbextension"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter-widgets/ipywidgets"
 changelog="https://raw.githubusercontent.com/jupyter-widgets/ipywidgets/main/docs/source/changelog.md"
 distfiles="${PYPI_SITE}/i/ipywidgets/ipywidgets-${version}.tar.gz"
-checksum=40211efb556adec6fa450ccc2a77d59ca44a060f4f9f136833df59c9f538e6e8
+checksum=d0b9b41e49bae926a866e613a39b0f0097745d2b9f1f3dd406641b4a57ec42c9
 
 post_install() {
 	vlicense LICENSE

From f9104975d7002ffd5156ef44bb7fbc0626044d7b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Tue, 6 Feb 2024 10:57:50 -0300
Subject: [PATCH 06/10] python3-jupyter_nbconvert: update to 7.16.2.

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

diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template
index 199bed00cb9824..5f9e7872fb1079 100644
--- a/srcpkgs/python3-jupyter_nbconvert/template
+++ b/srcpkgs/python3-jupyter_nbconvert/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jupyter_nbconvert'
 pkgname=python3-jupyter_nbconvert
-version=7.14.2
+version=7.16.2
 revision=1
 build_style=python3-pep517
 # these two tests require nbconvert.tests (not installed)
@@ -19,7 +19,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter/nbconvert"
 changelog="https://raw.githubusercontent.com/jupyter/nbconvert/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/n/nbconvert/nbconvert-${version}.tar.gz"
-checksum=a7f8808fd4e082431673ac538400218dd45efd076fbeb07cc6e5aa5a3a4e949e
+checksum=8310edd41e1c43947e4ecf16614c61469ebc024898eb808cce0999860fc9fb16
 
 pre_check() {
 	# templates must be in $JUPYTER_DATA_DIR/nbconvert/templates

From d0d20de28efeca1ccc4031303ce1d6e96abab79c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 4 Mar 2024 11:54:36 -0300
Subject: [PATCH 07/10] python3-jupyter_server: update to 2.13.0.

---
 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 155851e75f7bf4..04eb5ad9c04253 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=2.12.5
+version=2.13.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-jupyter-builder"
@@ -18,7 +18,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter-server/jupyter_server"
 changelog="https://raw.githubusercontent.com/jupyter-server/jupyter_server/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/j/jupyter-server/jupyter_server-${version}.tar.gz"
-checksum=0edb626c94baa22809be1323f9770cf1c00a952b17097592e40d03e6a3951689
+checksum=c80bfb049ea20053c3d9641c2add4848b38073bf79f1729cea1faed32fc1c78e
 
 if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
 	# these tests fail on CI (connect to a tcp address)

From 72949eed9d221d480fc813734241689980696f90 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 15 Feb 2024 09:09:56 -0300
Subject: [PATCH 08/10] python3-jupyterlab_server: update to 2.25.3.

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

diff --git a/srcpkgs/python3-jupyterlab_server/template b/srcpkgs/python3-jupyterlab_server/template
index 770a2fb33e8087..906749a437eeb5 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.25.2
+version=2.25.3
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling"
@@ -8,12 +8,12 @@ depends="python3-jupyter_server python3-Babel python3-json5 python3-requests"
 checkdepends="$depends python3-pytest-jupyter python3-openapi-core
  python3-requests-mock python3-strict-rfc3339 python3-ruamel.yaml python3-pip"
 short_desc="Server components for JupyterLab and JL-like applications"
-maintainer="dkwo <nicolopiazzalunga@gmail.com>"
+maintainer="dkwo <nicolopiazzalunga@gmail.com>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="BSD-3-Clause"
 homepage="https://github.com/jupyterlab/jupyterlab_server"
 changelog="https://raw.githubusercontent.com/jupyterlab/jupyterlab_server/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/j/jupyterlab_server/jupyterlab_server-${version}.tar.gz"
-checksum=bd0ec7a99ebcedc8bcff939ef86e52c378e44c2707e053fcd81d046ce979ee63
+checksum=846f125a8a19656611df5b03e5912c8393cea6900859baa64fa515eb64a8dc40
 
 if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
 	# tests setup fails on CI (no idea why)

From fc9215b0de2addc7f6b9d9ae11239bfafa5faf61 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 5 Feb 2024 18:07:46 -0300
Subject: [PATCH 09/10] jupyterlab: update to 4.1.3.

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

diff --git a/srcpkgs/jupyterlab/template b/srcpkgs/jupyterlab/template
index c44ef72f402cda..7e815dc83450b6 100644
--- a/srcpkgs/jupyterlab/template
+++ b/srcpkgs/jupyterlab/template
@@ -1,11 +1,11 @@
 # Template file for 'jupyterlab'
 pkgname=jupyterlab
-version=4.0.12
+version=4.1.3
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-jupyter-builder"
-depends="nodejs python3-async-lru python3-ipython_ipykernel
- python3-jupyterlab_server python3-notebook_shim python3-tomli"
+depends="nodejs python3-async-lru python3-httpx python3-ipython_ipykernel
+ python3-jupyterlab_server python3-notebook_shim"
 checkdepends="$depends python3-pytest-jupyter python3-pytest-xdist"
 short_desc="JupyterLab computational environment"
 maintainer="dkwo <npiazza@disroot.org>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
@@ -13,7 +13,7 @@ license="custom:jupyterlab"
 homepage="https://github.com/jupyterlab/jupyterlab/"
 changelog="https://raw.githubusercontent.com/jupyterlab/jupyterlab/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/j/jupyterlab/jupyterlab-${version}.tar.gz"
-checksum=965d92efa82a538ed70ccb3968d9aabba788840da882e13d7b061780cdedc3b7
+checksum=b85bd8766f995d23461e1f68a0cbc688d23e0af2b6f42a7768fc7b1826b2ec39
 
 post_install() {
 	mv ${DESTDIR}/usr/etc ${DESTDIR}

From 9b45d0a62fc36a09df09b1a06a697a2db2f6b97c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 15 Feb 2024 09:09:55 -0300
Subject: [PATCH 10/10] python3-jupyter_notebook: update to 7.1.1.

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

diff --git a/srcpkgs/python3-jupyter_notebook/template b/srcpkgs/python3-jupyter_notebook/template
index 78b9705a260046..28600c5dd38341 100644
--- a/srcpkgs/python3-jupyter_notebook/template
+++ b/srcpkgs/python3-jupyter_notebook/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jupyter_notebook'
 pkgname=python3-jupyter_notebook
-version=7.0.7
+version=7.1.1
 revision=1
 build_style=python3-pep517
 make_build_args="--skip-dependency-check"
@@ -13,7 +13,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter/notebook"
 changelog="https://raw.githubusercontent.com/jupyter/notebook/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/n/notebook/notebook-${version}.tar.gz"
-checksum=3bcff00c17b3ac142ef5f436d50637d936b274cfa0b41f6ac0175363de9b4e09
+checksum=818e7420fa21f402e726afb9f02df7f3c10f294c02e383ed19852866c316108b
 
 post_install() {
 	mv ${DESTDIR}/usr/etc ${DESTDIR}

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

* Re: [PR PATCH] [Updated] jupyterlab: update to 4.1.2.
  2024-03-03 23:42 [PR PATCH] jupyterlab: update to 4.1.2 tornaria
  2024-03-04 15:23 ` [PR PATCH] [Updated] " tornaria
  2024-03-05  1:36 ` tornaria
@ 2024-03-08  1:11 ` tornaria
  2024-03-09 12:06 ` tornaria
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: tornaria @ 2024-03-08  1:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages jupyter
https://github.com/void-linux/void-packages/pull/49069

jupyterlab: update to 4.1.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From eb89c130c2d62330312b848af5cbe595551bf3df Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 5 Feb 2024 18:18:03 -0300
Subject: [PATCH 01/10] hatchling: update to 1.21.1.

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

diff --git a/srcpkgs/hatchling/template b/srcpkgs/hatchling/template
index 6271cf91125508..377aca674dc56c 100644
--- a/srcpkgs/hatchling/template
+++ b/srcpkgs/hatchling/template
@@ -1,6 +1,6 @@
 # Template file for 'hatchling'
 pkgname=hatchling
-version=1.21.0
+version=1.21.1
 revision=1
 build_style=python3-pep517
 _deps="python3-editables python3-packaging python3-pathspec python3-pluggy
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://hatch.pypa.io/latest/"
 changelog="https://raw.githubusercontent.com/pypa/hatch/master/docs/history/hatchling.md"
 distfiles="${PYPI_SITE}/h/hatchling/hatchling-${version}.tar.gz"
-checksum=5c086772357a50723b825fd5da5278ac7e3697cdf7797d07541a6c90b6ff754c
+checksum=bba440453a224e7d4478457fa2e8d8c3633765bafa02975a6b53b9bf917980bc
 
 post_install() {
 	vlicense LICENSE.txt

From 1087e4bbac4f9129f050c73cc8424ee4649007dd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Wed, 21 Feb 2024 20:48:34 -0300
Subject: [PATCH 02/10] python3-pytest-jupyter: update to 0.9.0.

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

diff --git a/srcpkgs/python3-pytest-jupyter/template b/srcpkgs/python3-pytest-jupyter/template
index 495ebf4df85a4b..d3476af413d5a0 100644
--- a/srcpkgs/python3-pytest-jupyter/template
+++ b/srcpkgs/python3-pytest-jupyter/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-pytest-jupyter'
 pkgname=python3-pytest-jupyter
-version=0.8.0
+version=0.9.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter-server/pytest-jupyter"
 changelog="https://raw.githubusercontent.com/jupyter-server/pytest-jupyter/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/p/pytest_jupyter/pytest_jupyter-${version}.tar.gz"
-checksum=842817c300802c8608676bbb1460ba0081f2688cf5cb55b87d7bad5dcb0e9729
+checksum=88bdf4296a166959c1598f976e4b5faab3e11785f06cf97b248f305e60a5beda
 make_check=extended  # cannot be tested without python3-jupyter_server
 
 if [ "$XBPS_CHECK_PKGS" = full ]; then

From 750194c54cb1946f58b4dc3113a68aa2849c969d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 15 Feb 2024 09:09:57 -0300
Subject: [PATCH 03/10] python3-notebook_shim: update to 0.2.4.

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

diff --git a/srcpkgs/python3-notebook_shim/template b/srcpkgs/python3-notebook_shim/template
index c1e58a8e8159a4..fd75b010d179b6 100644
--- a/srcpkgs/python3-notebook_shim/template
+++ b/srcpkgs/python3-notebook_shim/template
@@ -1,18 +1,18 @@
 # Template file for 'python3-notebook_shim'
 pkgname=python3-notebook_shim
-version=0.2.3
+version=0.2.4
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling"
 depends="python3-jupyter_server"
 checkdepends="$depends python3-pytest-jupyter"
 short_desc="Shim layer for notebook traits and config"
-maintainer="dkwo <npiazza@disroot.org>"
+maintainer="dkwo <npiazza@disroot.org>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="BSD-3-Clause"
 homepage="https://github.com/jupyter/notebook_shim"
 changelog="https://raw.githubusercontent.com/jupyter/notebook_shim/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/n/notebook_shim/notebook_shim-${version}.tar.gz"
-checksum=f69388ac283ae008cd506dda10d0288b09a017d822d5e8c7129a152cbd3ce7e9
+checksum=b4b2cfa1b65d98307ca24361f5b30fe785b53c3fd07b7a47e89acb5e6ac638cb
 
 post_install() {
 	mv ${DESTDIR}/usr/etc ${DESTDIR}

From 2d7d7077f6b74af350d357e35a35403f15d1fd4a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 15 Feb 2024 09:09:55 -0300
Subject: [PATCH 04/10] python3-jupyter_widgetsnbextension: update to 4.0.10.

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

diff --git a/srcpkgs/python3-jupyter_widgetsnbextension/template b/srcpkgs/python3-jupyter_widgetsnbextension/template
index 6015ea6e8d69a5..dfaf1052740c54 100644
--- a/srcpkgs/python3-jupyter_widgetsnbextension/template
+++ b/srcpkgs/python3-jupyter_widgetsnbextension/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jupyter_widgetsnbextension'
 pkgname=python3-jupyter_widgetsnbextension
-version=4.0.9
+version=4.0.10
 revision=1
 build_style=python3-pep517
 hostmakedepends="python3-jupyter_packaging"
@@ -9,7 +9,7 @@ maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="BSD-3-Clause"
 homepage="https://pypi.org/project/widgetsnbextension/"
 distfiles="${PYPI_SITE}/w/widgetsnbextension/widgetsnbextension-${version}.tar.gz"
-checksum=3c1f5e46dc1166dfd40a42d685e6a51396fd34ff878742a3e47c6f0cc4a2a385
+checksum=64196c5ff3b9a9183a8e699a4227fb0b7002f252c814098e66c4d1cd0644688f
 make_check=no  # Upstream defines no tests
 
 post_install() {

From fc17eb72b3e99c6bf294f30f26d1b3a6d77691a8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 15 Feb 2024 09:09:54 -0300
Subject: [PATCH 05/10] python3-jupyter_ipywidgets: update to 8.1.2.

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

diff --git a/srcpkgs/python3-jupyter_ipywidgets/template b/srcpkgs/python3-jupyter_ipywidgets/template
index fb63dac1a88ff9..f0f9d4e8f46d79 100644
--- a/srcpkgs/python3-jupyter_ipywidgets/template
+++ b/srcpkgs/python3-jupyter_ipywidgets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jupyter_ipywidgets'
 pkgname=python3-jupyter_ipywidgets
-version=8.1.1
-revision=2
+version=8.1.2
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-wheel"
 depends="python3-ipython_ipykernel python3-jupyter_widgetsnbextension"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter-widgets/ipywidgets"
 changelog="https://raw.githubusercontent.com/jupyter-widgets/ipywidgets/main/docs/source/changelog.md"
 distfiles="${PYPI_SITE}/i/ipywidgets/ipywidgets-${version}.tar.gz"
-checksum=40211efb556adec6fa450ccc2a77d59ca44a060f4f9f136833df59c9f538e6e8
+checksum=d0b9b41e49bae926a866e613a39b0f0097745d2b9f1f3dd406641b4a57ec42c9
 
 post_install() {
 	vlicense LICENSE

From 66b34c056553fbf98d6349b9bf0cdd08a37eb855 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Tue, 6 Feb 2024 10:57:50 -0300
Subject: [PATCH 06/10] python3-jupyter_nbconvert: update to 7.16.2.

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

diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template
index 199bed00cb9824..5f9e7872fb1079 100644
--- a/srcpkgs/python3-jupyter_nbconvert/template
+++ b/srcpkgs/python3-jupyter_nbconvert/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jupyter_nbconvert'
 pkgname=python3-jupyter_nbconvert
-version=7.14.2
+version=7.16.2
 revision=1
 build_style=python3-pep517
 # these two tests require nbconvert.tests (not installed)
@@ -19,7 +19,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter/nbconvert"
 changelog="https://raw.githubusercontent.com/jupyter/nbconvert/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/n/nbconvert/nbconvert-${version}.tar.gz"
-checksum=a7f8808fd4e082431673ac538400218dd45efd076fbeb07cc6e5aa5a3a4e949e
+checksum=8310edd41e1c43947e4ecf16614c61469ebc024898eb808cce0999860fc9fb16
 
 pre_check() {
 	# templates must be in $JUPYTER_DATA_DIR/nbconvert/templates

From 47605148b68f198692526ecc05544494539d05eb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 4 Mar 2024 11:54:36 -0300
Subject: [PATCH 07/10] python3-jupyter_server: update to 2.13.0.

---
 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 155851e75f7bf4..04eb5ad9c04253 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=2.12.5
+version=2.13.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-jupyter-builder"
@@ -18,7 +18,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter-server/jupyter_server"
 changelog="https://raw.githubusercontent.com/jupyter-server/jupyter_server/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/j/jupyter-server/jupyter_server-${version}.tar.gz"
-checksum=0edb626c94baa22809be1323f9770cf1c00a952b17097592e40d03e6a3951689
+checksum=c80bfb049ea20053c3d9641c2add4848b38073bf79f1729cea1faed32fc1c78e
 
 if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
 	# these tests fail on CI (connect to a tcp address)

From ecd3898561e51ee6b413c4436c00f7272b54f0b9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 15 Feb 2024 09:09:56 -0300
Subject: [PATCH 08/10] python3-jupyterlab_server: update to 2.25.3.

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

diff --git a/srcpkgs/python3-jupyterlab_server/template b/srcpkgs/python3-jupyterlab_server/template
index 770a2fb33e8087..906749a437eeb5 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.25.2
+version=2.25.3
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling"
@@ -8,12 +8,12 @@ depends="python3-jupyter_server python3-Babel python3-json5 python3-requests"
 checkdepends="$depends python3-pytest-jupyter python3-openapi-core
  python3-requests-mock python3-strict-rfc3339 python3-ruamel.yaml python3-pip"
 short_desc="Server components for JupyterLab and JL-like applications"
-maintainer="dkwo <nicolopiazzalunga@gmail.com>"
+maintainer="dkwo <nicolopiazzalunga@gmail.com>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="BSD-3-Clause"
 homepage="https://github.com/jupyterlab/jupyterlab_server"
 changelog="https://raw.githubusercontent.com/jupyterlab/jupyterlab_server/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/j/jupyterlab_server/jupyterlab_server-${version}.tar.gz"
-checksum=bd0ec7a99ebcedc8bcff939ef86e52c378e44c2707e053fcd81d046ce979ee63
+checksum=846f125a8a19656611df5b03e5912c8393cea6900859baa64fa515eb64a8dc40
 
 if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
 	# tests setup fails on CI (no idea why)

From 04e7ec21d887372d3644518cdd826aaa08684849 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 5 Feb 2024 18:07:46 -0300
Subject: [PATCH 09/10] jupyterlab: update to 4.1.4.

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

diff --git a/srcpkgs/jupyterlab/template b/srcpkgs/jupyterlab/template
index c44ef72f402cda..0ca4a5cb48c5e9 100644
--- a/srcpkgs/jupyterlab/template
+++ b/srcpkgs/jupyterlab/template
@@ -1,11 +1,11 @@
 # Template file for 'jupyterlab'
 pkgname=jupyterlab
-version=4.0.12
+version=4.1.4
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-jupyter-builder"
-depends="nodejs python3-async-lru python3-ipython_ipykernel
- python3-jupyterlab_server python3-notebook_shim python3-tomli"
+depends="nodejs python3-async-lru python3-httpx python3-ipython_ipykernel
+ python3-jupyterlab_server python3-notebook_shim"
 checkdepends="$depends python3-pytest-jupyter python3-pytest-xdist"
 short_desc="JupyterLab computational environment"
 maintainer="dkwo <npiazza@disroot.org>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
@@ -13,7 +13,7 @@ license="custom:jupyterlab"
 homepage="https://github.com/jupyterlab/jupyterlab/"
 changelog="https://raw.githubusercontent.com/jupyterlab/jupyterlab/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/j/jupyterlab/jupyterlab-${version}.tar.gz"
-checksum=965d92efa82a538ed70ccb3968d9aabba788840da882e13d7b061780cdedc3b7
+checksum=e03c82c124ad8a0892e498b9dde79c50868b2c267819aca3f55ce47c57ebeb1d
 
 post_install() {
 	mv ${DESTDIR}/usr/etc ${DESTDIR}

From ad177d6bde4b72b486eda19ccd28c303c4c132ae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 15 Feb 2024 09:09:55 -0300
Subject: [PATCH 10/10] python3-jupyter_notebook: update to 7.1.1.

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

diff --git a/srcpkgs/python3-jupyter_notebook/template b/srcpkgs/python3-jupyter_notebook/template
index 78b9705a260046..28600c5dd38341 100644
--- a/srcpkgs/python3-jupyter_notebook/template
+++ b/srcpkgs/python3-jupyter_notebook/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jupyter_notebook'
 pkgname=python3-jupyter_notebook
-version=7.0.7
+version=7.1.1
 revision=1
 build_style=python3-pep517
 make_build_args="--skip-dependency-check"
@@ -13,7 +13,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter/notebook"
 changelog="https://raw.githubusercontent.com/jupyter/notebook/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/n/notebook/notebook-${version}.tar.gz"
-checksum=3bcff00c17b3ac142ef5f436d50637d936b274cfa0b41f6ac0175363de9b4e09
+checksum=818e7420fa21f402e726afb9f02df7f3c10f294c02e383ed19852866c316108b
 
 post_install() {
 	mv ${DESTDIR}/usr/etc ${DESTDIR}

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

* Re: [PR PATCH] [Updated] jupyterlab: update to 4.1.2.
  2024-03-03 23:42 [PR PATCH] jupyterlab: update to 4.1.2 tornaria
                   ` (2 preceding siblings ...)
  2024-03-08  1:11 ` tornaria
@ 2024-03-09 12:06 ` tornaria
  2024-03-09 12:50 ` tornaria
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: tornaria @ 2024-03-09 12:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages jupyter
https://github.com/void-linux/void-packages/pull/49069

jupyterlab: update to 4.1.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 5bfef2b655bd5dc26538830d4def2b9eb6c78250 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 5 Feb 2024 18:18:03 -0300
Subject: [PATCH 01/10] hatchling: update to 1.21.1.

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

diff --git a/srcpkgs/hatchling/template b/srcpkgs/hatchling/template
index 6271cf91125508..377aca674dc56c 100644
--- a/srcpkgs/hatchling/template
+++ b/srcpkgs/hatchling/template
@@ -1,6 +1,6 @@
 # Template file for 'hatchling'
 pkgname=hatchling
-version=1.21.0
+version=1.21.1
 revision=1
 build_style=python3-pep517
 _deps="python3-editables python3-packaging python3-pathspec python3-pluggy
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://hatch.pypa.io/latest/"
 changelog="https://raw.githubusercontent.com/pypa/hatch/master/docs/history/hatchling.md"
 distfiles="${PYPI_SITE}/h/hatchling/hatchling-${version}.tar.gz"
-checksum=5c086772357a50723b825fd5da5278ac7e3697cdf7797d07541a6c90b6ff754c
+checksum=bba440453a224e7d4478457fa2e8d8c3633765bafa02975a6b53b9bf917980bc
 
 post_install() {
 	vlicense LICENSE.txt

From e295d51a6f44e08dbefddf4b5c2e539b0c9889af Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Wed, 21 Feb 2024 20:48:34 -0300
Subject: [PATCH 02/10] python3-pytest-jupyter: update to 0.9.0.

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

diff --git a/srcpkgs/python3-pytest-jupyter/template b/srcpkgs/python3-pytest-jupyter/template
index 495ebf4df85a4b..d3476af413d5a0 100644
--- a/srcpkgs/python3-pytest-jupyter/template
+++ b/srcpkgs/python3-pytest-jupyter/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-pytest-jupyter'
 pkgname=python3-pytest-jupyter
-version=0.8.0
+version=0.9.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter-server/pytest-jupyter"
 changelog="https://raw.githubusercontent.com/jupyter-server/pytest-jupyter/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/p/pytest_jupyter/pytest_jupyter-${version}.tar.gz"
-checksum=842817c300802c8608676bbb1460ba0081f2688cf5cb55b87d7bad5dcb0e9729
+checksum=88bdf4296a166959c1598f976e4b5faab3e11785f06cf97b248f305e60a5beda
 make_check=extended  # cannot be tested without python3-jupyter_server
 
 if [ "$XBPS_CHECK_PKGS" = full ]; then

From a60481915835ece3672fdbdad408f3d799be72f9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 15 Feb 2024 09:09:57 -0300
Subject: [PATCH 03/10] python3-notebook_shim: update to 0.2.4.

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

diff --git a/srcpkgs/python3-notebook_shim/template b/srcpkgs/python3-notebook_shim/template
index c1e58a8e8159a4..fd75b010d179b6 100644
--- a/srcpkgs/python3-notebook_shim/template
+++ b/srcpkgs/python3-notebook_shim/template
@@ -1,18 +1,18 @@
 # Template file for 'python3-notebook_shim'
 pkgname=python3-notebook_shim
-version=0.2.3
+version=0.2.4
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling"
 depends="python3-jupyter_server"
 checkdepends="$depends python3-pytest-jupyter"
 short_desc="Shim layer for notebook traits and config"
-maintainer="dkwo <npiazza@disroot.org>"
+maintainer="dkwo <npiazza@disroot.org>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="BSD-3-Clause"
 homepage="https://github.com/jupyter/notebook_shim"
 changelog="https://raw.githubusercontent.com/jupyter/notebook_shim/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/n/notebook_shim/notebook_shim-${version}.tar.gz"
-checksum=f69388ac283ae008cd506dda10d0288b09a017d822d5e8c7129a152cbd3ce7e9
+checksum=b4b2cfa1b65d98307ca24361f5b30fe785b53c3fd07b7a47e89acb5e6ac638cb
 
 post_install() {
 	mv ${DESTDIR}/usr/etc ${DESTDIR}

From d6b9240632854a03df9d9415b9bea36a93a8a362 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 15 Feb 2024 09:09:55 -0300
Subject: [PATCH 04/10] python3-jupyter_widgetsnbextension: update to 4.0.10.

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

diff --git a/srcpkgs/python3-jupyter_widgetsnbextension/template b/srcpkgs/python3-jupyter_widgetsnbextension/template
index 6015ea6e8d69a5..dfaf1052740c54 100644
--- a/srcpkgs/python3-jupyter_widgetsnbextension/template
+++ b/srcpkgs/python3-jupyter_widgetsnbextension/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jupyter_widgetsnbextension'
 pkgname=python3-jupyter_widgetsnbextension
-version=4.0.9
+version=4.0.10
 revision=1
 build_style=python3-pep517
 hostmakedepends="python3-jupyter_packaging"
@@ -9,7 +9,7 @@ maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="BSD-3-Clause"
 homepage="https://pypi.org/project/widgetsnbextension/"
 distfiles="${PYPI_SITE}/w/widgetsnbextension/widgetsnbextension-${version}.tar.gz"
-checksum=3c1f5e46dc1166dfd40a42d685e6a51396fd34ff878742a3e47c6f0cc4a2a385
+checksum=64196c5ff3b9a9183a8e699a4227fb0b7002f252c814098e66c4d1cd0644688f
 make_check=no  # Upstream defines no tests
 
 post_install() {

From 022bb8dede1599a266fe3978e6be64a37b9b14f1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 15 Feb 2024 09:09:54 -0300
Subject: [PATCH 05/10] python3-jupyter_ipywidgets: update to 8.1.2.

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

diff --git a/srcpkgs/python3-jupyter_ipywidgets/template b/srcpkgs/python3-jupyter_ipywidgets/template
index fb63dac1a88ff9..f0f9d4e8f46d79 100644
--- a/srcpkgs/python3-jupyter_ipywidgets/template
+++ b/srcpkgs/python3-jupyter_ipywidgets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jupyter_ipywidgets'
 pkgname=python3-jupyter_ipywidgets
-version=8.1.1
-revision=2
+version=8.1.2
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-wheel"
 depends="python3-ipython_ipykernel python3-jupyter_widgetsnbextension"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter-widgets/ipywidgets"
 changelog="https://raw.githubusercontent.com/jupyter-widgets/ipywidgets/main/docs/source/changelog.md"
 distfiles="${PYPI_SITE}/i/ipywidgets/ipywidgets-${version}.tar.gz"
-checksum=40211efb556adec6fa450ccc2a77d59ca44a060f4f9f136833df59c9f538e6e8
+checksum=d0b9b41e49bae926a866e613a39b0f0097745d2b9f1f3dd406641b4a57ec42c9
 
 post_install() {
 	vlicense LICENSE

From 863cf664ff6a29970883e7b00c306c322e820d9c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Tue, 6 Feb 2024 10:57:50 -0300
Subject: [PATCH 06/10] python3-jupyter_nbconvert: update to 7.16.2.

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

diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template
index 199bed00cb9824..5f9e7872fb1079 100644
--- a/srcpkgs/python3-jupyter_nbconvert/template
+++ b/srcpkgs/python3-jupyter_nbconvert/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jupyter_nbconvert'
 pkgname=python3-jupyter_nbconvert
-version=7.14.2
+version=7.16.2
 revision=1
 build_style=python3-pep517
 # these two tests require nbconvert.tests (not installed)
@@ -19,7 +19,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter/nbconvert"
 changelog="https://raw.githubusercontent.com/jupyter/nbconvert/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/n/nbconvert/nbconvert-${version}.tar.gz"
-checksum=a7f8808fd4e082431673ac538400218dd45efd076fbeb07cc6e5aa5a3a4e949e
+checksum=8310edd41e1c43947e4ecf16614c61469ebc024898eb808cce0999860fc9fb16
 
 pre_check() {
 	# templates must be in $JUPYTER_DATA_DIR/nbconvert/templates

From 52de727da61aef8487113205f245c86d17a12837 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 4 Mar 2024 11:54:36 -0300
Subject: [PATCH 07/10] python3-jupyter_server: update to 2.13.0.

---
 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 155851e75f7bf4..04eb5ad9c04253 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=2.12.5
+version=2.13.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-jupyter-builder"
@@ -18,7 +18,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter-server/jupyter_server"
 changelog="https://raw.githubusercontent.com/jupyter-server/jupyter_server/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/j/jupyter-server/jupyter_server-${version}.tar.gz"
-checksum=0edb626c94baa22809be1323f9770cf1c00a952b17097592e40d03e6a3951689
+checksum=c80bfb049ea20053c3d9641c2add4848b38073bf79f1729cea1faed32fc1c78e
 
 if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
 	# these tests fail on CI (connect to a tcp address)

From edb61224b0bbd8030e298ecfb6f33125274cf5f4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 15 Feb 2024 09:09:56 -0300
Subject: [PATCH 08/10] python3-jupyterlab_server: update to 2.25.3.

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

diff --git a/srcpkgs/python3-jupyterlab_server/template b/srcpkgs/python3-jupyterlab_server/template
index 770a2fb33e8087..906749a437eeb5 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.25.2
+version=2.25.3
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling"
@@ -8,12 +8,12 @@ depends="python3-jupyter_server python3-Babel python3-json5 python3-requests"
 checkdepends="$depends python3-pytest-jupyter python3-openapi-core
  python3-requests-mock python3-strict-rfc3339 python3-ruamel.yaml python3-pip"
 short_desc="Server components for JupyterLab and JL-like applications"
-maintainer="dkwo <nicolopiazzalunga@gmail.com>"
+maintainer="dkwo <nicolopiazzalunga@gmail.com>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="BSD-3-Clause"
 homepage="https://github.com/jupyterlab/jupyterlab_server"
 changelog="https://raw.githubusercontent.com/jupyterlab/jupyterlab_server/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/j/jupyterlab_server/jupyterlab_server-${version}.tar.gz"
-checksum=bd0ec7a99ebcedc8bcff939ef86e52c378e44c2707e053fcd81d046ce979ee63
+checksum=846f125a8a19656611df5b03e5912c8393cea6900859baa64fa515eb64a8dc40
 
 if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
 	# tests setup fails on CI (no idea why)

From dba59c6040929c3ac278aefef12d02e1489ad892 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 5 Feb 2024 18:07:46 -0300
Subject: [PATCH 09/10] jupyterlab: update to 4.1.4.

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

diff --git a/srcpkgs/jupyterlab/template b/srcpkgs/jupyterlab/template
index c44ef72f402cda..67fb8c3f27aace 100644
--- a/srcpkgs/jupyterlab/template
+++ b/srcpkgs/jupyterlab/template
@@ -1,11 +1,11 @@
 # Template file for 'jupyterlab'
 pkgname=jupyterlab
-version=4.0.12
+version=4.1.4
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-jupyter-builder"
-depends="nodejs python3-async-lru python3-ipython_ipykernel
- python3-jupyterlab_server python3-notebook_shim python3-tomli"
+depends="nodejs python3-async-lru python3-httpx python3-ipython_ipykernel
+ python3-jupyterlab_server python3-notebook_shim"
 checkdepends="$depends python3-pytest-jupyter python3-pytest-xdist"
 short_desc="JupyterLab computational environment"
 maintainer="dkwo <npiazza@disroot.org>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
@@ -13,7 +13,14 @@ license="custom:jupyterlab"
 homepage="https://github.com/jupyterlab/jupyterlab/"
 changelog="https://raw.githubusercontent.com/jupyterlab/jupyterlab/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/j/jupyterlab/jupyterlab-${version}.tar.gz"
-checksum=965d92efa82a538ed70ccb3968d9aabba788840da882e13d7b061780cdedc3b7
+checksum=e03c82c124ad8a0892e498b9dde79c50868b2c267819aca3f55ce47c57ebeb1d
+
+if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
+	# this test fails on CI (network timeout)
+	make_check_args="
+	 --deselect=jupyterlab/tests/test_build_api.py::TestBuildAPI::test_build
+	"
+fi
 
 post_install() {
 	mv ${DESTDIR}/usr/etc ${DESTDIR}

From 2de87806d1dc5f14a066f2510e43b1dc6c82e131 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 15 Feb 2024 09:09:55 -0300
Subject: [PATCH 10/10] python3-jupyter_notebook: update to 7.1.1.

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

diff --git a/srcpkgs/python3-jupyter_notebook/template b/srcpkgs/python3-jupyter_notebook/template
index 78b9705a260046..28600c5dd38341 100644
--- a/srcpkgs/python3-jupyter_notebook/template
+++ b/srcpkgs/python3-jupyter_notebook/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jupyter_notebook'
 pkgname=python3-jupyter_notebook
-version=7.0.7
+version=7.1.1
 revision=1
 build_style=python3-pep517
 make_build_args="--skip-dependency-check"
@@ -13,7 +13,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter/notebook"
 changelog="https://raw.githubusercontent.com/jupyter/notebook/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/n/notebook/notebook-${version}.tar.gz"
-checksum=3bcff00c17b3ac142ef5f436d50637d936b274cfa0b41f6ac0175363de9b4e09
+checksum=818e7420fa21f402e726afb9f02df7f3c10f294c02e383ed19852866c316108b
 
 post_install() {
 	mv ${DESTDIR}/usr/etc ${DESTDIR}

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

* Re: [PR PATCH] [Updated] jupyterlab: update to 4.1.2.
  2024-03-03 23:42 [PR PATCH] jupyterlab: update to 4.1.2 tornaria
                   ` (3 preceding siblings ...)
  2024-03-09 12:06 ` tornaria
@ 2024-03-09 12:50 ` tornaria
  2024-03-18 22:06 ` dkwo
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: tornaria @ 2024-03-09 12:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages jupyter
https://github.com/void-linux/void-packages/pull/49069

jupyterlab: update to 4.1.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 5bfef2b655bd5dc26538830d4def2b9eb6c78250 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 5 Feb 2024 18:18:03 -0300
Subject: [PATCH 01/10] hatchling: update to 1.21.1.

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

diff --git a/srcpkgs/hatchling/template b/srcpkgs/hatchling/template
index 6271cf91125508..377aca674dc56c 100644
--- a/srcpkgs/hatchling/template
+++ b/srcpkgs/hatchling/template
@@ -1,6 +1,6 @@
 # Template file for 'hatchling'
 pkgname=hatchling
-version=1.21.0
+version=1.21.1
 revision=1
 build_style=python3-pep517
 _deps="python3-editables python3-packaging python3-pathspec python3-pluggy
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://hatch.pypa.io/latest/"
 changelog="https://raw.githubusercontent.com/pypa/hatch/master/docs/history/hatchling.md"
 distfiles="${PYPI_SITE}/h/hatchling/hatchling-${version}.tar.gz"
-checksum=5c086772357a50723b825fd5da5278ac7e3697cdf7797d07541a6c90b6ff754c
+checksum=bba440453a224e7d4478457fa2e8d8c3633765bafa02975a6b53b9bf917980bc
 
 post_install() {
 	vlicense LICENSE.txt

From e295d51a6f44e08dbefddf4b5c2e539b0c9889af Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Wed, 21 Feb 2024 20:48:34 -0300
Subject: [PATCH 02/10] python3-pytest-jupyter: update to 0.9.0.

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

diff --git a/srcpkgs/python3-pytest-jupyter/template b/srcpkgs/python3-pytest-jupyter/template
index 495ebf4df85a4b..d3476af413d5a0 100644
--- a/srcpkgs/python3-pytest-jupyter/template
+++ b/srcpkgs/python3-pytest-jupyter/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-pytest-jupyter'
 pkgname=python3-pytest-jupyter
-version=0.8.0
+version=0.9.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter-server/pytest-jupyter"
 changelog="https://raw.githubusercontent.com/jupyter-server/pytest-jupyter/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/p/pytest_jupyter/pytest_jupyter-${version}.tar.gz"
-checksum=842817c300802c8608676bbb1460ba0081f2688cf5cb55b87d7bad5dcb0e9729
+checksum=88bdf4296a166959c1598f976e4b5faab3e11785f06cf97b248f305e60a5beda
 make_check=extended  # cannot be tested without python3-jupyter_server
 
 if [ "$XBPS_CHECK_PKGS" = full ]; then

From a60481915835ece3672fdbdad408f3d799be72f9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 15 Feb 2024 09:09:57 -0300
Subject: [PATCH 03/10] python3-notebook_shim: update to 0.2.4.

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

diff --git a/srcpkgs/python3-notebook_shim/template b/srcpkgs/python3-notebook_shim/template
index c1e58a8e8159a4..fd75b010d179b6 100644
--- a/srcpkgs/python3-notebook_shim/template
+++ b/srcpkgs/python3-notebook_shim/template
@@ -1,18 +1,18 @@
 # Template file for 'python3-notebook_shim'
 pkgname=python3-notebook_shim
-version=0.2.3
+version=0.2.4
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling"
 depends="python3-jupyter_server"
 checkdepends="$depends python3-pytest-jupyter"
 short_desc="Shim layer for notebook traits and config"
-maintainer="dkwo <npiazza@disroot.org>"
+maintainer="dkwo <npiazza@disroot.org>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="BSD-3-Clause"
 homepage="https://github.com/jupyter/notebook_shim"
 changelog="https://raw.githubusercontent.com/jupyter/notebook_shim/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/n/notebook_shim/notebook_shim-${version}.tar.gz"
-checksum=f69388ac283ae008cd506dda10d0288b09a017d822d5e8c7129a152cbd3ce7e9
+checksum=b4b2cfa1b65d98307ca24361f5b30fe785b53c3fd07b7a47e89acb5e6ac638cb
 
 post_install() {
 	mv ${DESTDIR}/usr/etc ${DESTDIR}

From d6b9240632854a03df9d9415b9bea36a93a8a362 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 15 Feb 2024 09:09:55 -0300
Subject: [PATCH 04/10] python3-jupyter_widgetsnbextension: update to 4.0.10.

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

diff --git a/srcpkgs/python3-jupyter_widgetsnbextension/template b/srcpkgs/python3-jupyter_widgetsnbextension/template
index 6015ea6e8d69a5..dfaf1052740c54 100644
--- a/srcpkgs/python3-jupyter_widgetsnbextension/template
+++ b/srcpkgs/python3-jupyter_widgetsnbextension/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jupyter_widgetsnbextension'
 pkgname=python3-jupyter_widgetsnbextension
-version=4.0.9
+version=4.0.10
 revision=1
 build_style=python3-pep517
 hostmakedepends="python3-jupyter_packaging"
@@ -9,7 +9,7 @@ maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="BSD-3-Clause"
 homepage="https://pypi.org/project/widgetsnbextension/"
 distfiles="${PYPI_SITE}/w/widgetsnbextension/widgetsnbextension-${version}.tar.gz"
-checksum=3c1f5e46dc1166dfd40a42d685e6a51396fd34ff878742a3e47c6f0cc4a2a385
+checksum=64196c5ff3b9a9183a8e699a4227fb0b7002f252c814098e66c4d1cd0644688f
 make_check=no  # Upstream defines no tests
 
 post_install() {

From 022bb8dede1599a266fe3978e6be64a37b9b14f1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 15 Feb 2024 09:09:54 -0300
Subject: [PATCH 05/10] python3-jupyter_ipywidgets: update to 8.1.2.

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

diff --git a/srcpkgs/python3-jupyter_ipywidgets/template b/srcpkgs/python3-jupyter_ipywidgets/template
index fb63dac1a88ff9..f0f9d4e8f46d79 100644
--- a/srcpkgs/python3-jupyter_ipywidgets/template
+++ b/srcpkgs/python3-jupyter_ipywidgets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jupyter_ipywidgets'
 pkgname=python3-jupyter_ipywidgets
-version=8.1.1
-revision=2
+version=8.1.2
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-wheel"
 depends="python3-ipython_ipykernel python3-jupyter_widgetsnbextension"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter-widgets/ipywidgets"
 changelog="https://raw.githubusercontent.com/jupyter-widgets/ipywidgets/main/docs/source/changelog.md"
 distfiles="${PYPI_SITE}/i/ipywidgets/ipywidgets-${version}.tar.gz"
-checksum=40211efb556adec6fa450ccc2a77d59ca44a060f4f9f136833df59c9f538e6e8
+checksum=d0b9b41e49bae926a866e613a39b0f0097745d2b9f1f3dd406641b4a57ec42c9
 
 post_install() {
 	vlicense LICENSE

From 863cf664ff6a29970883e7b00c306c322e820d9c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Tue, 6 Feb 2024 10:57:50 -0300
Subject: [PATCH 06/10] python3-jupyter_nbconvert: update to 7.16.2.

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

diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template
index 199bed00cb9824..5f9e7872fb1079 100644
--- a/srcpkgs/python3-jupyter_nbconvert/template
+++ b/srcpkgs/python3-jupyter_nbconvert/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jupyter_nbconvert'
 pkgname=python3-jupyter_nbconvert
-version=7.14.2
+version=7.16.2
 revision=1
 build_style=python3-pep517
 # these two tests require nbconvert.tests (not installed)
@@ -19,7 +19,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter/nbconvert"
 changelog="https://raw.githubusercontent.com/jupyter/nbconvert/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/n/nbconvert/nbconvert-${version}.tar.gz"
-checksum=a7f8808fd4e082431673ac538400218dd45efd076fbeb07cc6e5aa5a3a4e949e
+checksum=8310edd41e1c43947e4ecf16614c61469ebc024898eb808cce0999860fc9fb16
 
 pre_check() {
 	# templates must be in $JUPYTER_DATA_DIR/nbconvert/templates

From 52de727da61aef8487113205f245c86d17a12837 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 4 Mar 2024 11:54:36 -0300
Subject: [PATCH 07/10] python3-jupyter_server: update to 2.13.0.

---
 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 155851e75f7bf4..04eb5ad9c04253 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=2.12.5
+version=2.13.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-jupyter-builder"
@@ -18,7 +18,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter-server/jupyter_server"
 changelog="https://raw.githubusercontent.com/jupyter-server/jupyter_server/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/j/jupyter-server/jupyter_server-${version}.tar.gz"
-checksum=0edb626c94baa22809be1323f9770cf1c00a952b17097592e40d03e6a3951689
+checksum=c80bfb049ea20053c3d9641c2add4848b38073bf79f1729cea1faed32fc1c78e
 
 if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
 	# these tests fail on CI (connect to a tcp address)

From edb61224b0bbd8030e298ecfb6f33125274cf5f4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 15 Feb 2024 09:09:56 -0300
Subject: [PATCH 08/10] python3-jupyterlab_server: update to 2.25.3.

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

diff --git a/srcpkgs/python3-jupyterlab_server/template b/srcpkgs/python3-jupyterlab_server/template
index 770a2fb33e8087..906749a437eeb5 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.25.2
+version=2.25.3
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling"
@@ -8,12 +8,12 @@ depends="python3-jupyter_server python3-Babel python3-json5 python3-requests"
 checkdepends="$depends python3-pytest-jupyter python3-openapi-core
  python3-requests-mock python3-strict-rfc3339 python3-ruamel.yaml python3-pip"
 short_desc="Server components for JupyterLab and JL-like applications"
-maintainer="dkwo <nicolopiazzalunga@gmail.com>"
+maintainer="dkwo <nicolopiazzalunga@gmail.com>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="BSD-3-Clause"
 homepage="https://github.com/jupyterlab/jupyterlab_server"
 changelog="https://raw.githubusercontent.com/jupyterlab/jupyterlab_server/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/j/jupyterlab_server/jupyterlab_server-${version}.tar.gz"
-checksum=bd0ec7a99ebcedc8bcff939ef86e52c378e44c2707e053fcd81d046ce979ee63
+checksum=846f125a8a19656611df5b03e5912c8393cea6900859baa64fa515eb64a8dc40
 
 if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
 	# tests setup fails on CI (no idea why)

From d621a044488acabaa6fb6165740cfe8d0f81e319 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 5 Feb 2024 18:07:46 -0300
Subject: [PATCH 09/10] jupyterlab: update to 4.1.4.

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

diff --git a/srcpkgs/jupyterlab/template b/srcpkgs/jupyterlab/template
index c44ef72f402cda..d8608707d5b64f 100644
--- a/srcpkgs/jupyterlab/template
+++ b/srcpkgs/jupyterlab/template
@@ -1,11 +1,11 @@
 # Template file for 'jupyterlab'
 pkgname=jupyterlab
-version=4.0.12
+version=4.1.4
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-jupyter-builder"
-depends="nodejs python3-async-lru python3-ipython_ipykernel
- python3-jupyterlab_server python3-notebook_shim python3-tomli"
+depends="nodejs python3-async-lru python3-httpx python3-ipython_ipykernel
+ python3-jupyterlab_server python3-notebook_shim"
 checkdepends="$depends python3-pytest-jupyter python3-pytest-xdist"
 short_desc="JupyterLab computational environment"
 maintainer="dkwo <npiazza@disroot.org>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
@@ -13,7 +13,14 @@ license="custom:jupyterlab"
 homepage="https://github.com/jupyterlab/jupyterlab/"
 changelog="https://raw.githubusercontent.com/jupyterlab/jupyterlab/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/j/jupyterlab/jupyterlab-${version}.tar.gz"
-checksum=965d92efa82a538ed70ccb3968d9aabba788840da882e13d7b061780cdedc3b7
+checksum=e03c82c124ad8a0892e498b9dde79c50868b2c267819aca3f55ce47c57ebeb1d
+
+if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
+	# this test fails on CI (network timeout)
+	make_check_args="
+	 --deselect=jupyterlab/tests/test_build_api.py::TestBuildAPI
+	"
+fi
 
 post_install() {
 	mv ${DESTDIR}/usr/etc ${DESTDIR}

From 2d2aa7ad766897b451dfb2fda417db810d395895 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 15 Feb 2024 09:09:55 -0300
Subject: [PATCH 10/10] python3-jupyter_notebook: update to 7.1.1.

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

diff --git a/srcpkgs/python3-jupyter_notebook/template b/srcpkgs/python3-jupyter_notebook/template
index 78b9705a260046..28600c5dd38341 100644
--- a/srcpkgs/python3-jupyter_notebook/template
+++ b/srcpkgs/python3-jupyter_notebook/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jupyter_notebook'
 pkgname=python3-jupyter_notebook
-version=7.0.7
+version=7.1.1
 revision=1
 build_style=python3-pep517
 make_build_args="--skip-dependency-check"
@@ -13,7 +13,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter/notebook"
 changelog="https://raw.githubusercontent.com/jupyter/notebook/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/n/notebook/notebook-${version}.tar.gz"
-checksum=3bcff00c17b3ac142ef5f436d50637d936b274cfa0b41f6ac0175363de9b4e09
+checksum=818e7420fa21f402e726afb9f02df7f3c10f294c02e383ed19852866c316108b
 
 post_install() {
 	mv ${DESTDIR}/usr/etc ${DESTDIR}

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

* Re: jupyterlab: update to 4.1.2.
  2024-03-03 23:42 [PR PATCH] jupyterlab: update to 4.1.2 tornaria
                   ` (4 preceding siblings ...)
  2024-03-09 12:50 ` tornaria
@ 2024-03-18 22:06 ` dkwo
  2024-03-18 22:17 ` tornaria
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: dkwo @ 2024-03-18 22:06 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/49069#issuecomment-2005129348

Comment:
@cinerea0 Do you mind looking at this one too?

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

* Re: jupyterlab: update to 4.1.2.
  2024-03-03 23:42 [PR PATCH] jupyterlab: update to 4.1.2 tornaria
                   ` (5 preceding siblings ...)
  2024-03-18 22:06 ` dkwo
@ 2024-03-18 22:17 ` tornaria
  2024-03-19 23:20 ` [PR PATCH] [Updated] " tornaria
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: tornaria @ 2024-03-18 22:17 UTC (permalink / raw)
  To: ml

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

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/49069#issuecomment-2005142933

Comment:
Please wait a bit. There have been a few more updates and I'm working on it.

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

* Re: [PR PATCH] [Updated] jupyterlab: update to 4.1.2.
  2024-03-03 23:42 [PR PATCH] jupyterlab: update to 4.1.2 tornaria
                   ` (6 preceding siblings ...)
  2024-03-18 22:17 ` tornaria
@ 2024-03-19 23:20 ` tornaria
  2024-03-19 23:25 ` jupyterlab: update to 4.1.5 tornaria
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: tornaria @ 2024-03-19 23:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages jupyter
https://github.com/void-linux/void-packages/pull/49069

jupyterlab: update to 4.1.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From f286a70fc9bfabbbe7667207b4b0cbc5eb5f4850 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 5 Feb 2024 18:18:03 -0300
Subject: [PATCH 01/18] hatchling: update to 1.22.3.

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

diff --git a/srcpkgs/hatchling/template b/srcpkgs/hatchling/template
index ec436c4a02119b..7e79add687b886 100644
--- a/srcpkgs/hatchling/template
+++ b/srcpkgs/hatchling/template
@@ -1,6 +1,6 @@
 # Template file for 'hatchling'
 pkgname=hatchling
-version=1.21.0
+version=1.22.3
 revision=1
 build_style=python3-pep517
 _deps="python3-editables python3-packaging python3-pathspec python3-pluggy
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://hatch.pypa.io/latest/"
 changelog="https://raw.githubusercontent.com/pypa/hatch/master/docs/history/hatchling.md"
 distfiles="${PYPI_SITE}/h/hatchling/hatchling-${version}.tar.gz"
-checksum=5c086772357a50723b825fd5da5278ac7e3697cdf7797d07541a6c90b6ff754c
+checksum=adf5d32ab10ac59272cd0bcae9c8193288841860025f2c51df971dae161f8683
 
 post_install() {
 	vlicense LICENSE.txt

From 7823e61d548460abcc82c34888b1d00f4e664842 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 17 Mar 2024 23:02:18 -0300
Subject: [PATCH 02/18] hatch-jupyter-builder: update to 0.9.1.

---
 srcpkgs/hatch-jupyter-builder/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/hatch-jupyter-builder/template b/srcpkgs/hatch-jupyter-builder/template
index ea2a207a220917..af3ea922f75e53 100644
--- a/srcpkgs/hatch-jupyter-builder/template
+++ b/srcpkgs/hatch-jupyter-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'hatch-jupyter-builder'
 pkgname=hatch-jupyter-builder
-version=0.8.3
-revision=2
+version=0.9.1
+revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling"
 depends="hatchling"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyterlab/hatch-jupyter-builder"
 changelog="https://raw.githubusercontent.com/jupyterlab/hatch-jupyter-builder/main/CHANGELOG.md"
 distfiles="https://github.com/jupyterlab/hatch-jupyter-builder/archive/refs/tags/v${version}.tar.gz"
-checksum=b167709e9bd196b3b92fe13a20b10c09cd30ca550759a9f06834378eb371af96
+checksum=c948ea9ffa939916814465eee00af58b713a119eca202565382306b689d6f14c
 
 post_install() {
 	vlicense LICENSE.txt

From 61853bad0a3f2a26f53d35a615be08fa7daab280 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 17 Mar 2024 23:36:30 -0300
Subject: [PATCH 03/18] python3-traitlets: update to 5.14.2.

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

diff --git a/srcpkgs/python3-traitlets/template b/srcpkgs/python3-traitlets/template
index 55d34c0507f78a..69b8c446c70cad 100644
--- a/srcpkgs/python3-traitlets/template
+++ b/srcpkgs/python3-traitlets/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-traitlets'
 pkgname=python3-traitlets
-version=5.14.1
+version=5.14.2
 revision=1
 build_style=python3-pep517
 # needs python3-pytest-mypy
@@ -14,7 +14,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/ipython/traitlets"
 changelog="https://raw.githubusercontent.com/ipython/traitlets/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/t/traitlets/traitlets-${version}.tar.gz"
-checksum=8585105b371a04b8316a43d5ce29c098575c2e477850b62b848b964f1444527e
+checksum=8cdd83c040dab7d1dee822678e5f5d100b514f7b72b01615b26fc5718916fdf9
 
 post_install() {
 	vlicense LICENSE

From 681ff7575e2cdd502096b061b9d7c6c3eddbdf72 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 17 Mar 2024 23:36:24 -0300
Subject: [PATCH 04/18] python3-jupyter_core: update to 5.7.2.

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

diff --git a/srcpkgs/python3-jupyter_core/template b/srcpkgs/python3-jupyter_core/template
index acc52e6f1a689d..f229a3adb66b14 100644
--- a/srcpkgs/python3-jupyter_core/template
+++ b/srcpkgs/python3-jupyter_core/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jupyter_core'
 pkgname=python3-jupyter_core
-version=5.7.1
+version=5.7.2
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://jupyter.org"
 changelog="https://raw.githubusercontent.com/jupyter/jupyter_core/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/j/jupyter_core/jupyter_core-${version}.tar.gz"
-checksum=de61a9d7fc71240f688b2fb5ab659fbb56979458dc66a71decd098e03c79e218
+checksum=aa5f8d32bbf6b431ac830496da7392035d6f61b4f54872f15c4bd2a9c3f536d9
 conflicts="python-jupyter_core<=4.4.0_3"
 
 do_check() {

From aeec22fa869d7a0ffffa41e08323d8f884469e83 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Wed, 21 Feb 2024 20:48:34 -0300
Subject: [PATCH 05/18] python3-pytest-jupyter: update to 0.9.1.

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

diff --git a/srcpkgs/python3-pytest-jupyter/template b/srcpkgs/python3-pytest-jupyter/template
index 495ebf4df85a4b..3b9190e857773e 100644
--- a/srcpkgs/python3-pytest-jupyter/template
+++ b/srcpkgs/python3-pytest-jupyter/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-pytest-jupyter'
 pkgname=python3-pytest-jupyter
-version=0.8.0
+version=0.9.1
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter-server/pytest-jupyter"
 changelog="https://raw.githubusercontent.com/jupyter-server/pytest-jupyter/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/p/pytest_jupyter/pytest_jupyter-${version}.tar.gz"
-checksum=842817c300802c8608676bbb1460ba0081f2688cf5cb55b87d7bad5dcb0e9729
+checksum=f11db2bc390bd8e1090e36b6295c2d80b84e014f13b778e3ca0f8685c7d64379
 make_check=extended  # cannot be tested without python3-jupyter_server
 
 if [ "$XBPS_CHECK_PKGS" = full ]; then

From d70534060a8e1cd2ffb84240688ea615e0f364a9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 17 Mar 2024 23:36:23 -0300
Subject: [PATCH 06/18] python3-jupyter_client: update to 8.6.1.

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

diff --git a/srcpkgs/python3-jupyter_client/template b/srcpkgs/python3-jupyter_client/template
index c755680e49da07..32f5e7baee95db 100644
--- a/srcpkgs/python3-jupyter_client/template
+++ b/srcpkgs/python3-jupyter_client/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jupyter_client'
 pkgname=python3-jupyter_client
-version=8.6.0
+version=8.6.1
 revision=1
 build_style=python3-pep517
 # tests fail otherwise with jupyter_core 5.5.0
@@ -15,7 +15,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter/jupyter_client"
 changelog="https://raw.githubusercontent.com/jupyter/jupyter_client/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/j/jupyter_client/jupyter_client-${version}.tar.gz"
-checksum=0642244bb83b4764ae60d07e010e15f0e2d275ec4e918a8f7b80fbbef3ca60c7
+checksum=e842515e2bab8e19186d89fdfea7abd15e39dd581f94e399f00e2af5a1652d3f
 conflicts="python-jupyter_client<=5.2.4_2"
 make_check=extended  # cannot be tested without python3-ipython_ipykernel
 

From 07b89ed04f04eec7d02465e843fc820ef88fa929 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 17 Mar 2024 23:36:25 -0300
Subject: [PATCH 07/18] python3-jupyter_events: update to 0.10.0.

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

diff --git a/srcpkgs/python3-jupyter_events/template b/srcpkgs/python3-jupyter_events/template
index 2424850a438e2c..1675c6e34df546 100644
--- a/srcpkgs/python3-jupyter_events/template
+++ b/srcpkgs/python3-jupyter_events/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jupyter_events'
 pkgname=python3-jupyter_events
-version=0.9.0
+version=0.10.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling"
@@ -13,7 +13,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter/jupyter_events"
 changelog="https://raw.githubusercontent.com/jupyter/jupyter_events/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/j/jupyter_events/jupyter_events-${version}.tar.gz"
-checksum=81ad2e4bc710881ec274d31c6c50669d71bbaa5dd9d01e600b56faa85700d399
+checksum=670b8229d3cc882ec782144ed22e0d29e1c2d639263f92ca8383e66682845e22
 
 post_install() {
 	vlicense LICENSE

From c6ed725ffbef6605ab6302afe5bb6c33a46b2184 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 15 Feb 2024 09:09:55 -0300
Subject: [PATCH 08/18] python3-jupyter_widgetsnbextension: update to 4.0.10.

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

diff --git a/srcpkgs/python3-jupyter_widgetsnbextension/template b/srcpkgs/python3-jupyter_widgetsnbextension/template
index 6015ea6e8d69a5..dfaf1052740c54 100644
--- a/srcpkgs/python3-jupyter_widgetsnbextension/template
+++ b/srcpkgs/python3-jupyter_widgetsnbextension/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jupyter_widgetsnbextension'
 pkgname=python3-jupyter_widgetsnbextension
-version=4.0.9
+version=4.0.10
 revision=1
 build_style=python3-pep517
 hostmakedepends="python3-jupyter_packaging"
@@ -9,7 +9,7 @@ maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="BSD-3-Clause"
 homepage="https://pypi.org/project/widgetsnbextension/"
 distfiles="${PYPI_SITE}/w/widgetsnbextension/widgetsnbextension-${version}.tar.gz"
-checksum=3c1f5e46dc1166dfd40a42d685e6a51396fd34ff878742a3e47c6f0cc4a2a385
+checksum=64196c5ff3b9a9183a8e699a4227fb0b7002f252c814098e66c4d1cd0644688f
 make_check=no  # Upstream defines no tests
 
 post_install() {

From 7328bdc1a9eaaf064c93baa322fcfd50d6f0ab82 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 15 Feb 2024 09:09:54 -0300
Subject: [PATCH 09/18] python3-jupyter_ipywidgets: update to 8.1.2.

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

diff --git a/srcpkgs/python3-jupyter_ipywidgets/template b/srcpkgs/python3-jupyter_ipywidgets/template
index fb63dac1a88ff9..f0f9d4e8f46d79 100644
--- a/srcpkgs/python3-jupyter_ipywidgets/template
+++ b/srcpkgs/python3-jupyter_ipywidgets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jupyter_ipywidgets'
 pkgname=python3-jupyter_ipywidgets
-version=8.1.1
-revision=2
+version=8.1.2
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-wheel"
 depends="python3-ipython_ipykernel python3-jupyter_widgetsnbextension"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter-widgets/ipywidgets"
 changelog="https://raw.githubusercontent.com/jupyter-widgets/ipywidgets/main/docs/source/changelog.md"
 distfiles="${PYPI_SITE}/i/ipywidgets/ipywidgets-${version}.tar.gz"
-checksum=40211efb556adec6fa450ccc2a77d59ca44a060f4f9f136833df59c9f538e6e8
+checksum=d0b9b41e49bae926a866e613a39b0f0097745d2b9f1f3dd406641b4a57ec42c9
 
 post_install() {
 	vlicense LICENSE

From 18a9e3f68ce430602e1e45ab09a04a7c0d15e92b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 17 Mar 2024 23:36:26 -0300
Subject: [PATCH 10/18] python3-jupyter_nbformat: update to 5.10.3.

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

diff --git a/srcpkgs/python3-jupyter_nbformat/template b/srcpkgs/python3-jupyter_nbformat/template
index 357d1053e002ab..396a57c592e6d4 100644
--- a/srcpkgs/python3-jupyter_nbformat/template
+++ b/srcpkgs/python3-jupyter_nbformat/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jupyter_nbformat'
 pkgname=python3-jupyter_nbformat
-version=5.9.2
+version=5.10.3
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-nodejs-version"
@@ -13,7 +13,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter/nbformat"
 changelog="https://raw.githubusercontent.com/jupyter/nbformat/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/n/nbformat/nbformat-${version}.tar.gz"
-checksum=5f98b5ba1997dff175e77e0c17d5c10a96eaed2cbd1de3533d1fc35d5e111192
+checksum=60ed5e910ef7c6264b87d644f276b1b49e24011930deef54605188ddeb211685
 conflicts="python-jupyter_nbformat<=4.4.0_3"
 
 post_install() {

From 6fd1ac4c8cedce31f72858fd17eb0987ad117138 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 17 Mar 2024 23:36:29 -0300
Subject: [PATCH 11/18] python3-nbclient: update to 0.10.0.

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

diff --git a/srcpkgs/python3-nbclient/template b/srcpkgs/python3-nbclient/template
index be2ca98d3ec9a8..684d01548a6389 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.9.0
+version=0.10.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling"
@@ -8,12 +8,12 @@ depends="python3-jupyter_client python3-jupyter_nbformat"
 checkdepends="$depends python3-pytest-asyncio python3-testpath
  python3-flaky python3-jupyter_ipywidgets python3-xmltodict"
 short_desc="Client library for executing Jupyter notebooks"
-maintainer="dkwo <nicolopiazzalunga@gmail.com>"
+maintainer="dkwo <nicolopiazzalunga@gmail.com>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="BSD-3-Clause"
 homepage="https://nbclient.readthedocs.io/en/latest/"
 changelog="https://raw.githubusercontent.com/jupyter/nbclient/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/n/nbclient/nbclient-${version}.tar.gz"
-checksum=4b28c207877cf33ef3a9838cdc7a54c5ceff981194a82eac59d558f05487295e
+checksum=4b3f1b7dba531e498449c4db4f53da339c91d449dc11e9af3a43b4eb5c5abb09
 make_check=extended  # avoid a circular dependency
 
 if [ "$XBPS_CHECK_PKGS" = full ]; then

From 93ce1658ca8992bbb18a2449954ee9d9afa25c36 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Tue, 6 Feb 2024 10:57:50 -0300
Subject: [PATCH 12/18] python3-jupyter_nbconvert: update to 7.16.2.

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

diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template
index 199bed00cb9824..5f9e7872fb1079 100644
--- a/srcpkgs/python3-jupyter_nbconvert/template
+++ b/srcpkgs/python3-jupyter_nbconvert/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jupyter_nbconvert'
 pkgname=python3-jupyter_nbconvert
-version=7.14.2
+version=7.16.2
 revision=1
 build_style=python3-pep517
 # these two tests require nbconvert.tests (not installed)
@@ -19,7 +19,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter/nbconvert"
 changelog="https://raw.githubusercontent.com/jupyter/nbconvert/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/n/nbconvert/nbconvert-${version}.tar.gz"
-checksum=a7f8808fd4e082431673ac538400218dd45efd076fbeb07cc6e5aa5a3a4e949e
+checksum=8310edd41e1c43947e4ecf16614c61469ebc024898eb808cce0999860fc9fb16
 
 pre_check() {
 	# templates must be in $JUPYTER_DATA_DIR/nbconvert/templates

From d1a07aab403bdb1c6c79d0a43d41c31782157127 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 17 Mar 2024 23:36:27 -0300
Subject: [PATCH 13/18] python3-jupyter_server_terminals: update to 0.5.3.

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

diff --git a/srcpkgs/python3-jupyter_server_terminals/template b/srcpkgs/python3-jupyter_server_terminals/template
index a1bc70ce052183..b12507d3152f80 100644
--- a/srcpkgs/python3-jupyter_server_terminals/template
+++ b/srcpkgs/python3-jupyter_server_terminals/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jupyter_server_terminals'
 pkgname=python3-jupyter_server_terminals
-version=0.5.2
+version=0.5.3
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter-server/jupyter_server_terminals"
 changelog="https://raw.githubusercontent.com/jupyter-server/jupyter_server_terminals/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/j/jupyter_server_terminals/jupyter_server_terminals-${version}.tar.gz"
-checksum=396b5ccc0881e550bf0ee7012c6ef1b53edbde69e67cab1d56e89711b46052e8
+checksum=5ae0295167220e9ace0edcfdb212afd2b01ee8d179fe6f23c899590e9b8a5269
 make_check=extended  # avoid a circular dependency
 
 if [ "$XBPS_CHECK_PKGS" = full ]; then

From 516601d7e13b3ceb640f0e2e79ae53b55796ca32 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 4 Mar 2024 11:54:36 -0300
Subject: [PATCH 14/18] python3-jupyter_server: update to 2.13.0.

---
 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 155851e75f7bf4..04eb5ad9c04253 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=2.12.5
+version=2.13.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-jupyter-builder"
@@ -18,7 +18,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter-server/jupyter_server"
 changelog="https://raw.githubusercontent.com/jupyter-server/jupyter_server/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/j/jupyter-server/jupyter_server-${version}.tar.gz"
-checksum=0edb626c94baa22809be1323f9770cf1c00a952b17097592e40d03e6a3951689
+checksum=c80bfb049ea20053c3d9641c2add4848b38073bf79f1729cea1faed32fc1c78e
 
 if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
 	# these tests fail on CI (connect to a tcp address)

From 507c95e8b476a8dfa6f70348fc58ba84f23657a4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 15 Feb 2024 09:09:56 -0300
Subject: [PATCH 15/18] python3-jupyterlab_server: update to 2.25.4.

---
 .../patches/openapi-core.patch                | 48 +++++++++++++++++++
 srcpkgs/python3-jupyterlab_server/template    |  6 +--
 2 files changed, 51 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/python3-jupyterlab_server/patches/openapi-core.patch

diff --git a/srcpkgs/python3-jupyterlab_server/patches/openapi-core.patch b/srcpkgs/python3-jupyterlab_server/patches/openapi-core.patch
new file mode 100644
index 00000000000000..06a6ff866a530d
--- /dev/null
+++ b/srcpkgs/python3-jupyterlab_server/patches/openapi-core.patch
@@ -0,0 +1,48 @@
+diff --git a/jupyterlab_server/spec.py b/jupyterlab_server/spec.py
+index 94347b9..88b9c3e 100644
+--- a/jupyterlab_server/spec.py
++++ b/jupyterlab_server/spec.py
+@@ -9,17 +9,17 @@ import typing
+ from pathlib import Path
+ 
+ if typing.TYPE_CHECKING:
+-    from openapi_core.spec.paths import Spec
++    from jsonschema_path import SchemaPath
+ 
+ HERE = Path(os.path.dirname(__file__)).resolve()
+ 
+ 
+-def get_openapi_spec() -> Spec:
++def get_openapi_spec() -> SchemaPath:
+     """Get the OpenAPI spec object."""
+-    from openapi_core.spec.paths import Spec
++    from jsonschema_path import SchemaPath
+ 
+     openapi_spec_dict = get_openapi_spec_dict()
+-    return Spec.from_dict(openapi_spec_dict)  # type:ignore[arg-type]
++    return SchemaPath.from_dict(openapi_spec_dict)  # type:ignore[arg-type]
+ 
+ 
+ def get_openapi_spec_dict() -> dict[str, typing.Any]:
+diff --git a/jupyterlab_server/test_utils.py b/jupyterlab_server/test_utils.py
+index c1d8956..bf22e80 100644
+--- a/jupyterlab_server/test_utils.py
++++ b/jupyterlab_server/test_utils.py
+@@ -14,7 +14,7 @@ from urllib.parse import parse_qs, urlparse
+ import tornado.httpclient
+ import tornado.web
+ from openapi_core import V30RequestValidator, V30ResponseValidator
+-from openapi_core.spec.paths import Spec
++from jsonschema_path import SchemaPath
+ from openapi_core.validation.request.datatypes import RequestParameters
+ from tornado.httpclient import HTTPRequest, HTTPResponse
+ from werkzeug.datastructures import Headers, ImmutableMultiDict
+@@ -32,7 +32,7 @@ class TornadoOpenAPIRequest:
+     Converts a torando request to an OpenAPI one
+     """
+ 
+-    def __init__(self, request: HTTPRequest, spec: Spec):
++    def __init__(self, request: HTTPRequest, spec: SchemaPath):
+         """Initialize the request."""
+         self.request = request
+         self.spec = spec
diff --git a/srcpkgs/python3-jupyterlab_server/template b/srcpkgs/python3-jupyterlab_server/template
index 770a2fb33e8087..92e7585d5ba27c 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.25.2
+version=2.25.4
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling"
@@ -8,12 +8,12 @@ depends="python3-jupyter_server python3-Babel python3-json5 python3-requests"
 checkdepends="$depends python3-pytest-jupyter python3-openapi-core
  python3-requests-mock python3-strict-rfc3339 python3-ruamel.yaml python3-pip"
 short_desc="Server components for JupyterLab and JL-like applications"
-maintainer="dkwo <nicolopiazzalunga@gmail.com>"
+maintainer="dkwo <nicolopiazzalunga@gmail.com>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="BSD-3-Clause"
 homepage="https://github.com/jupyterlab/jupyterlab_server"
 changelog="https://raw.githubusercontent.com/jupyterlab/jupyterlab_server/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/j/jupyterlab_server/jupyterlab_server-${version}.tar.gz"
-checksum=bd0ec7a99ebcedc8bcff939ef86e52c378e44c2707e053fcd81d046ce979ee63
+checksum=2098198e1e82e0db982440f9b5136175d73bea2cd42a6480aa6fd502cb23c4f9
 
 if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
 	# tests setup fails on CI (no idea why)

From d94142f628694c6108e82d5c57cab6e247b8d7f7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 15 Feb 2024 09:09:57 -0300
Subject: [PATCH 16/18] python3-notebook_shim: update to 0.2.4.

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

diff --git a/srcpkgs/python3-notebook_shim/template b/srcpkgs/python3-notebook_shim/template
index c1e58a8e8159a4..fd75b010d179b6 100644
--- a/srcpkgs/python3-notebook_shim/template
+++ b/srcpkgs/python3-notebook_shim/template
@@ -1,18 +1,18 @@
 # Template file for 'python3-notebook_shim'
 pkgname=python3-notebook_shim
-version=0.2.3
+version=0.2.4
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling"
 depends="python3-jupyter_server"
 checkdepends="$depends python3-pytest-jupyter"
 short_desc="Shim layer for notebook traits and config"
-maintainer="dkwo <npiazza@disroot.org>"
+maintainer="dkwo <npiazza@disroot.org>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="BSD-3-Clause"
 homepage="https://github.com/jupyter/notebook_shim"
 changelog="https://raw.githubusercontent.com/jupyter/notebook_shim/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/n/notebook_shim/notebook_shim-${version}.tar.gz"
-checksum=f69388ac283ae008cd506dda10d0288b09a017d822d5e8c7129a152cbd3ce7e9
+checksum=b4b2cfa1b65d98307ca24361f5b30fe785b53c3fd07b7a47e89acb5e6ac638cb
 
 post_install() {
 	mv ${DESTDIR}/usr/etc ${DESTDIR}

From fa8f5677b7a2761aaa3f8fccea1a271c144cd2a6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 5 Feb 2024 18:07:46 -0300
Subject: [PATCH 17/18] jupyterlab: update to 4.1.5.

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

diff --git a/srcpkgs/jupyterlab/template b/srcpkgs/jupyterlab/template
index c44ef72f402cda..fe3d2cb0775495 100644
--- a/srcpkgs/jupyterlab/template
+++ b/srcpkgs/jupyterlab/template
@@ -1,11 +1,11 @@
 # Template file for 'jupyterlab'
 pkgname=jupyterlab
-version=4.0.12
+version=4.1.5
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-jupyter-builder"
-depends="nodejs python3-async-lru python3-ipython_ipykernel
- python3-jupyterlab_server python3-notebook_shim python3-tomli"
+depends="nodejs python3-async-lru python3-httpx python3-ipython_ipykernel
+ python3-jupyterlab_server python3-notebook_shim"
 checkdepends="$depends python3-pytest-jupyter python3-pytest-xdist"
 short_desc="JupyterLab computational environment"
 maintainer="dkwo <npiazza@disroot.org>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
@@ -13,7 +13,14 @@ license="custom:jupyterlab"
 homepage="https://github.com/jupyterlab/jupyterlab/"
 changelog="https://raw.githubusercontent.com/jupyterlab/jupyterlab/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/j/jupyterlab/jupyterlab-${version}.tar.gz"
-checksum=965d92efa82a538ed70ccb3968d9aabba788840da882e13d7b061780cdedc3b7
+checksum=c9ad75290cb10bfaff3624bf3fbb852319b4cce4c456613f8ebbaa98d03524db
+
+if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
+	# this test fails on CI (network timeout)
+	make_check_args="
+	 --deselect=jupyterlab/tests/test_build_api.py::TestBuildAPI
+	"
+fi
 
 post_install() {
 	mv ${DESTDIR}/usr/etc ${DESTDIR}

From 0962508d102b25c44d06e5fe62e4a26a7e00f382 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 15 Feb 2024 09:09:55 -0300
Subject: [PATCH 18/18] python3-jupyter_notebook: update to 7.1.2.

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

diff --git a/srcpkgs/python3-jupyter_notebook/template b/srcpkgs/python3-jupyter_notebook/template
index 78b9705a260046..144a5b83b27a71 100644
--- a/srcpkgs/python3-jupyter_notebook/template
+++ b/srcpkgs/python3-jupyter_notebook/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jupyter_notebook'
 pkgname=python3-jupyter_notebook
-version=7.0.7
+version=7.1.2
 revision=1
 build_style=python3-pep517
 make_build_args="--skip-dependency-check"
@@ -13,7 +13,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter/notebook"
 changelog="https://raw.githubusercontent.com/jupyter/notebook/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/n/notebook/notebook-${version}.tar.gz"
-checksum=3bcff00c17b3ac142ef5f436d50637d936b274cfa0b41f6ac0175363de9b4e09
+checksum=efc2c80043909e0faa17fce9e9b37c059c03af0ec99a4d4db84cb21d9d2e936a
 
 post_install() {
 	mv ${DESTDIR}/usr/etc ${DESTDIR}

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

* Re: jupyterlab: update to 4.1.5.
  2024-03-03 23:42 [PR PATCH] jupyterlab: update to 4.1.2 tornaria
                   ` (7 preceding siblings ...)
  2024-03-19 23:20 ` [PR PATCH] [Updated] " tornaria
@ 2024-03-19 23:25 ` tornaria
  2024-03-23 16:14 ` dkwo
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: tornaria @ 2024-03-19 23:25 UTC (permalink / raw)
  To: ml

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

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/49069#issuecomment-2008335067

Comment:
@dkwo updated to jupyterlab 4.1.5 now, if you want to try.

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

* Re: jupyterlab: update to 4.1.5.
  2024-03-03 23:42 [PR PATCH] jupyterlab: update to 4.1.2 tornaria
                   ` (8 preceding siblings ...)
  2024-03-19 23:25 ` jupyterlab: update to 4.1.5 tornaria
@ 2024-03-23 16:14 ` dkwo
  2024-03-23 18:03 ` tornaria
  2024-03-23 21:12 ` [PR PATCH] [Merged]: " cinerea0
  11 siblings, 0 replies; 13+ messages in thread
From: dkwo @ 2024-03-23 16:14 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/49069#issuecomment-2016536582

Comment:
looks good, thanks.
i also had to disable that test for jupyterlab, otherwise it was failing locally on x86_64 for me.

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

* Re: jupyterlab: update to 4.1.5.
  2024-03-03 23:42 [PR PATCH] jupyterlab: update to 4.1.2 tornaria
                   ` (9 preceding siblings ...)
  2024-03-23 16:14 ` dkwo
@ 2024-03-23 18:03 ` tornaria
  2024-03-23 21:12 ` [PR PATCH] [Merged]: " cinerea0
  11 siblings, 0 replies; 13+ messages in thread
From: tornaria @ 2024-03-23 18:03 UTC (permalink / raw)
  To: ml

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

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/49069#issuecomment-2016563144

Comment:
@cinerea0 could you have a look at this one now? Thanks!

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

* Re: [PR PATCH] [Merged]: jupyterlab: update to 4.1.5.
  2024-03-03 23:42 [PR PATCH] jupyterlab: update to 4.1.2 tornaria
                   ` (10 preceding siblings ...)
  2024-03-23 18:03 ` tornaria
@ 2024-03-23 21:12 ` cinerea0
  11 siblings, 0 replies; 13+ messages in thread
From: cinerea0 @ 2024-03-23 21:12 UTC (permalink / raw)
  To: ml

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

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

jupyterlab: update to 4.1.5.
https://github.com/void-linux/void-packages/pull/49069

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2024-03-23 21:12 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-03 23:42 [PR PATCH] jupyterlab: update to 4.1.2 tornaria
2024-03-04 15:23 ` [PR PATCH] [Updated] " tornaria
2024-03-05  1:36 ` tornaria
2024-03-08  1:11 ` tornaria
2024-03-09 12:06 ` tornaria
2024-03-09 12:50 ` tornaria
2024-03-18 22:06 ` dkwo
2024-03-18 22:17 ` tornaria
2024-03-19 23:20 ` [PR PATCH] [Updated] " tornaria
2024-03-19 23:25 ` jupyterlab: update to 4.1.5 tornaria
2024-03-23 16:14 ` dkwo
2024-03-23 18:03 ` tornaria
2024-03-23 21:12 ` [PR PATCH] [Merged]: " cinerea0

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).