python/ipython: Upgraded for version 7.25.0.

Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2021-07-02 23:05:50 +02:00 committed by Willy Sudiarto Raharjo
parent 5ce23b371b
commit f642b5be8e
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ipython
VERSION=${VERSION:-7.22.0}
VERSION=${VERSION:-7.25.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="ipython"
VERSION="7.22.0"
VERSION="7.25.0"
HOMEPAGE="http://ipython.org"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-7.22.0.tar.gz"
MD5SUM="852137f493e62e5730a1245cd91e0636"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-7.25.0.tar.gz"
MD5SUM="c83047b581398490b5d83129da73aa89"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="decorator ipython_genutils python3-jedi python3-pexpect pickleshare python3-prompt_toolkit simplegeneric traitlets backcall"