public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glances] f43: Update to 4.5.5
@ 2026-06-16 13:43 Ali Erdinc Koroglu
0 siblings, 0 replies; only message in thread
From: Ali Erdinc Koroglu @ 2026-06-16 13:43 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/glances
Branch : f43
Commit : 7d7b3476808e763f28dda4a8d2ebe916033e6bc9
Author : Ali Erdinc Koroglu <ali.koroglu@oss.qualcomm.com>
Date : 2026-06-16T14:19:45+03:00
Stats : +17/-7 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/glances/c/7d7b3476808e763f28dda4a8d2ebe916033e6bc9?branch=f43
Log:
Update to 4.5.5
---
diff --git a/disable-update-check.patch b/disable-update-check.patch
index 84a9f43..a717664 100644
--- a/disable-update-check.patch
+++ b/disable-update-check.patch
@@ -1,5 +1,5 @@
---- a/glances/standalone.py 2024-11-05 09:59:50.663671257 +0200
-+++ b/glances/standalone.py 2024-11-05 10:02:11.003326973 +0200
+--- a/glances/standalone.py 2026-06-15 10:50:31.348108230 +0300
++++ b/glances/standalone.py 2026-06-15 10:51:22.784914531 +0300
@@ -112,9 +112,6 @@
# It is done in the screen.init function
self._quiet = args.quiet
@@ -26,3 +26,14 @@
- "To disable it permanently, refer config reference at "
- "https://glances.readthedocs.io/en/latest/config.html#syntax"
- )
+--- a/conf/glances.conf 2026-06-15 10:52:53.141760892 +0300
++++ b/conf/glances.conf 2026-06-15 10:53:49.609422848 +0300
+@@ -8,7 +8,7 @@
+ # It is also possible to overwrite it in each plugin sections
+ refresh=2
+ # Does Glances should check if a newer version is available on PyPI ?
+-check_update=true
++#check_update=true
+ # History size (maximum number of values)
+ # Default is 1200 values (~1h with the default refresh rate)
+ history_size=1200
diff --git a/glances.spec b/glances.spec
index 47bd906..408771b 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: 4.3.0.8
+Version: 4.5.5
Release: %autorelease
Summary: A cross-platform system monitoring tool
@@ -38,9 +38,8 @@ Requires: python3-uvicorn
%prep
%autosetup -p1 -n %{name}-%{version}
-# 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 '/packaging/d' requirements.txt
+# pyinstrument
+sed -i '/pyinstrument/d' pyproject.toml
%generate_buildrequires
%pyproject_buildrequires -t
diff --git a/sources b/sources
index 6428c30..00ba594 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (glances-4.3.0.8.tar.gz) = 7217cdfd4f539183c3db2a5742ab5559f3e2e90904d342977ebfb9cd1335152408eacea4fe1c3417e668a997effd5951e4c093dfd692fcfb3769058721842848
+SHA512 (glances-4.5.5.tar.gz) = 2e24ae090c537c3bcbf2b745b35606d362decb4dccdaa7ab7162b627f3e1cfdbeb4c6e9b3c990906b6c0e2a38f136056f3e301ac9663dabc49f774b6207c7763
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-16 13:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-16 13:43 [rpms/glances] f43: Update to 4.5.5 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