Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] trash-cli: update to 0.21.10.24.
@ 2022-03-09 22:13 MouadCharradi
  2022-03-10 10:42 ` tibequadorian
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: MouadCharradi @ 2022-03-09 22:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MouadCharradi/void-packages trash-cli
https://github.com/void-linux/void-packages/pull/36071

trash-cli: update to 0.21.10.24.
#### 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-glibc


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

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

From 89b7397d19dc616f762127f352eb8662d95b175b Mon Sep 17 00:00:00 2001
From: MouadCharradi <charradimouad58@gmail.com>
Date: Wed, 9 Mar 2022 23:11:20 +0100
Subject: [PATCH] trash-cli: update to 0.21.10.24.

---
 srcpkgs/trash-cli/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index d093cfcd1a25..0faf52754bcb 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -1,7 +1,7 @@
 # Template file for 'trash-cli'
 pkgname=trash-cli
-version=0.20.12.26
-revision=2
+version=0.21.10.24
+revision=1
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3-psutil"
@@ -11,4 +11,8 @@ maintainer="Anjandev Momi <anjan@momi.ca>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/andreafrancia/trash-cli"
 distfiles="https://github.com/andreafrancia/trash-cli/archive/${version}.tar.gz"
-checksum=06173eaca9b7fbda661ac7d84f900c7f4d17db5dd6ee4b3617bcf2182cde0f31
+checksum=37601b714b9a42b217765c6eb7ae20b36796b92c642feea6bd275e1c702799ed
+
+do_check() {
+	python3 -m pytest -k 'not test_help'
+}

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

* Re: trash-cli: update to 0.21.10.24.
  2022-03-09 22:13 [PR PATCH] trash-cli: update to 0.21.10.24 MouadCharradi
@ 2022-03-10 10:42 ` tibequadorian
  2022-03-17 18:51 ` [PR PATCH] [Updated] " MouadCharradi
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: tibequadorian @ 2022-03-10 10:42 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36071#issuecomment-1063912335

Comment:
Look at #32178

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

* Re: [PR PATCH] [Updated] trash-cli: update to 0.21.10.24.
  2022-03-09 22:13 [PR PATCH] trash-cli: update to 0.21.10.24 MouadCharradi
  2022-03-10 10:42 ` tibequadorian
@ 2022-03-17 18:51 ` MouadCharradi
  2022-03-17 18:52 ` MouadCharradi
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: MouadCharradi @ 2022-03-17 18:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MouadCharradi/void-packages trash-cli
https://github.com/void-linux/void-packages/pull/36071

trash-cli: update to 0.21.10.24.
#### 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-glibc


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

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

From 89b7397d19dc616f762127f352eb8662d95b175b Mon Sep 17 00:00:00 2001
From: MouadCharradi <charradimouad58@gmail.com>
Date: Wed, 9 Mar 2022 23:11:20 +0100
Subject: [PATCH 1/2] trash-cli: update to 0.21.10.24.

---
 srcpkgs/trash-cli/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index d093cfcd1a25..0faf52754bcb 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -1,7 +1,7 @@
 # Template file for 'trash-cli'
 pkgname=trash-cli
-version=0.20.12.26
-revision=2
+version=0.21.10.24
+revision=1
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3-psutil"
@@ -11,4 +11,8 @@ maintainer="Anjandev Momi <anjan@momi.ca>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/andreafrancia/trash-cli"
 distfiles="https://github.com/andreafrancia/trash-cli/archive/${version}.tar.gz"
-checksum=06173eaca9b7fbda661ac7d84f900c7f4d17db5dd6ee4b3617bcf2182cde0f31
+checksum=37601b714b9a42b217765c6eb7ae20b36796b92c642feea6bd275e1c702799ed
+
+do_check() {
+	python3 -m pytest -k 'not test_help'
+}

From 704103a8beb15b6b5219ea82ed58367dd302e54c Mon Sep 17 00:00:00 2001
From: MouadCharradi <charradimouad58@gmail.com>
Date: Thu, 17 Mar 2022 19:51:07 +0100
Subject: [PATCH 2/2] added python3-setuptools dependency

---
 srcpkgs/trash-cli/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index 0faf52754bcb..4d979974c536 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -3,7 +3,7 @@ pkgname=trash-cli
 version=0.21.10.24
 revision=1
 build_style=python3-module
-hostmakedepends="python3"
+hostmakedepends="python3 python3-setuptools"
 depends="python3-psutil"
 checkdepends="$depends python3-pytest python3-six python3-mock"
 short_desc="Command line interface to the freedesktop.org trashcan"

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

* Re: [PR PATCH] [Updated] trash-cli: update to 0.21.10.24.
  2022-03-09 22:13 [PR PATCH] trash-cli: update to 0.21.10.24 MouadCharradi
  2022-03-10 10:42 ` tibequadorian
  2022-03-17 18:51 ` [PR PATCH] [Updated] " MouadCharradi
@ 2022-03-17 18:52 ` MouadCharradi
  2022-03-17 19:04 ` MouadCharradi
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: MouadCharradi @ 2022-03-17 18:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MouadCharradi/void-packages trash-cli
https://github.com/void-linux/void-packages/pull/36071

trash-cli: update to 0.21.10.24.
#### 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-glibc


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

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

From 89b7397d19dc616f762127f352eb8662d95b175b Mon Sep 17 00:00:00 2001
From: MouadCharradi <charradimouad58@gmail.com>
Date: Wed, 9 Mar 2022 23:11:20 +0100
Subject: [PATCH 1/2] trash-cli: update to 0.21.10.24.

---
 srcpkgs/trash-cli/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index d093cfcd1a25..0faf52754bcb 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -1,7 +1,7 @@
 # Template file for 'trash-cli'
 pkgname=trash-cli
-version=0.20.12.26
-revision=2
+version=0.21.10.24
+revision=1
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3-psutil"
@@ -11,4 +11,8 @@ maintainer="Anjandev Momi <anjan@momi.ca>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/andreafrancia/trash-cli"
 distfiles="https://github.com/andreafrancia/trash-cli/archive/${version}.tar.gz"
-checksum=06173eaca9b7fbda661ac7d84f900c7f4d17db5dd6ee4b3617bcf2182cde0f31
+checksum=37601b714b9a42b217765c6eb7ae20b36796b92c642feea6bd275e1c702799ed
+
+do_check() {
+	python3 -m pytest -k 'not test_help'
+}

From 704103a8beb15b6b5219ea82ed58367dd302e54c Mon Sep 17 00:00:00 2001
From: MouadCharradi <charradimouad58@gmail.com>
Date: Thu, 17 Mar 2022 19:51:07 +0100
Subject: [PATCH 2/2] added python3-setuptools dependency

---
 srcpkgs/trash-cli/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index 0faf52754bcb..4d979974c536 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -3,7 +3,7 @@ pkgname=trash-cli
 version=0.21.10.24
 revision=1
 build_style=python3-module
-hostmakedepends="python3"
+hostmakedepends="python3 python3-setuptools"
 depends="python3-psutil"
 checkdepends="$depends python3-pytest python3-six python3-mock"
 short_desc="Command line interface to the freedesktop.org trashcan"

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

* Re: [PR PATCH] [Updated] trash-cli: update to 0.21.10.24.
  2022-03-09 22:13 [PR PATCH] trash-cli: update to 0.21.10.24 MouadCharradi
                   ` (2 preceding siblings ...)
  2022-03-17 18:52 ` MouadCharradi
@ 2022-03-17 19:04 ` MouadCharradi
  2022-03-17 19:09 ` MouadCharradi
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: MouadCharradi @ 2022-03-17 19:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MouadCharradi/void-packages trash-cli
https://github.com/void-linux/void-packages/pull/36071

trash-cli: update to 0.21.10.24.
#### 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-glibc


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

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

From 89b7397d19dc616f762127f352eb8662d95b175b Mon Sep 17 00:00:00 2001
From: MouadCharradi <charradimouad58@gmail.com>
Date: Wed, 9 Mar 2022 23:11:20 +0100
Subject: [PATCH 1/3] trash-cli: update to 0.21.10.24.

---
 srcpkgs/trash-cli/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index d093cfcd1a25..0faf52754bcb 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -1,7 +1,7 @@
 # Template file for 'trash-cli'
 pkgname=trash-cli
-version=0.20.12.26
-revision=2
+version=0.21.10.24
+revision=1
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3-psutil"
@@ -11,4 +11,8 @@ maintainer="Anjandev Momi <anjan@momi.ca>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/andreafrancia/trash-cli"
 distfiles="https://github.com/andreafrancia/trash-cli/archive/${version}.tar.gz"
-checksum=06173eaca9b7fbda661ac7d84f900c7f4d17db5dd6ee4b3617bcf2182cde0f31
+checksum=37601b714b9a42b217765c6eb7ae20b36796b92c642feea6bd275e1c702799ed
+
+do_check() {
+	python3 -m pytest -k 'not test_help'
+}

