public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: aekoroglu <ali.erdinc.koroglu@intel.com>
To: git-commits@fedoraproject.org
Subject: [rpms/glances] epel10: update to 3.2.6.4
Date: Sun, 30 Aug 2026 14:23:29 GMT	[thread overview]
Message-ID: <178809980917.1.7804599023111139254.rpms-glances-b70297382581@fedoraproject.org> (raw)

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)

                 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=178809980917.1.7804599023111139254.rpms-glances-b70297382581@fedoraproject.org \
    --to=ali.erdinc.koroglu@intel.com \
    --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