diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-11-19 16:52:41 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-23 10:50:45 +0700 |
commit | 00fb0b8c7e4a2d3c8b5d328a10554d1cc32304f0 (patch) | |
tree | a04e6925102a6e8a36f3f4c5924fca6eafef1bc2 /python | |
parent | b7b407e3a6048294ac628910eb95a3f53034d7eb (diff) |
python/python3-WTForms: Updated for version 3.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-WTForms/python3-WTForms.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-WTForms/python3-WTForms.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-WTForms/python3-WTForms.SlackBuild b/python/python3-WTForms/python3-WTForms.SlackBuild index f9f03a21b92df..dc44f62b93c77 100644 --- a/python/python3-WTForms/python3-WTForms.SlackBuild +++ b/python/python3-WTForms/python3-WTForms.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-WTForms SRCNAM=wtforms -VERSION=${VERSION:-3.1.2} +VERSION=${VERSION:-3.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-WTForms/python3-WTForms.info b/python/python3-WTForms/python3-WTForms.info index 0dec1d0aca292..ad92d8238402b 100644 --- a/python/python3-WTForms/python3-WTForms.info +++ b/python/python3-WTForms/python3-WTForms.info @@ -1,8 +1,8 @@ PRGNAM="python3-WTForms" -VERSION="3.1.2" +VERSION="3.2.1" HOMEPAGE="http://wtforms.simplecodes.com/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/w/wtforms/wtforms-3.1.2.tar.gz" -MD5SUM="722bf234789979ed2ff06e8e9323fa0f" +DOWNLOAD="https://files.pythonhosted.org/packages/source/w/wtforms/wtforms-3.2.1.tar.gz" +MD5SUM="58a16ec4a96043b429c196bfafa5fd96" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-hatchling python3-babel" |