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>
This commit is contained in:
parent
259c4dbb66
commit
60bddfbf1d
|
@ -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}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="SQLAlchemy"
|
||||
VERSION="1.4.34"
|
||||
VERSION="1.4.36"
|
||||
HOMEPAGE="http://www.sqlalchemy.org"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/a2/6f/5bda54b52b50801f83bbb5e2ffac503ef57ea8ec889bcef3263470578964/SQLAlchemy-1.4.34.tar.gz"
|
||||
MD5SUM="ff5d630321f68a1c9300c8737ad6f17e"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sqlalchemy/SQLAlchemy-1.4.36.tar.gz"
|
||||
MD5SUM="11028a2d6420e03920f228d3c9539739"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
REQUIRES="greenlet"
|
||||
MAINTAINER="fourtysixandtwo"
|
||||
EMAIL="fourtysixandtwo@sliderr.net"
|
||||
|
|
Loading…
Reference in New Issue