From 89086371bc10a69a8ff7f1203af630db85362539 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 31 Jan 2024 10:57:19 -0500 Subject: [PATCH] python3-ipython: update to 8.21.0. --- srcpkgs/python3-ipython/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template index 4961e465bdf..16a19470ef5 100644 --- a/srcpkgs/python3-ipython/template +++ b/srcpkgs/python3-ipython/template @@ -1,6 +1,6 @@ # Template file for 'python3-ipython' pkgname=python3-ipython -version=8.20.0 +version=8.21.0 revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools python3-wheel" @@ -16,7 +16,7 @@ license="BSD-3-Clause" homepage="https://ipython.org/" changelog="https://github.com/ipython/ipython/raw/main/docs/source/whatsnew/version8.rst" distfiles="${PYPI_SITE}/i/ipython/ipython-${version}.tar.gz" -checksum=2f21bd3fc1d51550c89ee3944ae04bbc7bc79e129ea0937da6e6c68bfdbf117a +checksum=48fbc236fbe0e138b88773fa0437751f14c3645fb483f1d4c5dee58b37e5ce73 conflicts="python-ipython<=5.8.0_2" make_check_pre="env PYTHONPATH=."