python3-jupyter_client: update to 8.6.1.

This commit is contained in:
Gonzalo Tornaría 2024-03-17 23:36:23 -03:00 committed by cinerea0
parent 46c029df92
commit f97c8dc06a
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-jupyter_client' # Template file for 'python3-jupyter_client'
pkgname=python3-jupyter_client pkgname=python3-jupyter_client
version=8.6.0 version=8.6.1
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
# tests fail otherwise with jupyter_core 5.5.0 # tests fail otherwise with jupyter_core 5.5.0
@ -15,7 +15,7 @@ license="BSD-3-Clause"
homepage="https://github.com/jupyter/jupyter_client" homepage="https://github.com/jupyter/jupyter_client"
changelog="https://raw.githubusercontent.com/jupyter/jupyter_client/main/CHANGELOG.md" changelog="https://raw.githubusercontent.com/jupyter/jupyter_client/main/CHANGELOG.md"
distfiles="${PYPI_SITE}/j/jupyter_client/jupyter_client-${version}.tar.gz" distfiles="${PYPI_SITE}/j/jupyter_client/jupyter_client-${version}.tar.gz"
checksum=0642244bb83b4764ae60d07e010e15f0e2d275ec4e918a8f7b80fbbef3ca60c7 checksum=e842515e2bab8e19186d89fdfea7abd15e39dd581f94e399f00e2af5a1652d3f
conflicts="python-jupyter_client<=5.2.4_2" conflicts="python-jupyter_client<=5.2.4_2"
make_check=extended # cannot be tested without python3-ipython_ipykernel make_check=extended # cannot be tested without python3-ipython_ipykernel