python/python3-Flask-RESTX: Updated for version 1.3.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-12-17 11:32:33 -07:00 committed by Willy Sudiarto Raharjo
parent 1d95f19768
commit cbb7bd5c00
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-Flask-RESTX
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-1.2.0}
VERSION=${VERSION:-1.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-Flask-RESTX"
VERSION="1.2.0"
VERSION="1.3.0"
HOMEPAGE="https://github.com/python-restx/flask-restx"
DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flask-restx/flask-restx-1.2.0.tar.gz"
MD5SUM="3bb2594dacdbcc2147cb9ad4c5d2590e"
DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flask-restx/flask-restx-1.3.0.tar.gz"
MD5SUM="262984a0c902db0b6f4afb86a69ea40e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-aniso8601 Flask python3-jsonschema pytz importlib-resources"