From cad61e06bb5f0306fffc3af80ffa41446557d88a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 28 Jun 2024 08:00:38 -0400 Subject: [PATCH] python3-ipython: update to 8.26.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 0009153cca6..20d15100fdc 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.25.0 +version=8.26.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=c6ed726a140b6e725b911528f80439c534fac915246af3efc39440a6b0f9d716 +checksum=1cec0fbba8404af13facebe83d04436a7434c7400e59f47acf467c64abd0956c conflicts="python-ipython<=5.8.0_2" make_check_pre="env PYTHONPATH=."