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


Commits:
a0b5523c by Robin Candau at 2024-09-24T01:35:30+02:00
upgpkg: 4.1.2.1-2: Remove the python-future dependency
Dropped by upstream in 
https://github.com/nicolargo/glances/commit/d80a9cf229e84b9e15320b2e90689d7091b87e9f
Fixes 
https://gitlab.archlinux.org/archlinux/packaging/packages/glances/-/issues/2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = glances
        pkgdesc = CLI curses-based monitoring tool
        pkgver = 4.1.2.1
-       pkgrel = 1
+       pkgrel = 2
        url = https://nicolargo.github.io/glances/
        arch = any
        license = LGPL-3.0-or-later
@@ -11,7 +11,6 @@ pkgbase = glances
        makedepends = python-wheel
        depends = python
        depends = python-psutil
-       depends = python-future
        depends = python-defusedxml
        depends = python-orjson
        depends = python-pydantic
@@ -26,7 +25,7 @@ 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.1.2.1-1.tar.gz::https://github.com/nicolargo/glances/archive/v4.1.2.1.tar.gz
+       source = 
glances-4.1.2.1-2.tar.gz::https://github.com/nicolargo/glances/archive/v4.1.2.1.tar.gz
        source = glances.service
        sha512sums = 
a440e6fb39c6aac3fa846e49268170e2a7c1a331a7b319dbe9d5cadf8aa9975146a5fae7d99abc085a9f9aadc739281073f5a99f95f456132a2e78b14898f340
        sha512sums = 
49f0d185a37a5c5837e5beb463770c943ede40b2f1b8405e338129e897e97d9fc58373a8586fabc506266e6343cfea3c91b9787ac6832cc97a1ab63d6ad058d4


=====================================
PKGBUILD
=====================================
@@ -6,13 +6,13 @@
 
 pkgname=glances
 pkgver=4.1.2.1
-pkgrel=1
+pkgrel=2
 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-orjson' 'python-pydantic' 'python-packaging')
+depends=('python' 'python-psutil' 'python-defusedxml' 'python-orjson' 
'python-pydantic' 'python-packaging')
 optdepends=('hddtemp: HDD temperature monitoring support'
             'uvicorn: for WebUI / RestFull API'
             'python-jinja: for WebUI / RestFull API'



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

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


Reply via email to