diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-11-13 19:20:50 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-18 09:16:05 +0700 |
commit | 37d43f2dc1b37403fbfa6f8e327ac4daac7ffccc (patch) | |
tree | 547e7f65bd8682d70dc3194ecced5f1cbb410656 /python/ipython | |
parent | c25d63fbb8912eb887a7c2fb0ea102792c0d9268 (diff) |
python/ipython: Updated for version 8.17.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/ipython')
-rw-r--r-- | python/ipython/ipython.SlackBuild | 4 | ||||
-rw-r--r-- | python/ipython/ipython.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/ipython/ipython.SlackBuild b/python/ipython/ipython.SlackBuild index c7dfecadf4ed..ce2652143a2c 100644 --- a/python/ipython/ipython.SlackBuild +++ b/python/ipython/ipython.SlackBuild @@ -28,8 +28,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ipython -VERSION=${VERSION:-8.16.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-8.17.2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/ipython/ipython.info b/python/ipython/ipython.info index e8b8c03cc7b0..30119ff31243 100644 --- a/python/ipython/ipython.info +++ b/python/ipython/ipython.info @@ -1,8 +1,8 @@ PRGNAM="ipython" -VERSION="8.16.1" +VERSION="8.17.2" HOMEPAGE="http://ipython.org" -DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-8.16.1.tar.gz" -MD5SUM="fd3f08a1d311c69e853e615b218d01fd" +DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-8.17.2.tar.gz" +MD5SUM="ac2ff5bad97aa09befdf7f0f27323699" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-decorator python3-jedi python3-pexpect python3-matplotlib-inline pickleshare python3-prompt_toolkit backcall python3-stack_data typing-extensions python3-exceptiongroup" |