glances: update to 3.4.0.
This commit is contained in:
parent
a7ceba9345
commit
f2ba72282f
|
@ -4,7 +4,7 @@ Bug-Debian: https://bugs.debian.org/877127
|
||||||
|
|
||||||
--- a/glances/standalone.py
|
--- a/glances/standalone.py
|
||||||
+++ b/glances/standalone.py
|
+++ b/glances/standalone.py
|
||||||
@@ -103,9 +103,6 @@
|
@@ -105,9 +105,6 @@
|
||||||
# Init screen
|
# Init screen
|
||||||
self.screen = GlancesCursesStandalone(config=config, args=args)
|
self.screen = GlancesCursesStandalone(config=config, args=args)
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ Bug-Debian: https://bugs.debian.org/877127
|
||||||
@property
|
@property
|
||||||
def quiet(self):
|
def quiet(self):
|
||||||
return self._quiet
|
return self._quiet
|
||||||
@@ -184,12 +181,3 @@
|
@@ -186,17 +183,3 @@
|
||||||
|
|
||||||
# Exit from export modules
|
# Exit from export modules
|
||||||
self.stats.end()
|
self.stats.end()
|
||||||
|
@ -27,4 +27,9 @@ Bug-Debian: https://bugs.debian.org/877127
|
||||||
- )
|
- )
|
||||||
- )
|
- )
|
||||||
- print("You should consider upgrading using: pip install --upgrade glances")
|
- print("You should consider upgrading using: pip install --upgrade glances")
|
||||||
|
- print("Disable this warning temporarily using: glances --disable-check-update")
|
||||||
|
- print(
|
||||||
|
- "To disable it permanently, refer config reference at "
|
||||||
|
- "https://glances.readthedocs.io/en/latest/config.html#syntax"
|
||||||
|
- )
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'glances'
|
# Template file for 'glances'
|
||||||
pkgname=glances
|
pkgname=glances
|
||||||
version=3.3.1.1
|
version=3.4.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -12,7 +12,7 @@ license="LGPL-3.0-or-later"
|
||||||
homepage="https://nicolargo.github.io/glances/"
|
homepage="https://nicolargo.github.io/glances/"
|
||||||
changelog="https://raw.githubusercontent.com/nicolargo/glances/develop/NEWS.rst"
|
changelog="https://raw.githubusercontent.com/nicolargo/glances/develop/NEWS.rst"
|
||||||
distfiles="https://github.com/nicolargo/glances/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/nicolargo/glances/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=450c604ddfe05398ec88bd237648c7d851ad3c537b5f785eccafab4e9789c235
|
checksum=387891560fc2cdb338d81fd60647bba90ae90e8853415fff1673cfd7d652aa5f
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsconf conf/glances.conf
|
vsconf conf/glances.conf
|
||||||
|
|
Loading…
Reference in New Issue