Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jan 2022 21:18:19 GMT
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 48c01480c5f0 - main - sysutils/py-glances: Update to 3.2.4.2
Message-ID:  <202201052118.205LIJDd004515@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=48c01480c5f0f661793cdbb029b35e5851177450

commit 48c01480c5f0f661793cdbb029b35e5851177450
Author:     Gasol Wu <gasol.wu@gmail.com>
AuthorDate: 2022-01-05 05:13:24 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-01-05 21:17:54 +0000

    sysutils/py-glances: Update to 3.2.4.2
    
    PR:     260951
---
 sysutils/py-glances/Makefile  | 6 ++++--
 sysutils/py-glances/distinfo  | 6 +++---
 sysutils/py-glances/pkg-descr | 2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/sysutils/py-glances/Makefile b/sysutils/py-glances/Makefile
index d355423adf39..badb6b5f3c11 100644
--- a/sysutils/py-glances/Makefile
+++ b/sysutils/py-glances/Makefile
@@ -1,7 +1,7 @@
 # Created by: Gasol Wu <gasol.wu@gmail.com>
 
 PORTNAME=	glances
-PORTVERSION=	3.1.4
+PORTVERSION=	3.2.4.2
 DISTVERSIONPREFIX=	v
 CATEGORIES=	sysutils python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,9 @@ LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}psutil>=5.3.0:sysutils/py-psutil@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}defusedxml>=0:devel/py-defusedxml@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}coverage>=0.15.2:devel/py-coverage@${PY_FLAVOR}
 
 USES=		python:3.6+
diff --git a/sysutils/py-glances/distinfo b/sysutils/py-glances/distinfo
index 5b487fbde3ef..bb5ecd0b0766 100644
--- a/sysutils/py-glances/distinfo
+++ b/sysutils/py-glances/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1584897349
-SHA256 (nicolargo-glances-v3.1.4_GH0.tar.gz) = bf5ec080b824f724bc2a5a42b6e2dbe9eba3effd60d50f2cf39af7e9bf18f6b7
-SIZE (nicolargo-glances-v3.1.4_GH0.tar.gz) = 6770502
+TIMESTAMP = 1641345549
+SHA256 (nicolargo-glances-v3.2.4.2_GH0.tar.gz) = 88ac8103d777b2a55cee9418a5940269c640c3ad964ec44de0e9bb80cdbead37
+SIZE (nicolargo-glances-v3.2.4.2_GH0.tar.gz) = 6914758
diff --git a/sysutils/py-glances/pkg-descr b/sysutils/py-glances/pkg-descr
index 48026bc7cc78..e6bf7685e90a 100644
--- a/sysutils/py-glances/pkg-descr
+++ b/sysutils/py-glances/pkg-descr
@@ -1,4 +1,4 @@
 Glances is a CLI curses based monitoring tool for GNU/Linux and BSD OS.
 Uses the PsUtil library to get information from your system.
 
-WWW: http://nicolargo.github.com/glances/
+WWW: https://nicolargo.github.io/glances/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201052118.205LIJDd004515>