diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-11-19 13:20:38 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-23 10:50:41 +0700 |
commit | be3ffb5b6eb7a1a5419ccaf972cd9ddfc7914470 (patch) | |
tree | 7734b1f0239d19605e36230b02f412addb03f612 /python | |
parent | 96f19e0ae25a7cb5e445cae28f5172353b345078 (diff) |
python/werkzeug: Updated for version 3.1.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/werkzeug/werkzeug.SlackBuild | 2 | ||||
-rw-r--r-- | python/werkzeug/werkzeug.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/werkzeug/werkzeug.SlackBuild b/python/werkzeug/werkzeug.SlackBuild index 5475a6e5f6c57..282ef48431693 100644 --- a/python/werkzeug/werkzeug.SlackBuild +++ b/python/werkzeug/werkzeug.SlackBuild @@ -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} diff --git a/python/werkzeug/werkzeug.info b/python/werkzeug/werkzeug.info index cb0def12e0a51..ac292cc5386ed 100644 --- a/python/werkzeug/werkzeug.info +++ b/python/werkzeug/werkzeug.info @@ -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" |