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


Commits:
a72ddcc8 by Robin Candau at 2024-05-13T20:16:19+02:00
upgpkg: 4.0.1-1: New upstream release
https://github.com/nicolargo/glances/blob/develop/NEWS.rst#version-401

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = glances
        pkgdesc = CLI curses-based monitoring tool
-       pkgver = 4.0.0
+       pkgver = 4.0.1
        pkgrel = 1
        url = https://nicolargo.github.io/glances/
        arch = any
@@ -15,18 +15,19 @@ pkgbase = glances
        depends = python-defusedxml
        depends = python-ujson
        optdepends = hddtemp: HDD temperature monitoring support
-       optdepends = python-bottle: web server support
+       optdepends = uvicorn: 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
        optdepends = python-netifaces: for the IP plugin
        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.0-1.tar.gz::https://github.com/nicolargo/glances/archive/v4.0.0.tar.gz
+       source = 
glances-4.0.1-1.tar.gz::https://github.com/nicolargo/glances/archive/v4.0.1.tar.gz
        source = glances.service
-       sha512sums = 
ac354b49da6da05b3cdbbc152b3599a8eb1aefdeceda14dc438521e58cdf6ffb7d2a4e1025a17f041e6aa1963581f25afe9f2750e16d1bdf8ff085c09ee90731
+       sha512sums = 
ed8700fef142af170212c4c92bc9c2c818db94de41ad5eb35cc377a5bb067c6950908d2caac348ad9357f0ca6494fe011310b09147f37f86a9ae40355fbf6a75
        sha512sums = 
49f0d185a37a5c5837e5beb463770c943ede40b2f1b8405e338129e897e97d9fc58373a8586fabc506266e6343cfea3c91b9787ac6832cc97a1ab63d6ad058d4
-       b2sums = 
a24b333374a6921ad144dd8781ed97ff907ddaae9e976d9d2706c709af64d910e56d9d3722ef230c93c41773051c2db6c29147fe05614ee2637a2edd81a38568
+       b2sums = 
24d0ba707ba16b6b2944a87485b3a052360162b4ff9f42c22b2f74c5d7fbf46daad5ba2ad4203f1ecb157399c66fea27e4ad3b2b52179b6a688d1667c947421b
        b2sums = 
ecc44f8c06b1e8624cec92e41422a65d11e024b9fc23bae09b4e52fbedeb172a5034e5b612bbff7ba93d45189fb25eda0d54bc47b22b7f3f0acba984391e4017
 
 pkgname = glances


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 # Contributor: Francois Boulogne <fboulogne at april dot org>
 
 pkgname=glances
-pkgver=4.0.0
+pkgver=4.0.1
 pkgrel=1
 pkgdesc='CLI curses-based monitoring tool'
 arch=('any')
@@ -14,7 +14,8 @@ 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')
 optdepends=('hddtemp: HDD temperature monitoring support'
-            'python-bottle: web server support'
+            'uvicorn: for WebUI / RestFull API'
+            'python-fastapi: for WebUI / RestFull API'
             'python-docker: for the Docker monitoring support'
             'python-matplotlib: for graphical/chart support'
             'python-netifaces: for the IP plugin'
@@ -23,9 +24,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=('ac354b49da6da05b3cdbbc152b3599a8eb1aefdeceda14dc438521e58cdf6ffb7d2a4e1025a17f041e6aa1963581f25afe9f2750e16d1bdf8ff085c09ee90731'
+sha512sums=('ed8700fef142af170212c4c92bc9c2c818db94de41ad5eb35cc377a5bb067c6950908d2caac348ad9357f0ca6494fe011310b09147f37f86a9ae40355fbf6a75'
             
'49f0d185a37a5c5837e5beb463770c943ede40b2f1b8405e338129e897e97d9fc58373a8586fabc506266e6343cfea3c91b9787ac6832cc97a1ab63d6ad058d4')
-b2sums=('a24b333374a6921ad144dd8781ed97ff907ddaae9e976d9d2706c709af64d910e56d9d3722ef230c93c41773051c2db6c29147fe05614ee2637a2edd81a38568'
+b2sums=('24d0ba707ba16b6b2944a87485b3a052360162b4ff9f42c22b2f74c5d7fbf46daad5ba2ad4203f1ecb157399c66fea27e4ad3b2b52179b6a688d1667c947421b'
         
'ecc44f8c06b1e8624cec92e41422a65d11e024b9fc23bae09b4e52fbedeb172a5034e5b612bbff7ba93d45189fb25eda0d54bc47b22b7f3f0acba984391e4017')
 
 build() {



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

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


Reply via email to