diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-04-08 05:55:52 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-13 22:04:06 +0700 |
commit | b519b633d85d1c8028d810dd8384f2aa2ca4eb5a (patch) | |
tree | 6703ea8e717d4b44ac527ab6442c398c3a329b99 /python | |
parent | 29b58269aca48a984a1384d37e7a18aa924ff07b (diff) |
python/werkzeug: Updated for version 3.0.2.
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 f55e939db51e..b50f1ec03568 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.1} +VERSION=${VERSION:-3.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/werkzeug/werkzeug.info b/python/werkzeug/werkzeug.info index e3ef71d961f6..ea7ca66b0231 100644 --- a/python/werkzeug/werkzeug.info +++ b/python/werkzeug/werkzeug.info @@ -1,8 +1,8 @@ PRGNAM="werkzeug" -VERSION="3.0.1" +VERSION="3.0.2" HOMEPAGE="https://palletsprojects.com/p/werkzeug/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/w/werkzeug/werkzeug-3.0.1.tar.gz" -MD5SUM="b8cb17df4a7d86b7c5cdffcd5657197a" +DOWNLOAD="https://files.pythonhosted.org/packages/source/w/werkzeug/werkzeug-3.0.2.tar.gz" +MD5SUM="02aea8c05c4bfb797c0fbd9e045b7b46" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-build" |