public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glances] epel10: update to 3.2.6.4
@ 2026-08-30 14:23 aekoroglu
0 siblings, 0 replies; only message in thread
From: aekoroglu @ 2026-08-30 14:23 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/glances
Branch : epel10
Commit : b702973825814d664e286e8147ace5b96d201253
Author : aekoroglu <ali.erdinc.koroglu@intel.com>
Date : 2022-07-12T13:34:16+03:00
Stats : +6/-25 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/glances/c/b702973825814d664e286e8147ace5b96d201253?branch=epel10
Log:
update to 3.2.6.4
---
diff --git a/glances.spec b/glances.spec
index d814daf..565bcb9 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.2.5
+Version: 3.2.6.4
Release: %autorelease
Summary: A cross-platform curses-based monitoring tool
@@ -22,7 +22,6 @@ Source0: https://github.com/nicolargo/glances/archive/v%{version}/%{name}-%{vers
Source1: %{name}.service
Patch1: disable-update-check.patch
-Patch2: unitest-python3.patch
BuildArch: noarch
@@ -40,6 +39,10 @@ Requires: python3-bottle
%prep
%autosetup -p1 -n %{name}-%{version}
+# update disabled, no need for packaging dep
+sed -i "s/, 'packaging'//" setup.py
+sed -i '/packaging/d' requirements.txt
+
%generate_buildrequires
%pyproject_buildrequires -t
diff --git a/sources b/sources
index afd339a..51371d8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (glances-3.2.5.tar.gz) = ebff1cf893ca4d3e490f4a6b72fa70df0afb4c36ac1b3fa762dcaa47206bc1e613c8d87f1b2fc5cae27636612a89b417ae91d016a129da4ac43a2a8a6f913945
+SHA512 (glances-3.2.6.4.tar.gz) = 21e2a6dacd2181d9b84927365425d4cf7767b73f92949e778c42db68634cf655802c371418c51265c89099bbe11ed130e4b74ca0605601b7703dc0ee992f5417
diff --git a/unitest-python3.patch b/unitest-python3.patch
deleted file mode 100644
index 67bb08e..0000000
--- a/unitest-python3.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/unitest-restful.py 2022-05-06 14:47:44.554391265 +0300
-+++ b/unitest-restful.py 2022-05-06 14:48:19.719234237 +0300
-@@ -64,7 +64,7 @@
- global pid
-
- print('INFO: [TEST_000] Start the Glances Web Server')
-- cmdline = "python -m glances -w -p %s" % SERVER_PORT
-+ cmdline = "python3 -m glances -B localhost -w -p %s" % SERVER_PORT
- print("Run the Glances Web Server on port %s" % SERVER_PORT)
- args = shlex.split(cmdline)
- pid = subprocess.Popen(args)
---- a/unitest-xmlrpc.py 2022-05-06 14:47:54.544346654 +0300
-+++ b/unitest-xmlrpc.py 2022-05-06 14:48:31.281182609 +0300
-@@ -53,7 +53,7 @@
- global pid
-
- print('INFO: [TEST_000] Start the Glances Web Server')
-- cmdline = "python -m glances -s -p %s" % SERVER_PORT
-+ cmdline = "python3 -m glances -B localhost -s -p %s" % SERVER_PORT
- print("Run the Glances Server on port %s" % SERVER_PORT)
- args = shlex.split(cmdline)
- pid = subprocess.Popen(args)
^ 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.2.6.4 aekoroglu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox