From 5bfef2b655bd5dc26538830d4def2b9eb6c78250 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= 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?= 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?= 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 " +maintainer="dkwo , Gonzalo Tornaría " 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?= 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 " 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?= 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?= 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?= 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?= 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 " +maintainer="dkwo , Gonzalo Tornaría " 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?= 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 , Gonzalo Tornaría " @@ -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?= 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}