From 704103a8beb15b6b5219ea82ed58367dd302e54c Mon Sep 17 00:00:00 2001
From: MouadCharradi <charradimouad58@gmail.com>
Date: Thu, 17 Mar 2022 19:51:07 +0100
Subject: [PATCH 2/3] added python3-setuptools dependency

---
 srcpkgs/trash-cli/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index 0faf52754bcb..4d979974c536 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -3,7 +3,7 @@ pkgname=trash-cli
 version=0.21.10.24
 revision=1
 build_style=python3-module
-hostmakedepends="python3"
+hostmakedepends="python3 python3-setuptools"
 depends="python3-psutil"
 checkdepends="$depends python3-pytest python3-six python3-mock"
 short_desc="Command line interface to the freedesktop.org trashcan"

From c2ec86868501f43d1440436c78aa87ffc2e96ca7 Mon Sep 17 00:00:00 2001
From: MouadCharradi <charradimouad58@gmail.com>
Date: Thu, 17 Mar 2022 20:00:34 +0100
Subject: [PATCH 3/3] removed do_check func

---
 srcpkgs/trash-cli/template | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index 4d979974c536..19f892b82624 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -12,7 +12,3 @@ license="GPL-2.0-or-later"
 homepage="https://github.com/andreafrancia/trash-cli"
 distfiles="https://github.com/andreafrancia/trash-cli/archive/${version}.tar.gz"
 checksum=37601b714b9a42b217765c6eb7ae20b36796b92c642feea6bd275e1c702799ed
-
-do_check() {
-	python3 -m pytest -k 'not test_help'
-}

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

* Re: [PR PATCH] [Updated] trash-cli: update to 0.21.10.24.
  2022-03-09 22:13 [PR PATCH] trash-cli: update to 0.21.10.24 MouadCharradi
                   ` (3 preceding siblings ...)
  2022-03-17 19:04 ` MouadCharradi
@ 2022-03-17 19:09 ` MouadCharradi
  2022-03-23 13:14 ` [PR REVIEW] " tibequadorian
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: MouadCharradi @ 2022-03-17 19:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MouadCharradi/void-packages trash-cli
https://github.com/void-linux/void-packages/pull/36071

trash-cli: update to 0.21.10.24.
#### 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-glibc


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

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

From 89b7397d19dc616f762127f352eb8662d95b175b Mon Sep 17 00:00:00 2001
From: MouadCharradi <charradimouad58@gmail.com>
Date: Wed, 9 Mar 2022 23:11:20 +0100
Subject: [PATCH 1/4] trash-cli: update to 0.21.10.24.

---
 srcpkgs/trash-cli/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index d093cfcd1a25..0faf52754bcb 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -1,7 +1,7 @@
 # Template file for 'trash-cli'
 pkgname=trash-cli
-version=0.20.12.26
-revision=2
+version=0.21.10.24
+revision=1
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3-psutil"
@@ -11,4 +11,8 @@ maintainer="Anjandev Momi <anjan@momi.ca>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/andreafrancia/trash-cli"
 distfiles="https://github.com/andreafrancia/trash-cli/archive/${version}.tar.gz"
-checksum=06173eaca9b7fbda661ac7d84f900c7f4d17db5dd6ee4b3617bcf2182cde0f31
+checksum=37601b714b9a42b217765c6eb7ae20b36796b92c642feea6bd275e1c702799ed
+
+do_check() {
+	python3 -m pytest -k 'not test_help'
+}

From 704103a8beb15b6b5219ea82ed58367dd302e54c Mon Sep 17 00:00:00 2001
From: MouadCharradi <charradimouad58@gmail.com>
Date: Thu, 17 Mar 2022 19:51:07 +0100
Subject: [PATCH 2/4] added python3-setuptools dependency

---
 srcpkgs/trash-cli/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index 0faf52754bcb..4d979974c536 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -3,7 +3,7 @@ pkgname=trash-cli
 version=0.21.10.24
 revision=1
 build_style=python3-module
-hostmakedepends="python3"
+hostmakedepends="python3 python3-setuptools"
 depends="python3-psutil"
 checkdepends="$depends python3-pytest python3-six python3-mock"
 short_desc="Command line interface to the freedesktop.org trashcan"

