summaryrefslogtreecommitdiffstats
path: root/development/alembic
diff options
context:
space:
mode:
author Chris Walker <kris240376@gmail.com>2018-09-02 19:56:16 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-09-08 08:37:39 +0700
commit106a1a44d9f05a985125bcb39c0e86aa8ae0eb5a (patch)
tree94f0d23963cf8ebaefee42576aec2c03a5191553 /development/alembic
parentb06ee4aee8c914c03e51ad792d06ad4156f78d86 (diff)
downloadslackbuilds-106a1a44d9f05a985125bcb39c0e86aa8ae0eb5a.tar.gz
slackbuilds-106a1a44d9f05a985125bcb39c0e86aa8ae0eb5a.tar.xz
development/alembic: Updated for version 1.0.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/alembic')
-rw-r--r--development/alembic/README2
-rw-r--r--development/alembic/alembic.SlackBuild6
-rw-r--r--development/alembic/alembic.info8
3 files changed, 8 insertions, 8 deletions
diff --git a/development/alembic/README b/development/alembic/README
index 55a00fcef7..210bca92cc 100644
--- a/development/alembic/README
+++ b/development/alembic/README
@@ -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
diff --git a/development/alembic/alembic.SlackBuild b/development/alembic/alembic.SlackBuild
index ff7624523d..11036dfb53 100644
--- a/development/alembic/alembic.SlackBuild
+++ b/development/alembic/alembic.SlackBuild
@@ -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
diff --git a/development/alembic/alembic.info b/development/alembic/alembic.info
index 29504f63fd..e62c35f69d 100644
--- a/development/alembic/alembic.info
+++ b/development/alembic/alembic.info
@@ -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"