Github messages for voidlinux
 help / color / mirror / Atom feed
From: tornaria <tornaria@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] jupyterlab: update to 4.1.2.
Date: Fri, 08 Mar 2024 02:11:09 +0100	[thread overview]
Message-ID: <20240308011109.5BC3125351@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49069@inbox.vuxu.org>

[-- 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}

  parent reply	other threads:[~2024-03-08  1:11 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-03 23:42 [PR PATCH] " tornaria
2024-03-04 15:23 ` [PR PATCH] [Updated] " tornaria
2024-03-05  1:36 ` tornaria
2024-03-08  1:11 ` tornaria [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240308011109.5BC3125351@inbox.vuxu.org \
    --to=tornaria@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).