* [PR PATCH] trash-cli: update to 0.24.5.26.
@ 2024-07-29 20:30 icp1994
2024-07-29 20:33 ` [PR PATCH] [Updated] " icp1994
2024-07-30 14:17 ` [PR PATCH] [Merged]: " cinerea0
0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2024-07-29 20:30 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 480 bytes --]
There is a new pull request by icp1994 against master on the void-packages repository
https://github.com/icp1994/void-packages trash-cli
https://github.com/void-linux/void-packages/pull/51533
trash-cli: update to 0.24.5.26.
#### 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**
A patch file from https://github.com/void-linux/void-packages/pull/51533.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-trash-cli-51533.patch --]
[-- Type: text/x-diff, Size: 1319 bytes --]
From 8f54dad00c94a94c1270be99d1725f33126cb1bb Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 11 Jun 2024 00:26:14 +0530
Subject: [PATCH] trash-cli: update to 0.24.5.26.
---
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 2a00a949ef8f03..6c06f9c4df8f19 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -1,8 +1,9 @@
# Template file for 'trash-cli'
pkgname=trash-cli
-version=0.23.11.10
+version=0.24.5.26
revision=1
build_style=python3-pep517
+make_check_args="--ignore=tests/test_put/cmd/e2e/test_on_links_to_dirs.py"
hostmakedepends="python3-wheel"
depends="python3-psutil python3-six"
checkdepends="${depends} python3-pytest-xdist python3-mock
@@ -13,6 +14,6 @@ license="GPL-2.0-or-later"
homepage="https://github.com/andreafrancia/trash-cli"
changelog="https://raw.githubusercontent.com/andreafrancia/trash-cli/master/HISTORY.txt"
distfiles="https://github.com/andreafrancia/trash-cli/archive/refs/tags/${version}.tar.gz"
-checksum=166a5b725c323a801b884b7040877788eefa592866149cf5647ef1fd3a14ceb9
+checksum=1d7dec1ad8f0264ceb1b0211d25fffee99c9409cd2e1d36dcc82ac5540f39ce5
# Can not be run as root
-make_check=ci-skip
+# make_check=ci-skip
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Updated] trash-cli: update to 0.24.5.26.
2024-07-29 20:30 [PR PATCH] trash-cli: update to 0.24.5.26 icp1994
@ 2024-07-29 20:33 ` icp1994
2024-07-30 14:17 ` [PR PATCH] [Merged]: " cinerea0
1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2024-07-29 20:33 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 485 bytes --]
There is an updated pull request by icp1994 against master on the void-packages repository
https://github.com/icp1994/void-packages trash-cli
https://github.com/void-linux/void-packages/pull/51533
trash-cli: update to 0.24.5.26.
#### 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**
A patch file from https://github.com/void-linux/void-packages/pull/51533.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-trash-cli-51533.patch --]
[-- Type: text/x-diff, Size: 1295 bytes --]
From eaa09da028fe43ab968c38347b51ef6019d18844 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 11 Jun 2024 00:26:14 +0530
Subject: [PATCH] trash-cli: update to 0.24.5.26.
---
srcpkgs/trash-cli/template | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index 2a00a949ef8f03..455f27211e8a75 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -1,8 +1,9 @@
# Template file for 'trash-cli'
pkgname=trash-cli
-version=0.23.11.10
+version=0.24.5.26
revision=1
build_style=python3-pep517
+make_check_args="--ignore=tests/test_put/cmd/e2e/test_on_links_to_dirs.py"
hostmakedepends="python3-wheel"
depends="python3-psutil python3-six"
checkdepends="${depends} python3-pytest-xdist python3-mock
@@ -13,6 +14,6 @@ license="GPL-2.0-or-later"
homepage="https://github.com/andreafrancia/trash-cli"
changelog="https://raw.githubusercontent.com/andreafrancia/trash-cli/master/HISTORY.txt"
distfiles="https://github.com/andreafrancia/trash-cli/archive/refs/tags/${version}.tar.gz"
-checksum=166a5b725c323a801b884b7040877788eefa592866149cf5647ef1fd3a14ceb9
+checksum=1d7dec1ad8f0264ceb1b0211d25fffee99c9409cd2e1d36dcc82ac5540f39ce5
# Can not be run as root
make_check=ci-skip
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Merged]: trash-cli: update to 0.24.5.26.
2024-07-29 20:30 [PR PATCH] trash-cli: update to 0.24.5.26 icp1994
2024-07-29 20:33 ` [PR PATCH] [Updated] " icp1994
@ 2024-07-30 14:17 ` cinerea0
1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-07-30 14:17 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 327 bytes --]
There's a merged pull request on the void-packages repository
trash-cli: update to 0.24.5.26.
https://github.com/void-linux/void-packages/pull/51533
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**
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-07-30 14:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-29 20:30 [PR PATCH] trash-cli: update to 0.24.5.26 icp1994
2024-07-29 20:33 ` [PR PATCH] [Updated] " icp1994
2024-07-30 14:17 ` [PR PATCH] [Merged]: " cinerea0
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).