summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2023-02-10 19:39:35 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-18 10:06:39 +0700
commite0718850bb748392cbf0966b89c6d937298520dc (patch)
treee158cf760d053561422dbcb628f429bd4916072c /python
parente2feed55de298cc630f6138175adf3b7b675a574 (diff)
downloadslackbuilds-e0718850bb748392cbf0966b89c6d937298520dc.tar.gz
slackbuilds-e0718850bb748392cbf0966b89c6d937298520dc.tar.xz
python/ipython: Updated for version 8.10.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/ipython/README2
-rw-r--r--python/ipython/ipython.SlackBuild2
-rw-r--r--python/ipython/ipython.info6
3 files changed, 6 insertions, 4 deletions
diff --git a/python/ipython/README b/python/ipython/README
index 3832cc1ea1..c1fd27766c 100644
--- a/python/ipython/README
+++ b/python/ipython/README
@@ -3,3 +3,5 @@ enhanced Python shell for the terminal.
This package no longer provides IPython notebook functionality. This is
now provided with the jupyter-notebook and jupyter-ipykernel packages.
+
+python3-black is an optional dependency (for automatic code formatting).
diff --git a/python/ipython/ipython.SlackBuild b/python/ipython/ipython.SlackBuild
index b8426e6b4f..0091f62629 100644
--- a/python/ipython/ipython.SlackBuild
+++ b/python/ipython/ipython.SlackBuild
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ipython
-VERSION=${VERSION:-8.9.0}
+VERSION=${VERSION:-8.10.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/ipython/ipython.info b/python/ipython/ipython.info
index dece4783be..809ef8a4d6 100644
--- a/python/ipython/ipython.info
+++ b/python/ipython/ipython.info
@@ -1,8 +1,8 @@
PRGNAM="ipython"
-VERSION="8.9.0"
+VERSION="8.10.0"
HOMEPAGE="http://ipython.org"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-8.9.0.tar.gz"
-MD5SUM="243f1357338db604c5f272c96f05d4aa"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-8.10.0.tar.gz"
+MD5SUM="bdc569daa4e8e861ba45d49ed2c3be55"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="decorator python3-jedi python3-pexpect python3-matplotlib-inline pickleshare python3-prompt_toolkit backcall python3-stack_data"