Browse Source
python/python3-Flask-RESTX: Updated for version 1.0.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/191/head
fourtysixandtwo
3 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
python/python3-Flask-RESTX/python3-Flask-RESTX.SlackBuild
-
python/python3-Flask-RESTX/python3-Flask-RESTX.info
|
|
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-Flask-RESTX |
|
|
|
SRCNAM=$(echo ${PRGNAM,,} | sed "s/python3-//") |
|
|
|
VERSION=${VERSION:-0.5.1} |
|
|
|
VERSION=${VERSION:-1.0.3} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-Flask-RESTX" |
|
|
|
VERSION="0.5.1" |
|
|
|
VERSION="1.0.3" |
|
|
|
HOMEPAGE="https://github.com/python-restx/flask-restx" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flask-restx/flask-restx-0.5.1.tar.gz" |
|
|
|
MD5SUM="2bedf3cdc18c689f200d2da0888b5e88" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flask-restx/flask-restx-1.0.3.tar.gz" |
|
|
|
MD5SUM="1d0d080f9e59ddec21cfed5273abcbc7" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-aniso8601 Flask python3-jsonschema pytz" |
|
|
|
|