python3-jupyter_client: update to 7.4.5

This commit is contained in:
dkwo 2022-02-03 14:04:52 +01:00 committed by Andrew J. Hesford
parent 438c45a9bb
commit f63b738410
1 changed files with 6 additions and 7 deletions

View File

@ -1,18 +1,17 @@
# Template file for 'python3-jupyter_client' # Template file for 'python3-jupyter_client'
pkgname=python3-jupyter_client pkgname=python3-jupyter_client
# delay 6.2 until jupyter/jupyter_console#241 is fixed version=7.4.5
version=6.1.12 revision=1
revision=3 build_style=python3-pep517
build_style=python3-module hostmakedepends="python3-flit_core hatchling"
hostmakedepends="python3-setuptools"
depends="python3-traitlets python3-jupyter_core python3-pyzmq 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" short_desc="Jupyter protocol client APIs"
maintainer="Alessio Sergi <al3hex@gmail.com>" maintainer="Alessio Sergi <al3hex@gmail.com>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://github.com/jupyter/jupyter_client" homepage="https://github.com/jupyter/jupyter_client"
distfiles="${PYPI_SITE}/j/jupyter_client/jupyter_client-${version}.tar.gz" distfiles="${PYPI_SITE}/j/jupyter_client/jupyter_client-${version}.tar.gz"
checksum=c4bca1d0846186ca8be97f4d2fa6d2bae889cce4892a167ffa1ba6bd1f73e782 checksum=63eae06c40e1f2d9afa14447511fddc065c95dea3f2491fda2acccf91221954a
conflicts="python-jupyter_client<=5.2.4_2" conflicts="python-jupyter_client<=5.2.4_2"
# checks create a cycle with python3-jupyter_core and python3-ipython_ipykernel # checks create a cycle with python3-jupyter_core and python3-ipython_ipykernel
make_check=no make_check=no