development/alembic: Updated for version 1.0.11.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Chris Walker 2019-07-27 07:22:10 +07:00 committed by Willy Sudiarto Raharjo
parent ada1e5b198
commit 62a5baa6a3
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for alembic
# Copyright 2017-2018 Chris Walker Kempner, TX
# Copyright 2017-2019 Chris Walker Kempner, TX
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=alembic
VERSION=${VERSION:-1.0.0}
VERSION=${VERSION:-1.0.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="alembic"
VERSION="1.0.0"
HOMEPAGE="https://pypi.python.org/pypi/alembic"
DOWNLOAD="https://files.pythonhosted.org/packages/92/41/c01e9a2eaef90348cf7dea5054605c991633b5ca470574efe768b60ad5bc/alembic-1.0.0.tar.gz"
MD5SUM="762ab9ba56d1c0b1bfbc7c9f7f849c92"
VERSION="1.0.11"
HOMEPAGE="https://pypi.org/project/alembic/"
DOWNLOAD="https://files.pythonhosted.org/packages/7b/8b/0c98c378d93165d9809193f274c3c6e2151120d955b752419c7d43e4d857/alembic-1.0.11.tar.gz"
MD5SUM="b8603f4c9bac851570bd1798e8f23982"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SQLAlchemy Mako python-editor python-dateutil"