python/ipython: Update for 8.3.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9b754ee7c9
commit
f976c4a717
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=ipython
|
||||
VERSION=${VERSION:-8.2.0}
|
||||
VERSION=${VERSION:-8.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ipython"
|
||||
VERSION="8.2.0"
|
||||
VERSION="8.3.0"
|
||||
HOMEPAGE="http://ipython.org"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/24/65/7f9da61ec569eb4e96081ef802755295a213141908be2958c6771db4b04c/ipython-8.2.0.tar.gz"
|
||||
MD5SUM="eb518950ec296b368b442c30d49e3f7e"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-8.3.0.tar.gz"
|
||||
MD5SUM="2c334d241c66551125467b583fc1871e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="decorator ipython_genutils python3-jedi python3-pexpect python3-matplotlib-inline pickleshare python3-prompt_toolkit simplegeneric backcall stack_data"
|
||||
|
|
Loading…
Reference in New Issue