summaryrefslogtreecommitdiffstats
path: root/development/SQLAlchemy
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2023-01-04 17:33:01 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-07 08:13:30 +0700
commitbf2f682d8059686d2ed98a3efefe262ca39fb5c8 (patch)
tree43fc3bad2b0449846deb6a9b467053de7b440efb /development/SQLAlchemy
parent8788b12e295392765126aef6f2e9e3506dc6d049 (diff)
downloadslackbuilds-bf2f682d8059686d2ed98a3efefe262ca39fb5c8.tar.gz
slackbuilds-bf2f682d8059686d2ed98a3efefe262ca39fb5c8.tar.xz
development/SQLAlchemy: Updated for version 1.4.46.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/SQLAlchemy')
-rw-r--r--development/SQLAlchemy/SQLAlchemy.SlackBuild11
-rw-r--r--development/SQLAlchemy/SQLAlchemy.info6
2 files changed, 7 insertions, 10 deletions
diff --git a/development/SQLAlchemy/SQLAlchemy.SlackBuild b/development/SQLAlchemy/SQLAlchemy.SlackBuild
index f366253dfa..ffa1b5b50f 100644
--- a/development/SQLAlchemy/SQLAlchemy.SlackBuild
+++ b/development/SQLAlchemy/SQLAlchemy.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for SQLAlchemy
-# Copyright 2022 fourtysixandtwo <fourtysixandtwo@sliderr.net>
+# Copyright 2022-23 fourtysixandtwo <fourtysixandtwo@sliderr.net>
# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece
# Copyright 2008 Andrea Maccis (andrea.maccis@gmail.com)
# All rights reserved.
@@ -30,7 +30,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=SQLAlchemy
-VERSION=${VERSION:-1.4.45}
+VERSION=${VERSION:-1.4.46}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -43,9 +43,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -80,9 +77,9 @@ cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \; -o \
+ -o -perm 511 \) -exec chmod 755 {} \+ -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+
python3 setup.py install --root=$PKG
diff --git a/development/SQLAlchemy/SQLAlchemy.info b/development/SQLAlchemy/SQLAlchemy.info
index 72632da5d4..c92c0346af 100644
--- a/development/SQLAlchemy/SQLAlchemy.info
+++ b/development/SQLAlchemy/SQLAlchemy.info
@@ -1,8 +1,8 @@
PRGNAM="SQLAlchemy"
-VERSION="1.4.45"
+VERSION="1.4.46"
HOMEPAGE="http://www.sqlalchemy.org"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sqlalchemy/SQLAlchemy-1.4.45.tar.gz"
-MD5SUM="3149ecb3aa245d057bad91484728c565"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sqlalchemy/SQLAlchemy-1.4.46.tar.gz"
+MD5SUM="c505a7cdcdb18a90a7deeb554fd9cbd4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="greenlet"