From 3461c5ebda9aa81040956ab6a1353db0fbdabdd4 Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Thu, 8 Jun 2023 12:14:31 -0600 Subject: [PATCH] python/python3-glances: Updated for version 3.4.0.3. Signed-off-by: Willy Sudiarto Raharjo --- python/python3-glances/python3-glances.SlackBuild | 2 +- python/python3-glances/python3-glances.info | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python/python3-glances/python3-glances.SlackBuild b/python/python3-glances/python3-glances.SlackBuild index 975ac96ec7..0a966b3d46 100644 --- a/python/python3-glances/python3-glances.SlackBuild +++ b/python/python3-glances/python3-glances.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-glances SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-3.3.1.1} +VERSION=${VERSION:-3.4.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-glances/python3-glances.info b/python/python3-glances/python3-glances.info index 6d697ca80a..9af74d4aff 100644 --- a/python/python3-glances/python3-glances.info +++ b/python/python3-glances/python3-glances.info @@ -1,8 +1,8 @@ PRGNAM="python3-glances" -VERSION="3.3.1.1" +VERSION="3.4.0.3" HOMEPAGE="https://github.com/nicolargo/glances" -DOWNLOAD="https://files.pythonhosted.org/packages/source/g/glances/Glances-3.3.1.1.tar.gz" -MD5SUM="875691d45fa4edb1c847eb24b053bd94" +DOWNLOAD="https://files.pythonhosted.org/packages/source/g/glances/Glances-3.4.0.3.tar.gz" +MD5SUM="712c08830271d239a8303129d9ad4a96" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-psutil python3-defusedxml python3-ujson"