python/python-lazy-object-proxy: Updated for version 1.4.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
a6a98d0421
commit
93b04bc0f1
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python-lazy-object-proxy
|
||||
|
||||
# Copyright 2015-2017 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2015-2019 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=python-lazy-object-proxy
|
||||
SRCNAM=$(echo $PRGNAM | cut -c8-24)
|
||||
VERSION=${VERSION:-1.3.1}
|
||||
VERSION=${VERSION:-1.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-lazy-object-proxy"
|
||||
VERSION="1.3.1"
|
||||
VERSION="1.4.0"
|
||||
HOMEPAGE="https://github.com/ionelmc/python-lazy-object-proxy"
|
||||
DOWNLOAD="https://pypi.python.org/packages/55/08/23c0753599bdec1aec273e322f277c4e875150325f565017f6280549f554/lazy-object-proxy-1.3.1.tar.gz"
|
||||
MD5SUM="e128152b76eb5b9ba759504936139fd0"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/ba/bd/c259aae1ef43cd887e08959b70768861272e65c7a0fd44c66864bcc585f4/lazy-object-proxy-1.4.0.tar.gz"
|
||||
MD5SUM="389b54e3b83088c57154c45bd3eaa1d9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue