Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / glances
Commits: 7d83a06f by Robin Candau at 2024-12-30T18:30:54+01:00 upgpkg: 4.3.0.6-1: New upstream release https://github.com/nicolargo/glances/releases/tag/v4.3.0.6 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = glances pkgdesc = CLI curses-based monitoring tool - pkgver = 4.3.0.5 + pkgver = 4.3.0.6 pkgrel = 1 url = https://nicolargo.github.io/glances arch = any @@ -21,15 +21,15 @@ pkgbase = glances 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-netifaces2: 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.3.0.5.tar.gz::https://github.com/nicolargo/glances/archive/v4.3.0.5.tar.gz + source = glances-4.3.0.6.tar.gz::https://github.com/nicolargo/glances/archive/v4.3.0.6.tar.gz source = glances.service - sha512sums = 5ba281c79f73b81debd959523ff813c2c39a49259d04d64b50d918910d9451f46799b76b5e4b9857cc03352b73828516e5f1fd98cf0261437829ec44fc03d125 + sha512sums = f452e4deafb0d36a911f129956668772436b78681e3b96727bb18ee3b2a1e5cc29a7e91cefb07930b09a967d09af992ce59fa0dfa5e206a38237a2756fad9c66 sha512sums = 49f0d185a37a5c5837e5beb463770c943ede40b2f1b8405e338129e897e97d9fc58373a8586fabc506266e6343cfea3c91b9787ac6832cc97a1ab63d6ad058d4 - b2sums = 39c940be53ac839c025c67f8823146ba4720a862efc9f1231f9166f4bfec4f9cb348abe8e0ca29677864aa77874326046fdbefa8763a7373a459890b19cc3178 + b2sums = 382ecb1404a2c7f97cf2d567d9ccea15b180ade6da59d46fd4ad10c529fcc73b565cca0cefa3660e11a7248931b4d5b5fb62216473af8ae533fba8fa4b2c0047 b2sums = ecc44f8c06b1e8624cec92e41422a65d11e024b9fc23bae09b4e52fbedeb172a5034e5b612bbff7ba93d45189fb25eda0d54bc47b22b7f3f0acba984391e4017 pkgname = glances ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ # Contributor: Francois Boulogne <fboulogne at april dot org> pkgname=glances -pkgver=4.3.0.5 +pkgver=4.3.0.6 pkgrel=1 pkgdesc="CLI curses-based monitoring tool" url="https://nicolargo.github.io/glances" @@ -19,15 +19,15 @@ optdepends=('hddtemp: HDD temperature monitoring support' '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' + 'python-netifaces2: for the IP plugin' 'python-zeroconf: for the autodiscover mode' 'python-pystache: templating engine' 'python-prometheus_client: for the Prometheus export module') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nicolargo/glances/archive/v${pkgver}.tar.gz" "${pkgname}.service") -sha512sums=('5ba281c79f73b81debd959523ff813c2c39a49259d04d64b50d918910d9451f46799b76b5e4b9857cc03352b73828516e5f1fd98cf0261437829ec44fc03d125' +sha512sums=('f452e4deafb0d36a911f129956668772436b78681e3b96727bb18ee3b2a1e5cc29a7e91cefb07930b09a967d09af992ce59fa0dfa5e206a38237a2756fad9c66' '49f0d185a37a5c5837e5beb463770c943ede40b2f1b8405e338129e897e97d9fc58373a8586fabc506266e6343cfea3c91b9787ac6832cc97a1ab63d6ad058d4') -b2sums=('39c940be53ac839c025c67f8823146ba4720a862efc9f1231f9166f4bfec4f9cb348abe8e0ca29677864aa77874326046fdbefa8763a7373a459890b19cc3178' +b2sums=('382ecb1404a2c7f97cf2d567d9ccea15b180ade6da59d46fd4ad10c529fcc73b565cca0cefa3660e11a7248931b4d5b5fb62216473af8ae533fba8fa4b2c0047' 'ecc44f8c06b1e8624cec92e41422a65d11e024b9fc23bae09b4e52fbedeb172a5034e5b612bbff7ba93d45189fb25eda0d54bc47b22b7f3f0acba984391e4017') build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/glances/-/commit/7d83a06fda5626e75acf6d2156caf2a65ef4a16f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/glances/-/commit/7d83a06fda5626e75acf6d2156caf2a65ef4a16f You're receiving this email because of your account on gitlab.archlinux.org.
