diff --git a/python/python-ipykernel/PKGBUILD b/python/python-ipykernel/PKGBUILD index 7d7d47f40a..6d2b87ddfe 100644 --- a/python/python-ipykernel/PKGBUILD +++ b/python/python-ipykernel/PKGBUILD @@ -4,17 +4,18 @@ _pyname=ipykernel pkgname=python-$_pyname -pkgver=6.22.0 -pkgrel=3 +pkgver=6.25.0 +pkgrel=1 pkgdesc='The ipython kernel for Jupyter' arch=(any) url='https://pypi.org/project/ipykernel/' license=(BSD) -depends=(python-comm python-tornado ipython python-jupyter-client python-debugpy python-psutil python-nest-asyncio) +depends=(python-comm python-tornado ipython python-jupyter-client python-psutil python-nest-asyncio) makedepends=(python-build python-installer python-hatchling) -checkdepends=(python-pytest-timeout python-pytest-asyncio python-flaky python-ipyparallel python-matplotlib) +checkdepends=(python-pytest-timeout python-pytest-asyncio python-flaky python-ipyparallel python-matplotlib python-debugpy) +optdepends=('python-debugpy: debugger support') source=(https://github.com/ipython/ipykernel/archive/v$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('0dd26e55f9a975e58049e1f4f2ea4306a98deb748cb4d25cac774597aa3a1546') +sha256sums=('50b2fd4d66fd6351ff0267f55e9b31bb2235f736be083d18e6839a5775b556d1') build() { cd $_pyname-$pkgver