python/python3-ipython-sql: Updated for version 0.5.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2023-02-26 18:26:44 -08:00 committed by Willy Sudiarto Raharjo
parent 236d21757b
commit 6cbd4d47a6
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-ipython-sql
VERSION=${VERSION:-0.4.1}
BUILD=${BUILD:-2}
VERSION=${VERSION:-0.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-ipython-sql"
VERSION="0.4.1"
VERSION="0.5.0"
HOMEPAGE="https://pypi.python.org/pypi/ipython-sql"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython-sql/ipython-sql-0.4.1.tar.gz"
MD5SUM="70c88e1a3e2e0b00eb4d72be45f14d04"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython-sql/ipython-sql-0.5.0.tar.gz"
MD5SUM="63525f1936658d1a5a704ccc2941ad55"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ipython PrettyTable SQLAlchemy sqlparse ipython_genutils"