python/waitress: Updated for version 0.8.10.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
a56b84f375
commit
88d61fe3c7
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for waitress
|
# Slackware build script for waitress
|
||||||
|
|
||||||
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
|
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=waitress
|
PRGNAM=waitress
|
||||||
VERSION=${VERSION:-0.8.9}
|
VERSION=${VERSION:-0.8.10}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="waitress"
|
PRGNAM="waitress"
|
||||||
VERSION="0.8.9"
|
VERSION="0.8.10"
|
||||||
HOMEPAGE="https://github.com/Pylons/waitress"
|
HOMEPAGE="https://github.com/Pylons/waitress"
|
||||||
DOWNLOAD="https://pypi.python.org/packages/source/w/waitress/waitress-0.8.9.tar.gz"
|
DOWNLOAD="https://pypi.python.org/packages/source/w/waitress/waitress-0.8.10.tar.gz"
|
||||||
MD5SUM="da3f2e62b3676be5dd630703a68e2a04"
|
MD5SUM="a957f79c1b56224660a5b68c8ef29c8b"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="pysetuptools"
|
REQUIRES="pysetuptools"
|
||||||
|
|
Loading…
Reference in New Issue