python/python3-Flask-Dance: Updated for version 7.1.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2024-03-06 09:06:45 -07:00 committed by Willy Sudiarto Raharjo
parent 204e738c01
commit 9313a725a9
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -29,8 +29,8 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-Flask-Dance
SRCNAM=flask_dance
VERSION=${VERSION:-7.0.1}
BUILD=${BUILD:-2}
VERSION=${VERSION:-7.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-Flask-Dance"
VERSION="7.0.1"
VERSION="7.1.0"
HOMEPAGE="https://github.com/singingwolfboy/flask-dance"
DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flask-dance/flask_dance-7.0.1.tar.gz"
MD5SUM="0d45010ae74fcc5ee28d7756e14bbd46"
DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flask-dance/flask_dance-7.1.0.tar.gz"
MD5SUM="6de50ecc2799c81f2b390ffad99ecd11"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="Flask requests-oauthlib python3-urlobject"