Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] glances: update to 3.2.7.
@ 2022-08-13 15:43 icp1994
  2022-08-13 16:15 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: icp1994 @ 2022-08-13 15:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 472 bytes --]

There is a new pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages glances
https://github.com/void-linux/void-packages/pull/38659

glances: update to 3.2.7.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

A patch file from https://github.com/void-linux/void-packages/pull/38659.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-glances-38659.patch --]
[-- Type: text/x-diff, Size: 2975 bytes --]

From 09868a033cdea3758cc9c30cfeced61320b42426 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 13 Aug 2022 21:11:08 +0530
Subject: [PATCH] glances: update to 3.2.7.

---
 srcpkgs/glances/patches/no-check-update.patch | 22 ++++++++++++-------
 srcpkgs/glances/template                      |  7 +++---
 2 files changed, 18 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/glances/patches/no-check-update.patch b/srcpkgs/glances/patches/no-check-update.patch
index d7d3a149fc18..7b334f1551ff 100644
--- a/srcpkgs/glances/patches/no-check-update.patch
+++ b/srcpkgs/glances/patches/no-check-update.patch
@@ -1,6 +1,6 @@
 --- a/glances/main.py
 +++ b/glances/main.py
-@@ -109,6 +109,7 @@
+@@ -97,6 +97,7 @@
          """Manage the command line arguments."""
          # Read the command line arguments
          self.args = self.parse_args()
@@ -8,11 +8,17 @@
  
      def init_args(self):
          """Init all the command line arguments."""
-@@ -256,8 +257,6 @@
-         parser.add_argument('--theme-white', action='store_true', default=False,
-                             dest='theme_white', help='optimize display colors for white background')
+@@ -514,13 +515,6 @@
+         )
          # Globals options
--        parser.add_argument('--disable-check-update', action='store_true', default=False,
--                            dest='disable_check_update', help='disable online Glances version ckeck')
-         parser.add_argument('--strftime', dest='strftime_format', default='',
-                             help='strftime format string for displaying current date in standalone mode')
+         parser.add_argument(
+-            '--disable-check-update',
+-            action='store_true',
+-            default=False,
+-            dest='disable_check_update',
+-            help='disable online Glances version ckeck',
+-        )
+-        parser.add_argument(
+             '--strftime',
+             dest='strftime_format',
+             default='',
diff --git a/srcpkgs/glances/template b/srcpkgs/glances/template
index f6576497929e..5bfb6a87b0d0 100644
--- a/srcpkgs/glances/template
+++ b/srcpkgs/glances/template
@@ -1,7 +1,7 @@
 # Template file for 'glances'
 pkgname=glances
-version=3.2.4.2
-revision=2
+version=3.2.7
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-future python3-psutil python3-defusedxml python3-packaging"
@@ -10,8 +10,9 @@ short_desc="Cross-platform curses-based monitoring tool"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/nicolargo/glances"
+changelog="https://raw.githubusercontent.com/nicolargo/glances/develop/NEWS.rst"
 distfiles="https://github.com/nicolargo/glances/archive/v${version}.tar.gz"
-checksum=88ac8103d777b2a55cee9418a5940269c640c3ad964ec44de0e9bb80cdbead37
+checksum=8eee819667b39e20f8ba3881dbe5c148146baf2da880a78e5ed184a8f790abd0
 
 post_install() {
 	vsconf conf/glances.conf

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: glances: update to 3.2.7.
  2022-08-13 15:43 [PR PATCH] glances: update to 3.2.7 icp1994
@ 2022-08-13 16:15 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2022-08-13 16:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 321 bytes --]

There's a merged pull request on the void-packages repository

glances: update to 3.2.7.
https://github.com/void-linux/void-packages/pull/38659

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-13 16:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-13 15:43 [PR PATCH] glances: update to 3.2.7 icp1994
2022-08-13 16:15 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).