diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/ipython/ipython.SlackBuild | 8 | ||||
-rw-r--r-- | python/ipython/ipython.info | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/python/ipython/ipython.SlackBuild b/python/ipython/ipython.SlackBuild index fe9179b114..b8426e6b4f 100644 --- a/python/ipython/ipython.SlackBuild +++ b/python/ipython/ipython.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2008-2011 Carlos Corbacho <carlos@strangeworlds.co.uk> # Copyright 2013-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> -# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,8 +27,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ipython -VERSION=${VERSION:-8.8.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-8.9.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -78,7 +78,7 @@ rmdir $PKG/usr/share mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - COPYING.rst LICENSE long_description.rst PKG-INFO README.rst \ + COPYING.rst LICENSE long_description.rst README.rst \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/python/ipython/ipython.info b/python/ipython/ipython.info index 7571ddcb39..dece4783be 100644 --- a/python/ipython/ipython.info +++ b/python/ipython/ipython.info @@ -1,10 +1,10 @@ PRGNAM="ipython" -VERSION="8.8.0" +VERSION="8.9.0" HOMEPAGE="http://ipython.org" -DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-8.8.0.tar.gz" -MD5SUM="a1ea9b6e43c5568e5031974eb3a6acb0" +DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-8.9.0.tar.gz" +MD5SUM="243f1357338db604c5f272c96f05d4aa" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="decorator ipython_genutils python3-jedi python3-pexpect python3-matplotlib-inline pickleshare python3-prompt_toolkit simplegeneric backcall python3-stack_data" +REQUIRES="decorator python3-jedi python3-pexpect python3-matplotlib-inline pickleshare python3-prompt_toolkit backcall python3-stack_data" MAINTAINER="Isaac Yu" EMAIL="isaacyu1@isaacyu1.com" |