python/python3-ipython-sql: Update for 0.4.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-06-30 13:34:56 -07:00 committed by Willy Sudiarto Raharjo
parent cf6c0357da
commit 5a7dd32011
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 7 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-ipython-sql
VERSION=${VERSION:-0.4.0}
VERSION=${VERSION:-0.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -77,9 +77,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Workaround - the source does not have a NEWS.rst by default
sed -e 's/^[ \t]*//; 396,561! d' PKG-INFO >> NEWS.rst
python3 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \

View file

@ -1,8 +1,8 @@
PRGNAM="python3-ipython-sql"
VERSION="0.4.0"
VERSION="0.4.1"
HOMEPAGE="https://pypi.python.org/pypi/ipython-sql"
DOWNLOAD="https://files.pythonhosted.org/packages/f9/6a/286fa8e95db0567b50e2e207f9e45d65223b51b43fc5614729e4275c074b/ipython-sql-0.4.0.tar.gz"
MD5SUM="06a077fc2ff22ad8436d8e043ac2c6c4"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython-sql/ipython-sql-0.4.1.tar.gz"
MD5SUM="70c88e1a3e2e0b00eb4d72be45f14d04"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ipython PrettyTable SQLAlchemy sqlparse"