diff options
author | Arn0 <yth@ythogtha.org> | 2023-12-08 16:21:24 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-08 22:48:07 +0700 |
commit | 111bd6a48fb83f32f87067075e103ddbf7756ce1 (patch) | |
tree | d23854cf647702586c35c25baaed19f2e3754836 /python | |
parent | 8d742cce597fa7a13c0bd2a049205171362c11ea (diff) |
python/python3-falcon: updated for version 3.1.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-falcon/python3-falcon.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-falcon/python3-falcon.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-falcon/python3-falcon.SlackBuild b/python/python3-falcon/python3-falcon.SlackBuild index 460a03a49176..58c091f8480f 100644 --- a/python/python3-falcon/python3-falcon.SlackBuild +++ b/python/python3-falcon/python3-falcon.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-falcon SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-3.1.1} +VERSION=${VERSION:-3.1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-falcon/python3-falcon.info b/python/python3-falcon/python3-falcon.info index f79b55539564..fae8cacfda4f 100644 --- a/python/python3-falcon/python3-falcon.info +++ b/python/python3-falcon/python3-falcon.info @@ -1,8 +1,8 @@ PRGNAM="python3-falcon" -VERSION="3.1.1" +VERSION="3.1.3" HOMEPAGE="https://falconframework.org/" -DOWNLOAD="https://pypi.python.org/packages/source/f/falcon/falcon-3.1.1.tar.gz" -MD5SUM="383673fc6378428d0db5861a416cad0d" +DOWNLOAD="https://pypi.python.org/packages/source/f/falcon/falcon-3.1.3.tar.gz" +MD5SUM="22a5c32f3d9dd96d498febe8e16ddffe" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |