diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-09-17 16:28:40 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-23 11:33:49 +0700 |
commit | c11591f2378ae32791c4c381bc0350aa9d33f4b3 (patch) | |
tree | 6af13d71e510d2e29650d014f1567c94300469c3 /python | |
parent | 896508436d670012bec899ed64363c4b82b10d48 (diff) |
python/python3-loguru: Updated for version 0.7.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-loguru/python3-loguru.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-loguru/python3-loguru.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-loguru/python3-loguru.SlackBuild b/python/python3-loguru/python3-loguru.SlackBuild index 37cbab04bac8..335d7d7e187a 100644 --- a/python/python3-loguru/python3-loguru.SlackBuild +++ b/python/python3-loguru/python3-loguru.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-loguru SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-0.7.1} +VERSION=${VERSION:-0.7.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-loguru/python3-loguru.info b/python/python3-loguru/python3-loguru.info index f3f5c4b48cf0..f206c53ab8a2 100644 --- a/python/python3-loguru/python3-loguru.info +++ b/python/python3-loguru/python3-loguru.info @@ -1,8 +1,8 @@ PRGNAM="python3-loguru" -VERSION="0.7.1" +VERSION="0.7.2" HOMEPAGE="https://github.com/Delgan/loguru" -DOWNLOAD="https://files.pythonhosted.org/packages/source/l/loguru/loguru-0.7.1.tar.gz" -MD5SUM="8558d43e7e740a2e30f898a12519e472" +DOWNLOAD="https://files.pythonhosted.org/packages/source/l/loguru/loguru-0.7.2.tar.gz" +MD5SUM="572c233002a3ab88ffb727a916716ad5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |