public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Edouard Bourguignon <madko@linuxed.net>
To: git-commits@fedoraproject.org
Subject: [rpms/glances] epel10: patch to disable oudated warning deprecated
Date: Sun, 30 Aug 2026 14:23:21 GMT [thread overview]
Message-ID: <178809980167.1.12162016118290983775.rpms-glances-618dc81ca014@fedoraproject.org> (raw)
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")
reply other threads:[~2026-08-30 14:23 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178809980167.1.12162016118290983775.rpms-glances-618dc81ca014@fedoraproject.org \
--to=madko@linuxed.net \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox