development/alembic: Updated for version 1.0.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Chris Walker 2018-09-02 19:56:16 +01:00 committed by Willy Sudiarto Raharjo
parent b06ee4aee8
commit 106a1a44d9
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 8 additions and 8 deletions

View file

@ -4,4 +4,4 @@ SQLAlchemy Database Toolkit for Python.
This package can be used to create databases for use with the Asterisk
project.
Optional dependencies: postgresql and psycopg2
Optional dependencies: psycopg2

View file

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

View file

@ -1,10 +1,10 @@
PRGNAM="alembic"
VERSION="0.9.9"
VERSION="1.0.0"
HOMEPAGE="https://pypi.python.org/pypi/alembic"
DOWNLOAD="https://pypi.python.org/packages/89/03/756d5b8e1c90bf283c3f435766aa3f20208d1c3887579dd8f2122e01d5f4/alembic-0.9.9.tar.gz"
MD5SUM="c74c6b8b3b2c405b48a9bfeed9a0bd2d"
DOWNLOAD="https://files.pythonhosted.org/packages/92/41/c01e9a2eaef90348cf7dea5054605c991633b5ca470574efe768b60ad5bc/alembic-1.0.0.tar.gz"
MD5SUM="762ab9ba56d1c0b1bfbc7c9f7f849c92"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SQLAlchemy Mako python-editor python-dateutil"
MAINTAINER="Christopher Walker"
MAINTAINER="Chris Walker"
EMAIL="kris240376@gmail.com"