summaryrefslogtreecommitdiffstats
path: root/development/SQLAlchemy/SQLAlchemy.SlackBuild
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2022-05-20 16:37:16 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-05-21 08:25:26 +0700
commit60bddfbf1dc2180a1b4e1b1a6fd604ebb08d3cd0 (patch)
treec1b51566a51b28dffa4fa2317a48fd7a04109e0d /development/SQLAlchemy/SQLAlchemy.SlackBuild
parent259c4dbb66b21513f40cb90193827c6762d170dd (diff)
downloadslackbuilds-60bddfbf1dc2180a1b4e1b1a6fd604ebb08d3cd0.tar.gz
slackbuilds-60bddfbf1dc2180a1b4e1b1a6fd604ebb08d3cd0.tar.xz
development/SQLAlchemy: Updated for version 1.4.36. New maintainer.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/SQLAlchemy/SQLAlchemy.SlackBuild')
-rw-r--r--development/SQLAlchemy/SQLAlchemy.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/development/SQLAlchemy/SQLAlchemy.SlackBuild b/development/SQLAlchemy/SQLAlchemy.SlackBuild
index e34fb1fda6..870ed431e3 100644
--- a/development/SQLAlchemy/SQLAlchemy.SlackBuild
+++ b/development/SQLAlchemy/SQLAlchemy.SlackBuild
@@ -2,6 +2,7 @@
# Slackware build script for SQLAlchemy
+# Copyright 2022 fourtysixandtwo <fourtysixandtwo@sliderr.net>
# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece
# Copyright 2008 Andrea Maccis (andrea.maccis@gmail.com)
# All rights reserved.
@@ -23,10 +24,13 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# 20220512 46and2: Updated version, add greenlet to REQUIRES.
+# 20220515 46and2: New maintainer.
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=SQLAlchemy
-VERSION=${VERSION:-1.4.34}
+VERSION=${VERSION:-1.4.36}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}