diff options
Diffstat (limited to 'development/SQLAlchemy/SQLAlchemy.SlackBuild')
-rw-r--r-- | development/SQLAlchemy/SQLAlchemy.SlackBuild | 6 |
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} |