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


Commits:
debdcf12 by Robin Candau at 2024-03-23T17:28:01+01:00
upgpkg: 3.4.0.5-1: New upstream release + Add .nvchecker.toml + Switch license 
to SPDX identifier

- - - - -


3 changed files:

- + .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,29 @@
+pkgbase = glances
+       pkgdesc = CLI curses-based monitoring tool
+       pkgver = 3.4.0.5
+       pkgrel = 1
+       url = https://nicolargo.github.io/glances/
+       arch = any
+       license = LGPL-3.0-or-later
+       makedepends = python-setuptools
+       depends = python
+       depends = python-psutil
+       depends = python-future
+       depends = python-defusedxml
+       depends = python-ujson
+       optdepends = hddtemp: HDD temperature monitoring support
+       optdepends = python-bottle: web server support
+       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-3.4.0.5-1.tar.gz::https://github.com/nicolargo/glances/archive/v3.4.0.5.tar.gz
+       source = glances.service
+       sha512sums = 
aca140fedc2acc97ae4901722e0406acb8bea6eac5295d95499860a522e74d29ecbc4cfb28fecfd4a2879f4ee44175bd4efd2429b9d7e302b4a182caabd6a5f8
+       sha512sums = 
49f0d185a37a5c5837e5beb463770c943ede40b2f1b8405e338129e897e97d9fc58373a8586fabc506266e6343cfea3c91b9787ac6832cc97a1ab63d6ad058d4
+       b2sums = 
510f379946eec914998cba32ffd66c6037bd85246cdae059d336b4a3330ba6e521aa3fef2099d88f08dbf3ed7e7c8537235850ad8f6882840fb811bcd8a82147
+       b2sums = 
ecc44f8c06b1e8624cec92e41422a65d11e024b9fc23bae09b4e52fbedeb172a5034e5b612bbff7ba93d45189fb25eda0d54bc47b22b7f3f0acba984391e4017
+
+pkgname = glances


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,6 @@
+[glances]
+source = "github"
+github = "nicolargo/glances"
+prefix = "v"
+use_max_tag = true
+exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"


=====================================
PKGBUILD
=====================================
@@ -5,12 +5,12 @@
 # Contributor: Francois Boulogne <fboulogne at april dot org>
 
 pkgname=glances
-pkgver=3.4.0.3
+pkgver=3.4.0.5
 pkgrel=1
 pkgdesc='CLI curses-based monitoring tool'
 arch=('any')
 url='https://nicolargo.github.io/glances/'
-license=('LGPL')
+license=('LGPL-3.0-or-later')
 makedepends=('python-setuptools')
 depends=('python' 'python-psutil' 'python-future' 'python-defusedxml' 
'python-ujson')
 optdepends=('hddtemp: HDD temperature monitoring support'
@@ -23,9 +23,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=('f4960d7d23b52e249069b41fd9b20a4d6f56006a6998b1bfd341ef00628fa92c14503885ebbea6adeee6f926a6c6fb440c288e2c772d4536b2c2b49e4124a7a0'
+sha512sums=('aca140fedc2acc97ae4901722e0406acb8bea6eac5295d95499860a522e74d29ecbc4cfb28fecfd4a2879f4ee44175bd4efd2429b9d7e302b4a182caabd6a5f8'
             
'49f0d185a37a5c5837e5beb463770c943ede40b2f1b8405e338129e897e97d9fc58373a8586fabc506266e6343cfea3c91b9787ac6832cc97a1ab63d6ad058d4')
-b2sums=('5437d3daefd4d36e9b84481543cf8189964006d566a77506099bfe7748d37409d5fb2a3a8eb52c8eeef0efa469c2ca92db7a37a44625969aec822d1adf46dbb3'
+b2sums=('510f379946eec914998cba32ffd66c6037bd85246cdae059d336b4a3330ba6e521aa3fef2099d88f08dbf3ed7e7c8537235850ad8f6882840fb811bcd8a82147'
         
'ecc44f8c06b1e8624cec92e41422a65d11e024b9fc23bae09b4e52fbedeb172a5034e5b612bbff7ba93d45189fb25eda0d54bc47b22b7f3f0acba984391e4017')
 
 package() {



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/glances/-/commit/debdcf122c29f94edffbfb6c7f222eb6b12e38a8
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to