From 1c6d5a884c32eb8e162413c30064cadc82cdaa1a Mon Sep 17 00:00:00 2001 From: dkwo Date: Thu, 3 Feb 2022 13:51:55 +0100 Subject: [PATCH 01/13] python3-defusedxml: update to 0.7.1 --- srcpkgs/python3-defusedxml/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-defusedxml/template b/srcpkgs/python3-defusedxml/template index 06bdd57a3526..90dc454d120d 100644 --- a/srcpkgs/python3-defusedxml/template +++ b/srcpkgs/python3-defusedxml/template @@ -1,7 +1,7 @@ # Template file for 'python3-defusedxml' pkgname=python3-defusedxml -version=0.6.0 -revision=5 +version=0.7.1 +revision=1 wrksrc="defusedxml-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -11,7 +11,7 @@ maintainer="Orphaned " license="Python-2.0" homepage="https://github.com/tiran/defusedxml" distfiles="${PYPI_SITE}/d/defusedxml/defusedxml-${version}.tar.gz" -checksum=f684034d135af4c6cbb949b8a4d2ed61634515257a67299e5f940fbaa34377f5 +checksum=1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69 post_install() { vlicense LICENSE From 36087d27b77d6f6930b61bfb2355b4896e1126e6 Mon Sep 17 00:00:00 2001 From: dkwo Date: Thu, 3 Feb 2022 13:54:30 +0100 Subject: [PATCH 02/13] python3-httplib2: update to 0.20.4 --- srcpkgs/python3-httplib2/template | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/srcpkgs/python3-httplib2/template b/srcpkgs/python3-httplib2/template index d0c39a478622..e274fbec2145 100644 --- a/srcpkgs/python3-httplib2/template +++ b/srcpkgs/python3-httplib2/template @@ -1,26 +1,26 @@ # Template file for 'python3-httplib2' pkgname=python3-httplib2 -version=0.18.1 -revision=3 -create_wrksrc=yes -build_wrksrc="httplib2-${version}" +version=0.20.4 +revision=1 +wrksrc="httplib2-${version}" build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3 ca-certificates" +depends="python3 ca-certificates python3-parsing" +checkdepends="python3-pytest python3-pytest-cov python3-pytest-timeout + python3-cryptography python3-flake8 python3-six python3-future" short_desc="Comprehensive HTTP client library (Python3)" maintainer="Orphaned " license="MIT" homepage="https://github.com/httplib2/httplib2" changelog="https://raw.githubusercontent.com/httplib2/httplib2/master/CHANGELOG" -distfiles="${PYPI_SITE}/h/httplib2/httplib2-${version}.tar.gz - https://raw.githubusercontent.com/httplib2/httplib2/master/LICENSE>LICENSE.txt" -checksum="8af66c1c52c7ffe1aa5dc4bcd7c769885254b0756e6e69f953c7f0ab49a70ba3 - 589eec38f72df2be203711d3b8cbece9b908c5e7ff00bc3cab7f63bae9e366b4" +distfiles="${PYPI_SITE}/h/httplib2/httplib2-${version}.tar.gz" +checksum=58a98e45b4b1a48273073f905d2961666ecf0fbac4250ea5b47aef259eb5c585 +make_check=no # our cryptography package is too recent, one test fails post_install() { # use system ca certificates rm -rf ${DESTDIR}/${py3_sitelib}/httplib2/cacerts.txt ln -sf /etc/ssl/cert.pem ${DESTDIR}/${py3_sitelib}/httplib2/cacerts.txt - vlicense ../LICENSE.txt + vlicense LICENSE } From 605936480540e18bb2ad83cdec6e9d5010ab63c4 Mon Sep 17 00:00:00 2001 From: dkwo Date: Thu, 3 Feb 2022 13:55:53 +0100 Subject: [PATCH 03/13] python3-ipython_ipykernel: update to 6.8.0 --- srcpkgs/python3-ipython_ipykernel/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-ipython_ipykernel/template b/srcpkgs/python3-ipython_ipykernel/template index f00e0a3f1a0c..b75796ca0262 100644 --- a/srcpkgs/python3-ipython_ipykernel/template +++ b/srcpkgs/python3-ipython_ipykernel/template @@ -1,18 +1,19 @@ # Template file for 'python3-ipython_ipykernel' pkgname=python3-ipython_ipykernel -version=5.5.4 -revision=2 +version=6.8.0 +revision=1 wrksrc="ipykernel-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-ipython - python3-jupyter_client python3-traitlets python3-tornado" -depends="python3-ipython python3-traitlets python3-jupyter_client python3-tornado" + python3-jupyter_client python3-traitlets python3-tornado python3-entrypoints" +depends="python3-ipython python3-traitlets python3-jupyter_client + python3-tornado python3-entrypoints python3-nest_asyncio" short_desc="IPython kernel for Jupyter (Python3)" maintainer="Alessio Sergi " license="BSD-3-Clause" homepage="https://github.com/ipython/ipykernel" distfiles="${PYPI_SITE}/i/ipykernel/ipykernel-${version}.tar.gz" -checksum=1ce0e83672cc3bfdc1ffb5603e1d77ab125f24b41abc4612e22bfb3e994c0db2 +checksum=67d316d527eca24e3ded45a2b38689615bcda1aa520a11af0accdcea7152c18a # checks create a cycle with python3-jupyter_core and python3-jupyter_client make_check=no From e325d3de3a75e00ceb8a3a5155f26b85c9e96ed6 Mon Sep 17 00:00:00 2001 From: dkwo Date: Thu, 3 Feb 2022 14:04:52 +0100 Subject: [PATCH 04/13] python3-jupyter_client: update to 7.1.2 --- srcpkgs/python3-jupyter_client/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-jupyter_client/template b/srcpkgs/python3-jupyter_client/template index be6aa5594095..c3906f07e7b4 100644 --- a/srcpkgs/python3-jupyter_client/template +++ b/srcpkgs/python3-jupyter_client/template @@ -1,19 +1,18 @@ # Template file for 'python3-jupyter_client' pkgname=python3-jupyter_client -# delay 6.2 until jupyter/jupyter_console#241 is fixed -version=6.1.12 -revision=2 +version=7.1.1 +revision=1 wrksrc="jupyter_client-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-traitlets python3-jupyter_core python3-pyzmq - python3-dateutil python3-tornado python3-nest_asyncio" + python3-dateutil python3-tornado python3-nest_asyncio python3-entrypoints" short_desc="Jupyter protocol client APIs" maintainer="Alessio Sergi " license="BSD-3-Clause" homepage="https://github.com/jupyter/jupyter_client" distfiles="${PYPI_SITE}/j/jupyter_client/jupyter_client-${version}.tar.gz" -checksum=c4bca1d0846186ca8be97f4d2fa6d2bae889cce4892a167ffa1ba6bd1f73e782 +checksum=540ca35e57e83c5ece81abd9b781a57cba39a37c60a2a30c8c1b2f6663544343 conflicts="python-jupyter_client<=5.2.4_2" # checks create a cycle with python3-jupyter_core and python3-ipython_ipykernel make_check=no From 36035d1b95785336ac83376466f0721c6e51fa6a Mon Sep 17 00:00:00 2001 From: dkwo Date: Thu, 3 Feb 2022 14:06:12 +0100 Subject: [PATCH 05/13] python3-jupyter_core: update to 4.9.1 --- srcpkgs/python3-jupyter_core/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-jupyter_core/template b/srcpkgs/python3-jupyter_core/template index d0fa364a6751..5f450d293d4f 100644 --- a/srcpkgs/python3-jupyter_core/template +++ b/srcpkgs/python3-jupyter_core/template @@ -1,7 +1,7 @@ # Template file for 'python3-jupyter_core' pkgname=python3-jupyter_core -version=4.7.1 -revision=2 +version=4.9.1 +revision=1 wrksrc="jupyter_core-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -11,7 +11,7 @@ maintainer="Alessio Sergi " license="BSD-3-Clause" homepage="https://jupyter.org" distfiles="${PYPI_SITE}/j/jupyter_core/jupyter_core-${version}.tar.gz" -checksum=79025cb3225efcd36847d0840f3fc672c0abd7afd0de83ba8a1d3837619122b4 +checksum=dce8a7499da5a53ae3afd5a9f4b02e5df1d57250cf48f3ad79da23b4778cd6fa conflicts="python-jupyter_core<=4.4.0_3" # checks create a cycle with python3-jypter_client and python3-ipython_ipykernel make_check=no From 2f7f0fb9194798b0a1c970400d2c040c5de303f0 Mon Sep 17 00:00:00 2001 From: dkwo Date: Thu, 3 Feb 2022 14:17:21 +0100 Subject: [PATCH 06/13] python3-soupsieve: update to 2.3.1 --- srcpkgs/python3-soupsieve/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-soupsieve/template b/srcpkgs/python3-soupsieve/template index aa8f81af5a6e..1c781df83298 100644 --- a/srcpkgs/python3-soupsieve/template +++ b/srcpkgs/python3-soupsieve/template @@ -1,7 +1,7 @@ # Template file for 'python3-soupsieve' pkgname=python3-soupsieve -version=1.9.5 -revision=8 +version=2.3.1 +revision=1 wrksrc="soupsieve-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -13,7 +13,7 @@ maintainer="Aluísio Augusto Silva Gonçalves " license="MIT" homepage="https://facelessuser.github.io/soupsieve/" distfiles="${PYPI_SITE}/s/soupsieve/soupsieve-${version}.tar.gz" -checksum=e2c1c5dee4a1c36bcb790e0fabd5492d874b8ebd4617622c4f6a731701060dda +checksum=b8d49b1cd4f037c7082a9683dfa1801aa2597fb11c3a1155b7a5b94829b4f1f9 post_install() { vlicense LICENSE.md From 024014f1504cda9f5a9c909b74ecc5f063523f6e Mon Sep 17 00:00:00 2001 From: dkwo Date: Thu, 3 Feb 2022 14:20:35 +0100 Subject: [PATCH 07/13] python3-terminado: update to 0.13.0 --- srcpkgs/python3-terminado/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-terminado/template b/srcpkgs/python3-terminado/template index 28c65c82ba99..e299a6ca8c4f 100644 --- a/srcpkgs/python3-terminado/template +++ b/srcpkgs/python3-terminado/template @@ -1,10 +1,10 @@ # Template file for 'python3-terminado' pkgname=python3-terminado -version=0.9.4 -revision=2 +version=0.13.0 +revision=1 wrksrc="terminado-${version}" build_style=python3-module -hostmakedepends="python3-setuptools" +hostmakedepends="python3-setuptools python3-tornado" depends="python3-ptyprocess python3-tornado" checkdepends="python3-pytest $depends" short_desc="Terminals served to term.js using Tornado websockets (Python3)" @@ -12,7 +12,7 @@ maintainer="Orphaned " license="BSD-2-Clause" homepage="https://github.com/takluyver/terminado" distfiles="${PYPI_SITE}/t/terminado/terminado-${version}.tar.gz" -checksum=9a7dbcfbc2778830eeb70261bf7aa9d98a3eac8631a3afe3febeb57c12f798be +checksum=713531ccb5db7d4f544651f14050da79809030f00d1afa21462088cf32fb143a post_install() { vlicense LICENSE From df5800a8beed61df5028cf81a56fb7eadf30c858 Mon Sep 17 00:00:00 2001 From: dkwo Date: Sun, 13 Feb 2022 11:34:43 +0100 Subject: [PATCH 08/13] python3-jupyter_server: update to 1.15.2 --- srcpkgs/python3-jupyter_server/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-jupyter_server/template b/srcpkgs/python3-jupyter_server/template index 4e6d8a6fe52a..e8c98c8f9367 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.13.4 +version=1.15.6 revision=1 wrksrc="jupyter_server-${version}" build_style=python3-module @@ -9,13 +9,17 @@ depends="python3-anyio python3-jupyter_client python3-jupyter_nbformat python3-jupyter_nbconvert python3-terminado python3-prometheus_client python3-traitlets python3-tornado python3-Jinja2 python3-send2trash python3-websocket-client" +checkdepends="${depends} python3-argon2 python3-packaging + python3-coverage python3-pytest-mock python3-requests + python3-pytest python3-pytest-timeout python3-pytest-asyncio" short_desc="Backend to Jupyter web applications" maintainer="dkwo " license="BSD-3-Clause" homepage="https://jupyter.org" +changelog="https://raw.githubusercontent.com/jupyter-server/jupyter_server/main/CHANGELOG.md" distfiles="${PYPI_SITE}/j/jupyter-server/jupyter_server-${version}.tar.gz" -checksum=5fb5a219385338b1d13a013a68f54688b6a69ecff4e757fd230e27ecacdbf212 -# Tarball defines no tests +checksum=56bd6f580d1f46b62294990e8e78651025729f5d3fc798f10f2c03f0cdcbf28d +# missing pytest-tornasync, pytest-console-scripts make_check=no post_install() { From e1e8e2abd71b5925a7a10e920c3338604d73504c Mon Sep 17 00:00:00 2001 From: dkwo Date: Sun, 13 Feb 2022 11:34:59 +0100 Subject: [PATCH 09/13] jupyterlab: update to 3.3.1 --- srcpkgs/jupyterlab/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/jupyterlab/template b/srcpkgs/jupyterlab/template index 330d959bc154..ea12f6d4a946 100644 --- a/srcpkgs/jupyterlab/template +++ b/srcpkgs/jupyterlab/template @@ -1,7 +1,7 @@ # Template file for 'jupyterlab' pkgname=jupyterlab -version=3.2.8 -revision=2 +version=3.3.1 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-jupyterlab_server nodejs python3-nbclassic @@ -11,7 +11,7 @@ maintainer="dkwo " license="custom:jupyterlab" homepage="https://jupyter.org" distfiles="${PYPI_SITE}/j/jupyterlab/jupyterlab-${version}.tar.gz" -checksum=5e4e99868c4f385372686767781408acbb9004b690b198b45597ba869802334b +checksum=ce482799379c70aa87e63b59e2c5379779ce18658b92460cd20bb44154865973 # Tests require unpackaged dependencies make_check=no From 59ede7f132207bc4b93b7253fbebc96566fab2a4 Mon Sep 17 00:00:00 2001 From: dkwo Date: Mon, 21 Feb 2022 10:41:56 +0100 Subject: [PATCH 10/13] python3-nbclient: update to 0.5.12 --- srcpkgs/python3-nbclient/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-nbclient/template b/srcpkgs/python3-nbclient/template index 24f9242016fb..50909329ed35 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.5.10 +version=0.5.12 revision=1 wrksrc="${pkgname#python3-}-${version}" build_style=python3-module @@ -12,7 +12,7 @@ maintainer="dkwo " license="BSD-3-Clause" homepage="https://nbclient.readthedocs.io/en/latest/" distfiles="${PYPI_SITE}/n/nbclient/nbclient-${version}.tar.gz" -checksum=b5fdea88d6fa52ca38de6c2361401cfe7aaa7cd24c74effc5e489cec04d79088 +checksum=0dd7ee6db59753563035f606421c3b558bd8c28b116d7e3ab8a0b4026cb44e38 # Package might need to be installed for testing make_check=no From 85a40392b1100a334283ca7985e51b5a68608afb Mon Sep 17 00:00:00 2001 From: dkwo Date: Fri, 11 Mar 2022 18:30:18 +0100 Subject: [PATCH 11/13] python3-traitlets: update to 5.1.1 --- srcpkgs/python3-traitlets/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-traitlets/template b/srcpkgs/python3-traitlets/template index f9b5819f9177..1cf7e4688617 100644 --- a/srcpkgs/python3-traitlets/template +++ b/srcpkgs/python3-traitlets/template @@ -1,7 +1,7 @@ # Template file for 'python3-traitlets' pkgname=python3-traitlets -version=5.0.5 -revision=2 +version=5.1.1 +revision=1 wrksrc="traitlets-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -12,7 +12,7 @@ maintainer="Alessio Sergi " license="BSD-3-Clause" homepage="https://github.com/ipython/traitlets" distfiles="${PYPI_SITE}/t/traitlets/traitlets-${version}.tar.gz" -checksum=178f4ce988f69189f7e523337a3e11d91c786ded9360174a3d9ca83e79bc5396 +checksum=059f456c5a7c1c82b98c2e8c799f39c9b8128f6d0d46941ee118daace9eb70c7 do_check() { pytest From f48c2c847a6e1c996b8f4124a9ff7767b545c7c9 Mon Sep 17 00:00:00 2001 From: dkwo Date: Fri, 11 Mar 2022 18:30:45 +0100 Subject: [PATCH 12/13] python3-jupyter_console: update to 6.4.3 --- srcpkgs/python3-jupyter_console/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-jupyter_console/template b/srcpkgs/python3-jupyter_console/template index 3124f3854a19..c431d39ed7a6 100644 --- a/srcpkgs/python3-jupyter_console/template +++ b/srcpkgs/python3-jupyter_console/template @@ -1,24 +1,24 @@ # Template file for 'python3-jupyter_console' pkgname=python3-jupyter_console -version=6.4.0 -revision=2 +version=6.4.3 +revision=1 wrksrc="jupyter_console-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-ipython python3-ipython_ipykernel python3-jupyter_client - python3-prompt_toolkit python3-Pygments" + python3-prompt_toolkit python3-Pygments python3-traitlets" checkdepends="$depends python3-pytest" short_desc="Jupyter terminal console (Python3)" maintainer="Alessio Sergi " license="BSD-3-Clause" homepage="https://github.com/jupyter/jupyter_console" distfiles="${PYPI_SITE}/j/jupyter_console/jupyter_console-${version}.tar.gz" -checksum=242248e1685039cd8bff2c2ecb7ce6c1546eb50ee3b08519729e6e881aec19c7 +checksum=55f32626b0be647a85e3217ddcdb22db69efc79e8b403b9771eb9ecc696019b5 # alternatives will be a conflict conflicts="python-jupyter_console<=6.0.0_2" # Tests fail because stdin is not a terminal make_check=no post_install() { - vlicense COPYING.md LICENSE + vlicense LICENSE } From 66b620feb4b8f604923f9a7cbcb357e2ba83b939 Mon Sep 17 00:00:00 2001 From: dkwo Date: Fri, 11 Mar 2022 18:35:22 +0100 Subject: [PATCH 13/13] python3-nbclassic: update to 0.3.6 --- srcpkgs/python3-nbclassic/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-nbclassic/template b/srcpkgs/python3-nbclassic/template index 066ce4adc96b..6d122531347e 100644 --- a/srcpkgs/python3-nbclassic/template +++ b/srcpkgs/python3-nbclassic/template @@ -1,18 +1,19 @@ # Template file for 'python3-nbclassic' pkgname=python3-nbclassic -version=0.3.5 +version=0.3.6 revision=1 wrksrc=nbclassic-${version} build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-jupyter_notebook python3-jupyter_server" +checkdepends="${depends} python3-pytest python3-pytest-fixture-config python3-pytest-subtests" short_desc="Jupyter Notebook as a Jupyter Server Extension" maintainer="dkwo " license="BSD-3-Clause" homepage="https://jupyter.org" distfiles="${PYPI_SITE}/n/nbclassic/nbclassic-${version}.tar.gz" -checksum=99444dd63103af23c788d9b5172992f12caf8c3098dd5a35c787f0df31490c29 -# Tarball includes no tests +checksum=7dbac0a6cb71bbe3afa1fe89369e6e3174d89f42aa08216a327046de45aa9a4f +# missing fixtures: jp_create_notebook jp_fetch make_check=no conf_files="/etc/jupyter/jupyter_server_config.d/*.json"