* [PR PATCH] rclone: update to 1.67.0
@ 2024-07-10 0:08 tuxliban
2024-07-10 19:47 ` r-ricci
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: tuxliban @ 2024-07-10 0:08 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1233 bytes --]
There is a new pull request by tuxliban against master on the void-packages repository
https://github.com/tuxliban/void-packages rclone
https://github.com/void-linux/void-packages/pull/51185
rclone: update to 1.67.0
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, **x86_64-musl**
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- i686
- x86_64
- armv6l
@r-ricci
A patch file from https://github.com/void-linux/void-packages/pull/51185.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rclone-51185.patch --]
[-- Type: text/x-diff, Size: 995 bytes --]
From 1e07b425009629277cbc3810f3fa7bec1b835523 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?O=2E=20S=C3=A1nchez?= <o-sanchez@linuxmail.org>
Date: Tue, 9 Jul 2024 18:03:31 -0600
Subject: [PATCH] rclone: update to 1.67.0
---
srcpkgs/rclone/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/rclone/template b/srcpkgs/rclone/template
index 348d3ec9910f3a..95d65cbec851d8 100644
--- a/srcpkgs/rclone/template
+++ b/srcpkgs/rclone/template
@@ -1,6 +1,6 @@
# Template file for 'rclone'
pkgname=rclone
-version=1.66.0
+version=1.67.0
revision=1
build_style=go
build_helper=qemu
@@ -15,7 +15,7 @@ license="MIT"
homepage="https://rclone.org/"
changelog="https://rclone.org/changelog/"
distfiles="https://downloads.rclone.org/v${version}/rclone-v${version}.tar.gz"
-checksum=6d623f0fac370b54152399de17aaf49835a2703db0f59a40e411e3a1559a065d
+checksum=f3863ef3fcbcc0aa0ca00c6bf1c099be9470df360751912db5c9021d3e549d10
# some tests fail on CI
make_check=ci-skip
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: rclone: update to 1.67.0
2024-07-10 0:08 [PR PATCH] rclone: update to 1.67.0 tuxliban
@ 2024-07-10 19:47 ` r-ricci
2024-08-09 17:47 ` ahesford
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: r-ricci @ 2024-07-10 19:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 403 bytes --]
New comment by r-ricci on void-packages repository
https://github.com/void-linux/void-packages/pull/51185#issuecomment-2221297684
Comment:
You should create a symlink for the new git-annex integration to work, or, if you want, update git-annex (see <https://rclone.org/commands/rclone_gitannex/>).
Apart from that, this update looks fine, but I'm a bit busy at the moment and I didn't test anything.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: rclone: update to 1.67.0
2024-07-10 0:08 [PR PATCH] rclone: update to 1.67.0 tuxliban
2024-07-10 19:47 ` r-ricci
@ 2024-08-09 17:47 ` ahesford
2024-08-16 11:50 ` tuxliban
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2024-08-09 17:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 309 bytes --]
New comment by ahesford on void-packages repository
https://github.com/void-linux/void-packages/pull/51185#issuecomment-2278440323
Comment:
I don't think the package should ship a git-annex symlink as described in the link. I'll leave it to the PR author to decide whether updating git-annex is worthwhile.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: rclone: update to 1.67.0
2024-07-10 0:08 [PR PATCH] rclone: update to 1.67.0 tuxliban
2024-07-10 19:47 ` r-ricci
2024-08-09 17:47 ` ahesford
@ 2024-08-16 11:50 ` tuxliban
2024-08-16 11:55 ` ahesford
2024-08-16 11:56 ` [PR PATCH] [Merged]: " ahesford
4 siblings, 0 replies; 6+ messages in thread
From: tuxliban @ 2024-08-16 11:50 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 648 bytes --]
New comment by tuxliban on void-packages repository
https://github.com/void-linux/void-packages/pull/51185#issuecomment-2293364998
Comment:
> I don't think the package should ship a git-annex symlink as described in the link. I'll leave it to the PR author to decide whether updating git-annex is worthwhile.
I think that since this is a new command for rclone and has not been sufficiently tested as indicated in [point 3](https://rclone.org/commands/rclone_gitannex/), perhaps it would be ideal to omit the symlink.
Otherwise, the user could also be notified through a README.voidlinux file that the symlink could optionally be performed.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: rclone: update to 1.67.0
2024-07-10 0:08 [PR PATCH] rclone: update to 1.67.0 tuxliban
` (2 preceding siblings ...)
2024-08-16 11:50 ` tuxliban
@ 2024-08-16 11:55 ` ahesford
2024-08-16 11:56 ` [PR PATCH] [Merged]: " ahesford
4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2024-08-16 11:55 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 261 bytes --]
New comment by ahesford on void-packages repository
https://github.com/void-linux/void-packages/pull/51185#issuecomment-2293371997
Comment:
`README.voidlinux` is for documentation of Void-specific details. Upstream already discussed the need for such a link.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Merged]: rclone: update to 1.67.0
2024-07-10 0:08 [PR PATCH] rclone: update to 1.67.0 tuxliban
` (3 preceding siblings ...)
2024-08-16 11:55 ` ahesford
@ 2024-08-16 11:56 ` ahesford
4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2024-08-16 11:56 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1081 bytes --]
There's a merged pull request on the void-packages repository
rclone: update to 1.67.0
https://github.com/void-linux/void-packages/pull/51185
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, **x86_64-musl**
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- i686
- x86_64
- armv6l
@r-ricci
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-08-16 11:56 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-10 0:08 [PR PATCH] rclone: update to 1.67.0 tuxliban
2024-07-10 19:47 ` r-ricci
2024-08-09 17:47 ` ahesford
2024-08-16 11:50 ` tuxliban
2024-08-16 11:55 ` ahesford
2024-08-16 11:56 ` [PR PATCH] [Merged]: " ahesford
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).