From c59406e782229147ce568a780859ab4421b44be0 Mon Sep 17 00:00:00 2001 From: dkwo Date: Wed, 28 Jul 2021 17:47:34 +0200 Subject: [PATCH 1/6] python3-pyrsistent: update to 0.18 --- srcpkgs/python3-pyrsistent/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-pyrsistent/template b/srcpkgs/python3-pyrsistent/template index c278114af2c8..d5e33af8358f 100644 --- a/srcpkgs/python3-pyrsistent/template +++ b/srcpkgs/python3-pyrsistent/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyrsistent' pkgname=python3-pyrsistent -version=0.17.3 -revision=2 +version=0.18.0 +revision=1 wrksrc="pyrsistent-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-devel" @@ -12,10 +12,10 @@ maintainer="dkwo " license="MIT" homepage="https://github.com/tobgu/pyrsistent/" distfiles="${PYPI_SITE}/p/pyrsistent/pyrsistent-${version}.tar.gz" -checksum=2e636185d9eb976a18a8a8e96efce62f2905fea90041958d8cc2a189756ebf3e +checksum=773c781216f8c2900b42a7b638d5b517bb134ae1acbebe4d1e8f1f41ea60eb4b post_install() { - vlicense LICENCE.mit LICENSE + vlicense LICENSE.mit LICENSE } python3-rsistent_package() { From 862de9137a7a7b12e4233fd34ab8e17dbf6c0259 Mon Sep 17 00:00:00 2001 From: dkwo Date: Wed, 28 Jul 2021 17:50:00 +0200 Subject: [PATCH 2/6] python3-jupyterlab_server: update to 2.6.1 --- srcpkgs/python3-jupyterlab_server/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-jupyterlab_server/template b/srcpkgs/python3-jupyterlab_server/template index b02f650fb8db..469924e5f875 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.6.0 +version=2.6.1 revision=1 wrksrc="jupyterlab_server-${version}" build_style=python3-module @@ -11,7 +11,7 @@ maintainer="dkwo " license="BSD-3-Clause" homepage="https://jupyter.org" distfiles="https://github.com/jupyterlab/jupyterlab_server/archive/refs/tags/v${version}.tar.gz" -checksum=244d540075f132bebe054484235a0aee8a18696dedfb11cb4fd9c1bec7f6aeb1 +checksum=d10ecc867065820079f926d59239a7294a525693832bc6276bdd0f432946bc76 # Tests require unpackaged dependencies make_check=no From a53891d65da996d430f83f9221fcf6b3c8aafb5b Mon Sep 17 00:00:00 2001 From: dkwo Date: Wed, 28 Jul 2021 17:51:27 +0200 Subject: [PATCH 3/6] python3-jupyter_server: update to 1.10.1 --- 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 e522350de61f..563bb01d2e57 100644 --- a/srcpkgs/python3-jupyter_server/template +++ b/srcpkgs/python3-jupyter_server/template @@ -1,6 +1,6 @@ # Template file for 'python3-jupyter_server' pkgname=python3-jupyter_server -version=1.8.0 +version=1.10.1 revision=1 wrksrc="jupyter_server-${version}" build_style=python3-module @@ -14,7 +14,7 @@ maintainer="dkwo " license="BSD-3-Clause" homepage="https://jupyter.org" distfiles="${PYPI_SITE}/j/jupyter-server/jupyter_server-${version}.tar.gz" -checksum=8f0c75e0a577536125ad62a442ebb7cf02746f1a69d907e8a273c6225d281237 +checksum=fe6b589bd8d8fe08f608e90ce7da1e6bbfd020d99897453b45149a7853e9188f # Tarball defines no tests make_check=no From bcc3f2f6349ce62f2c01ecc16253558dc1a160cd Mon Sep 17 00:00:00 2001 From: dkwo Date: Wed, 28 Jul 2021 17:52:59 +0200 Subject: [PATCH 4/6] python3-json5: update to 0.9.6 --- srcpkgs/python3-json5/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-json5/template b/srcpkgs/python3-json5/template index 93e359df6d13..ccf9ed82f29a 100644 --- a/srcpkgs/python3-json5/template +++ b/srcpkgs/python3-json5/template @@ -1,6 +1,6 @@ # Template file for 'python3-json5' pkgname=python3-json5 -version=0.9.5 +version=0.9.6 revision=1 wrksrc=pyjson5-${version} build_style=python3-module @@ -11,4 +11,4 @@ maintainer="dkwo " license="Apache-2.0" homepage="https://github.com/dpranke/pyjson5" distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz" -checksum=4631b8a6c61704b7942fe9d16a1e95f2b26a2bdcc38a1fdc3b5c984f2e861045 +checksum=eeb5e7d77b095dbfeae2e00c7df80ac8064994b33c5c36982f504c5c17c77a8c From b8e1f936b41ca495251b5787e1279e0249f61ebe Mon Sep 17 00:00:00 2001 From: dkwo Date: Wed, 28 Jul 2021 17:54:15 +0200 Subject: [PATCH 5/6] python3-anyio: update to 3.3.0 --- srcpkgs/python3-anyio/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-anyio/template b/srcpkgs/python3-anyio/template index 6609672c134d..bec1109131d8 100644 --- a/srcpkgs/python3-anyio/template +++ b/srcpkgs/python3-anyio/template @@ -1,6 +1,6 @@ # Template file for 'python3-anyio' pkgname=python3-anyio -version=3.2.0 +version=3.3.0 revision=1 wrksrc=anyio-${version} build_style=python3-module @@ -11,8 +11,8 @@ maintainer="dkwo " license="MIT" homepage="https://github.com/agronholm/anyio" distfiles="${PYPI_SITE}/a/anyio/anyio-${version}.tar.gz" -checksum=41c4be842c284222b197a625d76a7ab85adf9d52788f563172fe180c2744b6c1 -# Tests require unpackaged "trustme" +checksum=ae57a67583e5ff8b4af47666ff5651c3732d45fd26c929253748e796af860374 +# Tests not supported make_check=no post_install() { From a5e12dce75f4021120345f072bba38a4bb2d8377 Mon Sep 17 00:00:00 2001 From: dkwo Date: Wed, 28 Jul 2021 17:55:45 +0200 Subject: [PATCH 6/6] jupyterlab: update to 3.1.0, add deps --- srcpkgs/jupyterlab/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/jupyterlab/template b/srcpkgs/jupyterlab/template index 2bb8940372c3..adc3be121904 100644 --- a/srcpkgs/jupyterlab/template +++ b/srcpkgs/jupyterlab/template @@ -1,16 +1,16 @@ # Template file for 'jupyterlab' pkgname=jupyterlab -version=3.0.16 +version=3.1.0 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-jupyterlab_server nodejs python3-nbclassic" +depends="python3-jupyterlab_server nodejs python3-nbclassic python3-requests-unixsocket" short_desc="JupyterLab computational environment" maintainer="dkwo " license="custom:jupyterlab" homepage="https://jupyter.org" distfiles="https://github.com/jupyterlab/jupyterlab/archive/refs/tags/v${version}.tar.gz" -checksum=edc3f0c895cc3e0020551d933223dec93e779a2d25de26d26e90bc3e8e56339d +checksum=bf4b279f110972c5ce585ede1f76165f0d7b06bd81acaab04ad56e9f0b5fafb4 # Tests require unpackaged dependencies make_check=no