Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] trash-cli: update to 0.21.7.24.
@ 2021-07-24 21:46 TeddyDD
  2021-07-26 19:31 ` ericonr
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: TeddyDD @ 2021-07-24 21:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-trash-cli
https://github.com/void-linux/void-packages/pull/32178

trash-cli: update to 0.21.7.24.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From e582d8a6b68a4990e37b9b375df5ce2cbe7865f1 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sat, 24 Jul 2021 23:44:37 +0200
Subject: [PATCH] trash-cli: update to 0.21.7.24.

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

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index b2819de5e821..01bc03b86a7a 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -1,9 +1,9 @@
 # Template file for 'trash-cli'
 pkgname=trash-cli
-version=0.20.12.26
+version=0.21.7.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"
@@ -11,4 +11,4 @@ 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=f1bc6e26b4cf6206338e9f70692a54db4126a96ef0b2f4f0da26ab4c4cd1d513

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

* Re: trash-cli: update to 0.21.7.24.
  2021-07-24 21:46 [PR PATCH] trash-cli: update to 0.21.7.24 TeddyDD
@ 2021-07-26 19:31 ` ericonr
  2021-07-27 18:01 ` TeddyDD
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-07-26 19:31 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32178#issuecomment-886969494

Comment:
Some tests seem to be expecting failures due to permissions, which won't happen in our CI container. Any chance we could skip those specifically?

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

* Re: trash-cli: update to 0.21.7.24.
  2021-07-24 21:46 [PR PATCH] trash-cli: update to 0.21.7.24 TeddyDD
  2021-07-26 19:31 ` ericonr
@ 2021-07-27 18:01 ` TeddyDD
  2021-07-27 18:12 ` paper42
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: TeddyDD @ 2021-07-27 18:01 UTC (permalink / raw)
  To: ml

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

New comment by TeddyDD on void-packages repository

https://github.com/void-linux/void-packages/pull/32178#issuecomment-887717450

Comment:
I could patch decorators for failing tests

```
@pytest.mark.skip(reason="fails in CI")
```
or we could disable check altogether.

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

* Re: trash-cli: update to 0.21.7.24.
  2021-07-24 21:46 [PR PATCH] trash-cli: update to 0.21.7.24 TeddyDD
  2021-07-26 19:31 ` ericonr
  2021-07-27 18:01 ` TeddyDD
@ 2021-07-27 18:12 ` paper42
  2021-07-30 17:15 ` [PR PATCH] [Updated] " TeddyDD
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: paper42 @ 2021-07-27 18:12 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32178#issuecomment-887724721

Comment:
It is possible to deselect failing tests with `make_check_args="--deselect="tests/test_files.py"` or mark tests broken in CI.

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

* Re: [PR PATCH] [Updated] trash-cli: update to 0.21.7.24.
  2021-07-24 21:46 [PR PATCH] trash-cli: update to 0.21.7.24 TeddyDD
                   ` (2 preceding siblings ...)
  2021-07-27 18:12 ` paper42
@ 2021-07-30 17:15 ` TeddyDD
  2021-07-30 17:22 ` TeddyDD
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: TeddyDD @ 2021-07-30 17:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-trash-cli
https://github.com/void-linux/void-packages/pull/32178

trash-cli: update to 0.21.7.24.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From ea93c9fb1e6b5f6934b035dd93c9d6e7d564df79 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sat, 24 Jul 2021 23:44:37 +0200
Subject: [PATCH] trash-cli: update to 0.21.7.24.

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

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index b2819de5e821..81e21fca8621 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -1,9 +1,11 @@
 # Template file for 'trash-cli'
 pkgname=trash-cli
-version=0.20.12.26
+version=0.21.7.24
 revision=1
 build_style=python3-module
