Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
glances


Commits:
813444e6 by Robin Candau at 2024-05-14T09:06:13+02:00
upgpkg: 4.0.2-1: New upstream release
https://github.com/nicolargo/glances/releases/tag/v4.0.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = glances
        pkgdesc = CLI curses-based monitoring tool
-       pkgver = 4.0.1
+       pkgver = 4.0.2
        pkgrel = 1
        url = https://nicolargo.github.io/glances/
        arch = any
@@ -14,8 +14,11 @@ pkgbase = glances
        depends = python-future
        depends = python-defusedxml
        depends = python-ujson
+       depends = python-pydantic
+       depends = python-packaging
        optdepends = hddtemp: HDD temperature monitoring support
        optdepends = uvicorn: for WebUI / RestFull API
+       optdepends = python-jinja: for WebUI / RestFull API
        optdepends = python-fastapi: for WebUI / RestFull API
        optdepends = python-docker: for the Docker monitoring support
        optdepends = python-matplotlib: for graphical/chart support
@@ -23,11 +26,11 @@ pkgbase = glances
        optdepends = python-zeroconf: for the autodiscover mode
        optdepends = python-pystache: templating engine
        optdepends = python-prometheus_client: for the Prometheus export module
-       source = 
glances-4.0.1-1.tar.gz::https://github.com/nicolargo/glances/archive/v4.0.1.tar.gz
+       source = 
glances-4.0.2-1.tar.gz::https://github.com/nicolargo/glances/archive/v4.0.2.tar.gz
        source = glances.service
-       sha512sums = 
ed8700fef142af170212c4c92bc9c2c818db94de41ad5eb35cc377a5bb067c6950908d2caac348ad9357f0ca6494fe011310b09147f37f86a9ae40355fbf6a75
+       sha512sums = 
e4aac4190b27ad19f4688325b85e0d727441cde4e98de6127b4d831e4dc34b68756a9748ff9fc9264dc4b932734d8b6deb14f0b8e42a6f6b61e276e801d22eec
        sha512sums = 
49f0d185a37a5c5837e5beb463770c943ede40b2f1b8405e338129e897e97d9fc58373a8586fabc506266e6343cfea3c91b9787ac6832cc97a1ab63d6ad058d4
-       b2sums = 
24d0ba707ba16b6b2944a87485b3a052360162b4ff9f42c22b2f74c5d7fbf46daad5ba2ad4203f1ecb157399c66fea27e4ad3b2b52179b6a688d1667c947421b
+       b2sums = 
c6925070ef808af3d88c47b431e39f75a0267a5bcf6ca186dcadd2f21b4e41b584149b76b70753080877914443cd474d453dc533845592b5b7f95173c6195f15
        b2sums = 
ecc44f8c06b1e8624cec92e41422a65d11e024b9fc23bae09b4e52fbedeb172a5034e5b612bbff7ba93d45189fb25eda0d54bc47b22b7f3f0acba984391e4017
 
 pkgname = glances


=====================================
PKGBUILD
=====================================
@@ -5,16 +5,17 @@
 # Contributor: Francois Boulogne <fboulogne at april dot org>
 
 pkgname=glances
-pkgver=4.0.1
+pkgver=4.0.2
 pkgrel=1
 pkgdesc='CLI curses-based monitoring tool'
 arch=('any')
 url='https://nicolargo.github.io/glances/'
 license=('LGPL-3.0-or-later')
 makedepends=('python-setuptools' 'python-build' 'python-installer' 
'python-wheel')
-depends=('python' 'python-psutil' 'python-future' 'python-defusedxml' 
'python-ujson')
+depends=('python' 'python-psutil' 'python-future' 'python-defusedxml' 
'python-ujson' 'python-pydantic' 'python-packaging')
 optdepends=('hddtemp: HDD temperature monitoring support'
             'uvicorn: for WebUI / RestFull API'
+            'python-jinja: for WebUI / RestFull API'
             'python-fastapi: for WebUI / RestFull API'
             'python-docker: for the Docker monitoring support'
             'python-matplotlib: for graphical/chart support'
@@ -24,9 +25,9 @@ optdepends=('hddtemp: HDD temperature monitoring support'
             'python-prometheus_client: for the Prometheus export module')
 
source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::https://github.com/nicolargo/glances/archive/v${pkgver}.tar.gz";
         'glances.service')
-sha512sums=('ed8700fef142af170212c4c92bc9c2c818db94de41ad5eb35cc377a5bb067c6950908d2caac348ad9357f0ca6494fe011310b09147f37f86a9ae40355fbf6a75'
+sha512sums=('e4aac4190b27ad19f4688325b85e0d727441cde4e98de6127b4d831e4dc34b68756a9748ff9fc9264dc4b932734d8b6deb14f0b8e42a6f6b61e276e801d22eec'
             
'49f0d185a37a5c5837e5beb463770c943ede40b2f1b8405e338129e897e97d9fc58373a8586fabc506266e6343cfea3c91b9787ac6832cc97a1ab63d6ad058d4')
-b2sums=('24d0ba707ba16b6b2944a87485b3a052360162b4ff9f42c22b2f74c5d7fbf46daad5ba2ad4203f1ecb157399c66fea27e4ad3b2b52179b6a688d1667c947421b'
+b2sums=('c6925070ef808af3d88c47b431e39f75a0267a5bcf6ca186dcadd2f21b4e41b584149b76b70753080877914443cd474d453dc533845592b5b7f95173c6195f15'
         
'ecc44f8c06b1e8624cec92e41422a65d11e024b9fc23bae09b4e52fbedeb172a5034e5b612bbff7ba93d45189fb25eda0d54bc47b22b7f3f0acba984391e4017')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/glances/-/commit/813444e60c554135cc9391cf6918ef53afecf4fc

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/glances/-/commit/813444e60c554135cc9391cf6918ef53afecf4fc
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to