Github messages for voidlinux
 help / color / mirror / Atom feed
From: icp1994 <icp1994@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] glances: update to 3.2.7.
Date: Sat, 13 Aug 2022 17:43:13 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38659@inbox.vuxu.org> (raw)

[-- 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

             reply	other threads:[~2022-08-13 15:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-13 15:43 icp1994 [this message]
2022-08-13 16:15 ` [PR PATCH] [Merged]: " classabbyamp

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38659@inbox.vuxu.org \
    --to=icp1994@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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;
as well as URLs for NNTP newsgroup(s).