Skip to content

Commit 97eda0d

Browse files
committed
python3-ipython_ipykernel: update to 7.0.0a1.
1 parent 39c1ab1 commit 97eda0d

File tree

4 files changed

+3
-282
lines changed

4 files changed

+3
-282
lines changed

srcpkgs/python3-ipython_ipykernel/patches/1277.diff

Lines changed: 0 additions & 238 deletions
This file was deleted.

srcpkgs/python3-ipython_ipykernel/patches/1354.diff

Lines changed: 0 additions & 30 deletions
This file was deleted.

srcpkgs/python3-ipython_ipykernel/patches/fix-enable_pylab.patch

Lines changed: 0 additions & 11 deletions
This file was deleted.

srcpkgs/python3-ipython_ipykernel/template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'python3-ipython_ipykernel'
22
pkgname=python3-ipython_ipykernel
3-
version=7.0.0a0
3+
version=7.0.0a1
44
revision=1
55
build_style=python3-pep517
66
# run all tests available
@@ -9,7 +9,7 @@ hostmakedepends="hatchling python3-jupyter_client"
99
depends="python3-comm python3-ipython python3-jupyter_client
1010
python3-jupyter_core python3-matplotlib-inline python3-nest_asyncio
1111
python3-packaging python3-psutil python3-pyzmq python3-anyio
12-
python3-traitlets"
12+
python3-traitlets python3-zmq-anyio"
1313
checkdepends="$depends python3-flaky python3-pytest-asyncio
1414
python3-pytest-timeout python3-trio python3-curio python3-matplotlib
1515
python3-PyQt5 python3-PyQt5-svg python3-pytest-xdist"
@@ -19,7 +19,7 @@ license="BSD-3-Clause"
1919
homepage="https://github.com/ipython/ipykernel"
2020
changelog="https://raw.githubusercontent.com/ipython/ipykernel/main/CHANGELOG.md"
2121
distfiles="${PYPI_SITE}/i/ipykernel/ipykernel-${version}.tar.gz"
22-
checksum=143ed530d3930f55246ee3d0b50060962ff1270c271185d7b7832287445f3ecc
22+
checksum=7986c167f4501d4fab4873ab878196fd7dcc189a5cdea4bed9f973bbe3859098
2323

2424
if [ "$XBPS_CHECK_PKGS" = full ]; then
2525
# this would cause a build-time circular dependency

0 commit comments

Comments
 (0)