From c6a36c36a5136e816715610f53b10d210bf3d482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Mon, 8 Apr 2024 17:47:14 -0300 Subject: [PATCH] jupyterlab: update to 4.1.8. --- srcpkgs/jupyterlab/template | 4 ++-- srcpkgs/jupyterlab/update | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 srcpkgs/jupyterlab/update diff --git a/srcpkgs/jupyterlab/template b/srcpkgs/jupyterlab/template index fe3d2cb0775..fe6f538c535 100644 --- a/srcpkgs/jupyterlab/template +++ b/srcpkgs/jupyterlab/template @@ -1,6 +1,6 @@ # Template file for 'jupyterlab' pkgname=jupyterlab -version=4.1.5 +version=4.1.8 revision=1 build_style=python3-pep517 hostmakedepends="hatchling hatch-jupyter-builder" @@ -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=c9ad75290cb10bfaff3624bf3fbb852319b4cce4c456613f8ebbaa98d03524db +checksum=3384aded8680e7ce504fd63b8bb89a39df21c9c7694d9e7dc4a68742cdb30f9b if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then # this test fails on CI (network timeout) diff --git a/srcpkgs/jupyterlab/update b/srcpkgs/jupyterlab/update deleted file mode 100644 index 0e9c1b22de7..00000000000 --- a/srcpkgs/jupyterlab/update +++ /dev/null @@ -1 +0,0 @@ -ignore="*a[0-9]* *b[0-9]* *rc[0-9]*"