public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glances] epel10: patch to disable oudated warning deprecated
@ 2026-08-30 14:23 Edouard Bourguignon
0 siblings, 0 replies; only message in thread
From: Edouard Bourguignon @ 2026-08-30 14:23 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/glances
Branch : epel10
Commit : 618dc81ca014b9f368af6bc6995bfeb7e8174385
Author : Edouard Bourguignon <madko@linuxed.net>
Date : 2020-05-27T18:28:36+02:00
Stats : +0/-31 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glances/c/618dc81ca014b9f368af6bc6995bfeb7e8174385?branch=epel10
Log:
patch to disable oudated warning deprecated
---
diff --git a/disable-outdated-warning.patch b/disable-outdated-warning.patch
deleted file mode 100644
index c3cfda3..0000000
--- a/disable-outdated-warning.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-diff -Nurp glances-3.1.0.orig/glances/standalone.py glances-3.1.0/glances/standalone.py
---- glances-3.1.0.orig/glances/standalone.py 2019-12-22 14:16:39.845870773 -0600
-+++ glances-3.1.0/glances/standalone.py 2019-12-22 14:17:29.059115003 -0600
-@@ -29,7 +29,6 @@ from glances.stats import GlancesStats
- from glances.outputs.glances_curses import GlancesCursesStandalone
- from glances.outputs.glances_stdout import GlancesStdout
- from glances.outputs.glances_stdout_csv import GlancesStdoutCsv
--from glances.outdated import Outdated
- from glances.timer import Counter
-
-
-@@ -92,9 +91,6 @@ class GlancesStandalone(object):
- # Init screen
- self.screen = GlancesCursesStandalone(config=config, args=args)
-
-- # Check the latest Glances version
-- self.outdated = Outdated(config=config, args=args)
--
- @property
- def quiet(self):
- return self._quiet
-@@ -156,9 +152,3 @@ class GlancesStandalone(object):
-
- # Exit from export modules
- self.stats.end()
--
-- # Check Glances version versus PyPI one
-- if self.outdated.is_outdated():
-- print("You are using Glances version {}, however version {} is available.".format(
-- self.outdated.installed_version(), self.outdated.latest_version()))
-- print("You should consider upgrading using: pip install --upgrade glances")
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-30 14:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-30 14:23 [rpms/glances] epel10: patch to disable oudated warning deprecated Edouard Bourguignon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox