Browse Source
python/werkzeug: Updated for version 3.1.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/258/head
fourtysixandtwo
11 months 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/werkzeug/werkzeug.SlackBuild
-
python/werkzeug/werkzeug.info
|
|
@ -30,7 +30,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=werkzeug |
|
|
|
VERSION=${VERSION:-3.0.3} |
|
|
|
VERSION=${VERSION:-3.1.3} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="werkzeug" |
|
|
|
VERSION="3.0.3" |
|
|
|
VERSION="3.1.3" |
|
|
|
HOMEPAGE="https://palletsprojects.com/p/werkzeug/" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/w/werkzeug/werkzeug-3.0.3.tar.gz" |
|
|
|
MD5SUM="5955ba99c1a7466660fa9445fbabf5e2" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/w/werkzeug/werkzeug-3.1.3.tar.gz" |
|
|
|
MD5SUM="b6005d403d01d08b9fe2330a0cfea05a" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-build" |
|
|
|