From bf2f682d8059686d2ed98a3efefe262ca39fb5c8 Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Wed, 4 Jan 2023 17:33:01 -0700 Subject: development/SQLAlchemy: Updated for version 1.4.46. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- development/SQLAlchemy/SQLAlchemy.SlackBuild | 11 ++++------- development/SQLAlchemy/SQLAlchemy.info | 6 +++--- 2 files changed, 7 insertions(+), 10 deletions(-) (limited to 'development/SQLAlchemy') 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 +# Copyright 2022-23 fourtysixandtwo # 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" -- cgit v1.2.3-79-gdb01