Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] configshell-fb: update to 1.1.30.
@ 2023-11-23 16:39 Luciogi
  2023-11-27 12:00 ` [PR PATCH] [Updated] configshell-fb: update to 1.1.30, disable tests Luciogi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Luciogi @ 2023-11-23 16:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Luciogi/void-packages configshell-fb
https://github.com/void-linux/void-packages/pull/47370

configshell-fb: update to 1.1.30.
#### Testing the changes
- I tested the changes in this PR: **YES**

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


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

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

From a0c44236b8cf4784cfaac5a96427dc07c74c478e Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Thu, 23 Nov 2023 21:35:23 +0500
Subject: [PATCH] configshell-fb: update to 1.1.30.

---
 srcpkgs/configshell-fb/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/configshell-fb/template b/srcpkgs/configshell-fb/template
index f198b1c1ceb1a..9f95912e677f6 100644
--- a/srcpkgs/configshell-fb/template
+++ b/srcpkgs/configshell-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'configshell-fb'
 pkgname=configshell-fb
-version=1.1.29
-revision=4
+version=1.1.30
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-six python3-urwid python3-parsing"
@@ -11,4 +11,5 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/open-iscsi/configshell-fb"
 distfiles="https://github.com/open-iscsi/configshell-fb/archive/v${version}.tar.gz"
-checksum=24b47284b463dcfb9ee0c1558827e13442127e62fa279b6e0253f136cf49058c
+checksum=44696b92bea2b44c1d0bf2828477dddeb3b4dfb312ad82ce06d7b704c0985e27
+make_check=no # no tests to run

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

* Re: [PR PATCH] [Updated] configshell-fb: update to 1.1.30, disable tests
  2023-11-23 16:39 [PR PATCH] configshell-fb: update to 1.1.30 Luciogi
@ 2023-11-27 12:00 ` Luciogi
  2024-02-26  1:45 ` github-actions
  2024-03-06 16:02 ` [PR PATCH] [Closed]: " Luciogi
  2 siblings, 0 replies; 4+ messages in thread
From: Luciogi @ 2023-11-27 12:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Luciogi/void-packages configshell-fb
https://github.com/void-linux/void-packages/pull/47370

configshell-fb: update to 1.1.30, disable tests
#### Testing the changes
- I tested the changes in this PR: **YES**

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


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

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

From 913f8433bc3858523cc38c2809afd1b7e1b216c1 Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Thu, 23 Nov 2023 21:35:23 +0500
Subject: [PATCH] configshell-fb: update to 1.1.30, disable tests

---
 srcpkgs/configshell-fb/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/configshell-fb/template b/srcpkgs/configshell-fb/template
index f198b1c1ceb1a..9f95912e677f6 100644
--- a/srcpkgs/configshell-fb/template
+++ b/srcpkgs/configshell-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'configshell-fb'
 pkgname=configshell-fb
-version=1.1.29
-revision=4
+version=1.1.30
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-six python3-urwid python3-parsing"
@@ -11,4 +11,5 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/open-iscsi/configshell-fb"
 distfiles="https://github.com/open-iscsi/configshell-fb/archive/v${version}.tar.gz"
-checksum=24b47284b463dcfb9ee0c1558827e13442127e62fa279b6e0253f136cf49058c
+checksum=44696b92bea2b44c1d0bf2828477dddeb3b4dfb312ad82ce06d7b704c0985e27
+make_check=no # no tests to run

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

* Re: configshell-fb: update to 1.1.30, disable tests
  2023-11-23 16:39 [PR PATCH] configshell-fb: update to 1.1.30 Luciogi
  2023-11-27 12:00 ` [PR PATCH] [Updated] configshell-fb: update to 1.1.30, disable tests Luciogi
@ 2024-02-26  1:45 ` github-actions
  2024-03-06 16:02 ` [PR PATCH] [Closed]: " Luciogi
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2024-02-26  1:45 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/47370#issuecomment-1963177472

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: configshell-fb: update to 1.1.30, disable tests
  2023-11-23 16:39 [PR PATCH] configshell-fb: update to 1.1.30 Luciogi
  2023-11-27 12:00 ` [PR PATCH] [Updated] configshell-fb: update to 1.1.30, disable tests Luciogi
  2024-02-26  1:45 ` github-actions
@ 2024-03-06 16:02 ` Luciogi
  2 siblings, 0 replies; 4+ messages in thread
From: Luciogi @ 2024-03-06 16:02 UTC (permalink / raw)
  To: ml

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

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

configshell-fb: update to 1.1.30, disable tests
https://github.com/void-linux/void-packages/pull/47370

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

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


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

end of thread, other threads:[~2024-03-06 16:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-23 16:39 [PR PATCH] configshell-fb: update to 1.1.30 Luciogi
2023-11-27 12:00 ` [PR PATCH] [Updated] configshell-fb: update to 1.1.30, disable tests Luciogi
2024-02-26  1:45 ` github-actions
2024-03-06 16:02 ` [PR PATCH] [Closed]: " Luciogi

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