public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glances] epel10: Update to 3.4.0
@ 2026-08-30 14:23 Ali Erdinc Koroglu
0 siblings, 0 replies; only message in thread
From: Ali Erdinc Koroglu @ 2026-08-30 14:23 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/glances
Branch : epel10
Commit : 0c4134b88b6b8e3f3cc97e22a568fed427b3e9af
Author : Ali Erdinc Koroglu <aekoroglu@linux.intel.com>
Date : 2023-05-17T18:31:40+03:00
Stats : +13/-21 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/glances/c/0c4134b88b6b8e3f3cc97e22a568fed427b3e9af?branch=epel10
Log:
Update to 3.4.0
---
diff --git a/disable-update-check.patch b/disable-update-check.patch
index da12729..ed6031b 100644
--- a/disable-update-check.patch
+++ b/disable-update-check.patch
@@ -1,12 +1,6 @@
-Description: Disable nagging suggestion to upgrade using pip
-Author: Sebastien Badia <sbadia@debian.org>
-Bug-Debian: https://bugs.debian.org/877127
-Forwarded: not-needed
-Last-Update: 2022-04-16
-
---- a/glances/standalone.py
-+++ b/glances/standalone.py
-@@ -107,9 +107,6 @@
+--- a/glances/standalone.py 2023-05-17 18:24:21.872808739 +0300
++++ b/glances/standalone.py 2023-05-17 18:24:49.661716352 +0300
+@@ -105,9 +105,6 @@
# Init screen
self.screen = GlancesCursesStandalone(config=config, args=args)
@@ -16,7 +10,7 @@ Last-Update: 2022-04-16
@property
def quiet(self):
return self._quiet
-@@ -188,12 +185,3 @@
+@@ -186,17 +183,3 @@
# Exit from export modules
self.stats.end()
@@ -29,3 +23,8 @@ Last-Update: 2022-04-16
- )
- )
- 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"
+- )
diff --git a/glances.spec b/glances.spec
index c20a707..d2d10e7 100644
--- a/glances.spec
+++ b/glances.spec
@@ -12,7 +12,7 @@ system. It is based on an open architecture where developers can add new
plugins or exports modules.}
Name: glances
-Version: 3.3.1
+Version: 3.4.0
Release: %autorelease
Summary: A cross-platform system monitoring tool
@@ -27,10 +27,8 @@ BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-dateutil
-BuildRequires: python3-ujson
BuildRequires: systemd-units
Requires: python3-bottle
-Requires: python3-ujson
%description
%{desc}
@@ -38,16 +36,11 @@ Requires: python3-ujson
%prep
%autosetup -p1 -n %{name}-%{version}
-# update disabled, no need for packaging dep
+# disable PyPI update check + no need to have packaging dep
+sed -i -e 's/check_update=true/check_update=false/' conf/glances.conf
sed -i "s/, 'packaging'//" setup.py
sed -i '/packaging/d' requirements.txt
-# https://github.com/nicolargo/glances/pull/2248
-sed -i '/^#![ ]*\/usr\/bin\/env.*$/ d' glances/__main__.py
-
-# remove gitigore
-find -name .gitignore -exec rm -f {} \;
-
%generate_buildrequires
%pyproject_buildrequires -t
diff --git a/sources b/sources
index 819f907..4878789 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (glances-3.3.1.tar.gz) = 4c75000552d7736a010edd9f5ca8afc9ff2a48efc5603d363bf3d3d396980a345480c0afd16b3822f1ae9519584bc076be37390bc2c5477285bda15a93d82bf8
+SHA512 (glances-3.4.0.tar.gz) = dca16ac5116e79979e850dac340d9160afeb066b68ca30021797bdd6ada0a69c609f11e1aa10b7b03c671098a5229b404aed4879f012de881e8e4670dae0d7b2
^ 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: Update to 3.4.0 Ali Erdinc Koroglu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox