python/sqlalchemy-migrate: Updated for version 0.13.0.

Signed-off-by: Kyle Guinn <elyk03@gmail.com>
This commit is contained in:
Kyle Guinn 2020-01-04 00:20:21 -06:00 committed by Willy Sudiarto Raharjo
parent 6e68314c88
commit 08ce081749
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for SQLAlchemy-migrate
# Copyright 2014-2019 Kyle Guinn <elyk03@gmail.com>
# Copyright 2014-2020 Kyle Guinn <elyk03@gmail.com>
# 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=sqlalchemy-migrate
VERSION=${VERSION:-0.12.0}
VERSION=${VERSION:-0.13.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="sqlalchemy-migrate"
VERSION="0.12.0"
HOMEPAGE="https://github.com/openstack/sqlalchemy-migrate"
DOWNLOAD="https://files.pythonhosted.org/packages/2a/a0/7f24bcc3a84094629bba5ca023ef982730c70b250ae2088043234ca11422/sqlalchemy-migrate-0.12.0.tar.gz"
MD5SUM="6a4920f2a2e07d193e95cf712d762b08"
VERSION="0.13.0"
HOMEPAGE="https://opendev.org/x/sqlalchemy-migrate"
DOWNLOAD="https://files.pythonhosted.org/packages/36/bb/40f66b12b18fb03da76dcee31df75cca9e54b71d9d8a784bb95bfbadee2c/sqlalchemy-migrate-0.13.0.tar.gz"
MD5SUM="86572c92ae84334907f5e3a2cecc92a6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pbr SQLAlchemy decorator six sqlparse tempita"