-hostmakedepends="python3"
+make_check_args="--deselect='tests/test_files.py'
+ --deselect='tests/trash_empty.py' --deselect 'tests/test_trash_list.py'" # broken in CI
+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"
@@ -11,4 +13,4 @@ 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=f1bc6e26b4cf6206338e9f70692a54db4126a96ef0b2f4f0da26ab4c4cd1d513

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

* Re: [PR PATCH] [Updated] trash-cli: update to 0.21.7.24.
  2021-07-24 21:46 [PR PATCH] trash-cli: update to 0.21.7.24 TeddyDD
                   ` (3 preceding siblings ...)
  2021-07-30 17:15 ` [PR PATCH] [Updated] " TeddyDD
@ 2021-07-30 17:22 ` TeddyDD
  2021-07-30 17:25 ` TeddyDD
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: TeddyDD @ 2021-07-30 17:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-trash-cli
https://github.com/void-linux/void-packages/pull/32178

trash-cli: update to 0.21.7.24.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 0881fb13325696d0694cf1797849b8e25d253990 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sat, 24 Jul 2021 23:44:37 +0200
Subject: [PATCH] trash-cli: update to 0.21.7.24.

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

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index b2819de5e821..804c7dbe9487 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -1,9 +1,15 @@
 # Template file for 'trash-cli'
 pkgname=trash-cli
-version=0.20.12.26
+version=0.21.7.24
 revision=1
 build_style=python3-module
-hostmakedepends="python3"
+make_check_args="--deselect='tests/test_files.py::Test_make_unreadable_file'
+ --deselect='tests/test_files.py::Test_make_unreadable_dir'
+ --deselect='tests/test_trash_empty.py::TestTrashEmptyCmd'
+ --deselect='tests/test_trash_list.py::Test_describe_trash_list'
+ --deselect='tests/test_files.py::Test_make_unreadable_dir'
+ --deselect='tests/test_trash_empty.py::TestTrashEmptyCmd'" # broken in CI
+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"
@@ -11,4 +17,4 @@ 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=f1bc6e26b4cf6206338e9f70692a54db4126a96ef0b2f4f0da26ab4c4cd1d513

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

* Re: [PR PATCH] [Updated] trash-cli: update to 0.21.7.24.
  2021-07-24 21:46 [PR PATCH] trash-cli: update to 0.21.7.24 TeddyDD
                   ` (4 preceding siblings ...)
  2021-07-30 17:22 ` TeddyDD
@ 2021-07-30 17:25 ` TeddyDD
  2021-08-03 17:53 ` [PR REVIEW] " ericonr
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: TeddyDD @ 2021-07-30 17:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-trash-cli
https://github.com/void-linux/void-packages/pull/32178

trash-cli: update to 0.21.7.24.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 61685456bd98a8226b378567968bdb4fc987caf3 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sat, 24 Jul 2021 23:44:37 +0200
Subject: [PATCH] trash-cli: update to 0.21.7.24.

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

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index b2819de5e821..642d1faa9c43 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -1,9 +1,15 @@
 # Template file for 'trash-cli'
 pkgname=trash-cli
-version=0.20.12.26
+version=0.21.7.24
 revision=1
 build_style=python3-module
-hostmakedepends="python3"
+make_check_args="--deselect='tests/test_files.py::Test_make_unreadable_file' \
+ --deselect='tests/test_files.py::Test_make_unreadable_dir' \
+ --deselect='tests/test_trash_empty.py::TestTrashEmptyCmd' \
+ --deselect='tests/test_trash_list.py::Test_describe_trash_list' \
+ --deselect='tests/test_files.py::Test_make_unreadable_dir' \
+ --deselect='tests/test_trash_empty.py::TestTrashEmptyCmd'" # broken in CI
+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"
@@ -11,4 +17,4 @@ 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=f1bc6e26b4cf6206338e9f70692a54db4126a96ef0b2f4f0da26ab4c4cd1d513

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

* Re: [PR REVIEW] trash-cli: update to 0.21.7.24.
  2021-07-24 21:46 [PR PATCH] trash-cli: update to 0.21.7.24 TeddyDD
                   ` (5 preceding siblings ...)
  2021-07-30 17:25 ` TeddyDD
@ 2021-08-03 17:53 ` ericonr
  2021-08-09 21:16 ` [PR PATCH] [Updated] " TeddyDD
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-08-03 17:53 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32178#discussion_r681978446

Comment:
There are still broken tests; I'd consider doing `make_check=ci-skip` and removing `make_check_args`, if the tests run successfully locally.

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

* Re: [PR PATCH] [Updated] trash-cli: update to 0.21.7.24.
  2021-07-24 21:46 [PR PATCH] trash-cli: update to 0.21.7.24 TeddyDD
                   ` (6 preceding siblings ...)
  2021-08-03 17:53 ` [PR REVIEW] " ericonr
@ 2021-08-09 21:16 ` TeddyDD
  2022-02-11 18:26 ` tibequadorian
  2022-05-29 11:17 ` [PR PATCH] [Closed]: " TeddyDD
  9 siblings, 0 replies; 11+ messages in thread
From: TeddyDD @ 2021-08-09 21:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-trash-cli
https://github.com/void-linux/void-packages/pull/32178

trash-cli: update to 0.21.7.24.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From f07c456a72a30f4536e04082dd761c733c81db20 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sat, 24 Jul 2021 23:44:37 +0200
Subject: [PATCH] trash-cli: update to 0.21.7.24.

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

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index b2819de5e821..e22edf98c992 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -1,9 +1,9 @@
 # Template file for 'trash-cli'
 pkgname=trash-cli
-version=0.20.12.26
+version=0.21.7.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"
@@ -11,4 +11,5 @@ 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=f1bc6e26b4cf6206338e9f70692a54db4126a96ef0b2f4f0da26ab4c4cd1d513
+make_check=ci-skip # tests pass locally

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

* Re: trash-cli: update to 0.21.7.24.
  2021-07-24 21:46 [PR PATCH] trash-cli: update to 0.21.7.24 TeddyDD
                   ` (7 preceding siblings ...)
  2021-08-09 21:16 ` [PR PATCH] [Updated] " TeddyDD
@ 2022-02-11 18:26 ` tibequadorian
  2022-05-29 11:17 ` [PR PATCH] [Closed]: " TeddyDD
  9 siblings, 0 replies; 11+ messages in thread
From: tibequadorian @ 2022-02-11 18:26 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/32178#issuecomment-1036496088

Comment:
New version: 0.21.10.24.

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

* Re: [PR PATCH] [Closed]: trash-cli: update to 0.21.7.24.
  2021-07-24 21:46 [PR PATCH] trash-cli: update to 0.21.7.24 TeddyDD
                   ` (8 preceding siblings ...)
  2022-02-11 18:26 ` tibequadorian
@ 2022-05-29 11:17 ` TeddyDD
  9 siblings, 0 replies; 11+ messages in thread
From: TeddyDD @ 2022-05-29 11:17 UTC (permalink / raw)
  To: ml

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

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

trash-cli: update to 0.21.7.24.
https://github.com/void-linux/void-packages/pull/32178

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

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2022-05-29 11:17 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-24 21:46 [PR PATCH] trash-cli: update to 0.21.7.24 TeddyDD
2021-07-26 19:31 ` ericonr
2021-07-27 18:01 ` TeddyDD
2021-07-27 18:12 ` paper42
2021-07-30 17:15 ` [PR PATCH] [Updated] " TeddyDD
2021-07-30 17:22 ` TeddyDD
2021-07-30 17:25 ` TeddyDD
2021-08-03 17:53 ` [PR REVIEW] " ericonr
2021-08-09 21:16 ` [PR PATCH] [Updated] " TeddyDD
2022-02-11 18:26 ` tibequadorian
2022-05-29 11:17 ` [PR PATCH] [Closed]: " TeddyDD

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