From c2ec86868501f43d1440436c78aa87ffc2e96ca7 Mon Sep 17 00:00:00 2001
From: MouadCharradi <charradimouad58@gmail.com>
Date: Thu, 17 Mar 2022 20:00:34 +0100
Subject: [PATCH 3/4] removed do_check func

---
 srcpkgs/trash-cli/template | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index 4d979974c536..19f892b82624 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -12,7 +12,3 @@ license="GPL-2.0-or-later"
 homepage="https://github.com/andreafrancia/trash-cli"
 distfiles="https://github.com/andreafrancia/trash-cli/archive/${version}.tar.gz"
 checksum=37601b714b9a42b217765c6eb7ae20b36796b92c642feea6bd275e1c702799ed
-
-do_check() {
-	python3 -m pytest -k 'not test_help'
-}

From d211cf4d06fcfc46c243d8fa1d6ed50c80bff2db Mon Sep 17 00:00:00 2001
From: MouadCharradi <charradimouad58@gmail.com>
Date: Thu, 17 Mar 2022 20:09:03 +0100
Subject: [PATCH 4/4] skip ci test

---
 srcpkgs/trash-cli/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index 19f892b82624..9892e828921d 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -12,3 +12,4 @@ license="GPL-2.0-or-later"
 homepage="https://github.com/andreafrancia/trash-cli"
 distfiles="https://github.com/andreafrancia/trash-cli/archive/${version}.tar.gz"
 checksum=37601b714b9a42b217765c6eb7ae20b36796b92c642feea6bd275e1c702799ed
+make_check=skip-ci # tests pass locally

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

* Re: [PR REVIEW] trash-cli: update to 0.21.10.24.
  2022-03-09 22:13 [PR PATCH] trash-cli: update to 0.21.10.24 MouadCharradi
                   ` (4 preceding siblings ...)
  2022-03-17 19:09 ` MouadCharradi
@ 2022-03-23 13:14 ` tibequadorian
  2022-04-08 20:14 ` tibequadorian
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: tibequadorian @ 2022-03-23 13:14 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36071#discussion_r833236398

Comment:
The comment is useless because this is what `make_check=skip-ci` implies

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

* Re: trash-cli: update to 0.21.10.24.
  2022-03-09 22:13 [PR PATCH] trash-cli: update to 0.21.10.24 MouadCharradi
                   ` (5 preceding siblings ...)
  2022-03-23 13:14 ` [PR REVIEW] " tibequadorian
@ 2022-04-08 20:14 ` tibequadorian
  2022-06-25  0:28 ` classabbyamp
  2022-06-25  0:28 ` [PR PATCH] [Closed]: " classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: tibequadorian @ 2022-04-08 20:14 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36071#issuecomment-1093315756

Comment:
ping @MouadCharradi 

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

* Re: trash-cli: update to 0.21.10.24.
  2022-03-09 22:13 [PR PATCH] trash-cli: update to 0.21.10.24 MouadCharradi
                   ` (6 preceding siblings ...)
  2022-04-08 20:14 ` tibequadorian
@ 2022-06-25  0:28 ` classabbyamp
  2022-06-25  0:28 ` [PR PATCH] [Closed]: " classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2022-06-25  0:28 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/36071#issuecomment-1166152014

Comment:
superceded by #37347 

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

* Re: [PR PATCH] [Closed]: trash-cli: update to 0.21.10.24.
  2022-03-09 22:13 [PR PATCH] trash-cli: update to 0.21.10.24 MouadCharradi
                   ` (7 preceding siblings ...)
  2022-06-25  0:28 ` classabbyamp
@ 2022-06-25  0:28 ` classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2022-06-25  0:28 UTC (permalink / raw)
  To: ml

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

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

trash-cli: update to 0.21.10.24.
https://github.com/void-linux/void-packages/pull/36071

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


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

end of thread, other threads:[~2022-06-25  0:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-09 22:13 [PR PATCH] trash-cli: update to 0.21.10.24 MouadCharradi
2022-03-10 10:42 ` tibequadorian
2022-03-17 18:51 ` [PR PATCH] [Updated] " MouadCharradi
2022-03-17 18:52 ` MouadCharradi
2022-03-17 19:04 ` MouadCharradi
2022-03-17 19:09 ` MouadCharradi
2022-03-23 13:14 ` [PR REVIEW] " tibequadorian
2022-04-08 20:14 ` tibequadorian
2022-06-25  0:28 ` classabbyamp
2022-06-25  0:28 ` [PR PATCH] [Closed]: " 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).