Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] glances: update to 3.1.7.
@ 2021-05-31 10:50 Piraty
  2021-05-31 11:23 ` [PR PATCH] [Updated] " Piraty
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Piraty @ 2021-05-31 10:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Piraty/void-packages glances-3.1.7
https://github.com/void-linux/void-packages/pull/31229

glances: update to 3.1.7.
<!-- Mark items with [x] where applicable -->

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR



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

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

From a136c1e6fc413e73c4666424b1dee23b40e49aa7 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 31 May 2021 12:49:33 +0200
Subject: [PATCH] glances: update to 3.1.7.

---
 srcpkgs/glances/patches/no-check-update.patch | 13 +++++++++++++
 srcpkgs/glances/template                      |  4 ++--
 2 files changed, 15 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/glances/patches/no-check-update.patch

diff --git a/srcpkgs/glances/patches/no-check-update.patch b/srcpkgs/glances/patches/no-check-update.patch
new file mode 100644
index 000000000000..0c0635535fbd
--- /dev/null
+++ b/srcpkgs/glances/patches/no-check-update.patch
@@ -0,0 +1,13 @@
+disable update check
+
+--- glances/main.py
++++ glances/main.py
+@@ -252,7 +252,7 @@
+         parser.add_argument('--theme-white', action='store_true', default=False,
+                             dest='theme_white', help='optimize display colors for white background')
+         # Globals options
+-        parser.add_argument('--disable-check-update', action='store_true', default=False,
++        parser.add_argument('--disable-check-update', action='store_true', default=True,
+                             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')
diff --git a/srcpkgs/glances/template b/srcpkgs/glances/template
index 58fc1a562089..29bc7790e11d 100644
--- a/srcpkgs/glances/template
+++ b/srcpkgs/glances/template
@@ -1,6 +1,6 @@
 # Template file for 'glances'
 pkgname=glances
-version=3.1.6.2
+version=3.1.7
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,7 +11,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/nicolargo/glances"
 distfiles="https://github.com/nicolargo/glances/archive/v${version}.tar.gz"
-checksum=1eddc35a887159096eb4ca3e09dd144f5e60f4879b1e662478dbc18b39d77817
+checksum=5839a110af35af35b7a1d30c15e59c59359480c2eaec852d30480c96b8cf8d76
 
 post_install() {
 	vsconf conf/glances.conf

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

* Re: [PR PATCH] [Updated] glances: update to 3.1.7.
  2021-05-31 10:50 [PR PATCH] glances: update to 3.1.7 Piraty
@ 2021-05-31 11:23 ` Piraty
  2021-05-31 11:24 ` Piraty
  2021-06-08 19:28 ` [PR PATCH] [Merged]: " Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: Piraty @ 2021-05-31 11:23 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Piraty against master on the void-packages repository

https://github.com/Piraty/void-packages glances-3.1.7
https://github.com/void-linux/void-packages/pull/31229

glances: update to 3.1.7.
<!-- Mark items with [x] where applicable -->

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR



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

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

From 3af453fcd89539668e8eb390005c0a0aa78904ce Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 31 May 2021 12:49:33 +0200
Subject: [PATCH] glances: update to 3.1.7.

---
 srcpkgs/glances/patches/no-check-update.patch | 22 +++++++++++++++++++
 srcpkgs/glances/template                      |  4 ++--
 2 files changed, 24 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/glances/patches/no-check-update.patch

diff --git a/srcpkgs/glances/patches/no-check-update.patch b/srcpkgs/glances/patches/no-check-update.patch
new file mode 100644
index 000000000000..49f4a56191f2
--- /dev/null
+++ b/srcpkgs/glances/patches/no-check-update.patch
@@ -0,0 +1,22 @@
+--- glances/main.py
++++ glances/main.py
+@@ -109,6 +109,7 @@
+         """Manage the command line arguments."""
+         # Read the command line arguments
+         self.args = self.parse_args()
++        self.args.disable_check_update = False
+ 
+     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')
+         # 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')
+ 
+Only in glances-3.1.7/glances: main.py.orig
+Only in glances-3.1.7/glances: main.py.rej
+Only in glances-3.1.7: no-check-update.patch
diff --git a/srcpkgs/glances/template b/srcpkgs/glances/template
index 58fc1a562089..29bc7790e11d 100644
--- a/srcpkgs/glances/template
+++ b/srcpkgs/glances/template
@@ -1,6 +1,6 @@
 # Template file for 'glances'
 pkgname=glances
-version=3.1.6.2
+version=3.1.7
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,7 +11,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/nicolargo/glances"
 distfiles="https://github.com/nicolargo/glances/archive/v${version}.tar.gz"
-checksum=1eddc35a887159096eb4ca3e09dd144f5e60f4879b1e662478dbc18b39d77817
+checksum=5839a110af35af35b7a1d30c15e59c59359480c2eaec852d30480c96b8cf8d76
 
 post_install() {
 	vsconf conf/glances.conf

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

* Re: [PR PATCH] [Updated] glances: update to 3.1.7.
  2021-05-31 10:50 [PR PATCH] glances: update to 3.1.7 Piraty
  2021-05-31 11:23 ` [PR PATCH] [Updated] " Piraty
@ 2021-05-31 11:24 ` Piraty
  2021-06-08 19:28 ` [PR PATCH] [Merged]: " Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: Piraty @ 2021-05-31 11:24 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Piraty against master on the void-packages repository

https://github.com/Piraty/void-packages glances-3.1.7
https://github.com/void-linux/void-packages/pull/31229

glances: update to 3.1.7.
<!-- Mark items with [x] where applicable -->

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR



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

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

From 940074737dcc1d221ef638e29c27d7fcf8e70050 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 31 May 2021 12:49:33 +0200
Subject: [PATCH] glances: update to 3.1.7.

---
 srcpkgs/glances/patches/no-check-update.patch | 18 ++++++++++++++++++
 srcpkgs/glances/template                      |  4 ++--
 2 files changed, 20 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/glances/patches/no-check-update.patch

diff --git a/srcpkgs/glances/patches/no-check-update.patch b/srcpkgs/glances/patches/no-check-update.patch
new file mode 100644
index 000000000000..513369afdb7c
--- /dev/null
+++ b/srcpkgs/glances/patches/no-check-update.patch
@@ -0,0 +1,18 @@
+--- glances/main.py
++++ glances/main.py
+@@ -109,6 +109,7 @@
+         """Manage the command line arguments."""
+         # Read the command line arguments
+         self.args = self.parse_args()
++        self.args.disable_check_update = False
+ 
+     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')
+         # 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')
diff --git a/srcpkgs/glances/template b/srcpkgs/glances/template
index 58fc1a562089..29bc7790e11d 100644
--- a/srcpkgs/glances/template
+++ b/srcpkgs/glances/template
@@ -1,6 +1,6 @@
 # Template file for 'glances'
 pkgname=glances
-version=3.1.6.2
+version=3.1.7
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,7 +11,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/nicolargo/glances"
 distfiles="https://github.com/nicolargo/glances/archive/v${version}.tar.gz"
-checksum=1eddc35a887159096eb4ca3e09dd144f5e60f4879b1e662478dbc18b39d77817
+checksum=5839a110af35af35b7a1d30c15e59c59359480c2eaec852d30480c96b8cf8d76
 
 post_install() {
 	vsconf conf/glances.conf

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

* Re: [PR PATCH] [Merged]: glances: update to 3.1.7.
  2021-05-31 10:50 [PR PATCH] glances: update to 3.1.7 Piraty
  2021-05-31 11:23 ` [PR PATCH] [Updated] " Piraty
  2021-05-31 11:24 ` Piraty
@ 2021-06-08 19:28 ` Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: Piraty @ 2021-06-08 19:28 UTC (permalink / raw)
  To: ml

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

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

glances: update to 3.1.7.
https://github.com/void-linux/void-packages/pull/31229

Description:
<!-- Mark items with [x] where applicable -->

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR



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

end of thread, other threads:[~2021-06-08 19:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-31 10:50 [PR PATCH] glances: update to 3.1.7 Piraty
2021-05-31 11:23 ` [PR PATCH] [Updated] " Piraty
2021-05-31 11:24 ` Piraty
2021-06-08 19:28 ` [PR PATCH] [Merged]: " Piraty

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).