From f63b738410ef2cf11ca2a68f14fb0c8b2b30268d Mon Sep 17 00:00:00 2001 From: dkwo Date: Thu, 3 Feb 2022 14:04:52 +0100 Subject: [PATCH] python3-jupyter_client: update to 7.4.5 --- srcpkgs/python3-jupyter_client/template | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python3-jupyter_client/template b/srcpkgs/python3-jupyter_client/template index 5145aba6764..57c4da97fe8 100644 --- a/srcpkgs/python3-jupyter_client/template +++ b/srcpkgs/python3-jupyter_client/template @@ -1,18 +1,17 @@ # 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=3 -build_style=python3-module -hostmakedepends="python3-setuptools" +version=7.4.5 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-flit_core hatchling" 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=63eae06c40e1f2d9afa14447511fddc065c95dea3f2491fda2acccf91221954a conflicts="python-jupyter_client<=5.2.4_2" # checks create a cycle with python3-jupyter_core and python3-ipython_ipykernel make_check=no