Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rclone: update to 1.63.0.
@ 2023-07-09 17:30 r-ricci
  2023-07-09 18:36 ` r-ricci
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: r-ricci @ 2023-07-09 17:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/r-ricci/void-packages rclone
https://github.com/void-linux/void-packages/pull/44947

rclone: update to 1.63.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, (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/44947.patch is attached

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

From 5225eb7c48002262709d5d4e0df3314eb6c9f974 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Sun, 9 Jul 2023 14:18:21 +0200
Subject: [PATCH] rclone: update to 1.63.0.

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

diff --git a/srcpkgs/rclone/template b/srcpkgs/rclone/template
index 610732be154f..712ad8aaacf2 100644
--- a/srcpkgs/rclone/template
+++ b/srcpkgs/rclone/template
@@ -1,7 +1,7 @@
 # Template file for 'rclone'
 pkgname=rclone
-version=1.62.2
-revision=2
+version=1.63.0
+revision=1
 build_style=go
 build_helper=qemu
 go_import_path=github.com/rclone/rclone
@@ -13,7 +13,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=340371f94604e6771cc4a2c91e37d1bf00a524deab520340440fb0968e783f63
+checksum=88ed9c876b03d2cc745463903ac5233e441cd56d0d1031906bc8381af11ea0c8
 
 pre_build() {
 	if [ "$CROSS_BUILD" ] && [ "$XBPS_TARGET_LIBC" = musl ]; then

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

* Re: rclone: update to 1.63.0.
  2023-07-09 17:30 [PR PATCH] rclone: update to 1.63.0 r-ricci
@ 2023-07-09 18:36 ` r-ricci
  2023-07-09 19:23 ` icp1994
  2023-07-12 14:01 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: r-ricci @ 2023-07-09 18:36 UTC (permalink / raw)
  To: ml

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

New comment by r-ricci on void-packages repository

https://github.com/void-linux/void-packages/pull/44947#issuecomment-1627791824

Comment:
I can't reproduce the tests failure locally. I don't know why it fails on CI.

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

* Re: rclone: update to 1.63.0.
  2023-07-09 17:30 [PR PATCH] rclone: update to 1.63.0 r-ricci
  2023-07-09 18:36 ` r-ricci
@ 2023-07-09 19:23 ` icp1994
  2023-07-12 14:01 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2023-07-09 19:23 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/44947#issuecomment-1627803054

Comment:
It seems trying to write the config file to disk is causing the errors. FWIW upstream runs [CI tests](https://github.com/rclone/rclone/actions/runs/5423296273/jobs/9861421624#step:12:1) with tag `cmount` so maybe that's worth trying.

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

* Re: [PR PATCH] [Merged]: rclone: update to 1.63.0.
  2023-07-09 17:30 [PR PATCH] rclone: update to 1.63.0 r-ricci
  2023-07-09 18:36 ` r-ricci
  2023-07-09 19:23 ` icp1994
@ 2023-07-12 14:01 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2023-07-12 14:01 UTC (permalink / raw)
  To: ml

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

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

rclone: update to 1.63.0.
https://github.com/void-linux/void-packages/pull/44947

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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-07-12 14:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-09 17:30 [PR PATCH] rclone: update to 1.63.0 r-ricci
2023-07-09 18:36 ` r-ricci
2023-07-09 19:23 ` icp1994
2023-07-12 14:01 ` [PR PATCH] [Merged]: " Duncaen

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