Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] borg: update to 1.4.0.
@ 2024-07-04 11:12 Zyrtula
  2024-07-05 21:18 ` [PR REVIEW] " classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Zyrtula @ 2024-07-04 11:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Zyrtula/void-packages borg
https://github.com/void-linux/void-packages/pull/51108

borg: update to 1.4.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### 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
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl



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

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

From a608f9d9b46ec4b59d4872fc98c59d118b32fc86 Mon Sep 17 00:00:00 2001
From: Zyrtula <fk_development@protonmail.com>
Date: Thu, 4 Jul 2024 13:09:57 +0200
Subject: [PATCH] borg: update to 1.4.0.

---
 srcpkgs/borg/template | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template
index 9132fc6b442594..e4854ad59ae96f 100644
--- a/srcpkgs/borg/template
+++ b/srcpkgs/borg/template
@@ -1,11 +1,11 @@
 # Template file for 'borg'
 pkgname=borg
-version=1.2.8
+version=1.4.0
 revision=1
 build_style=python3-module
 make_check_args="-k not((benchmark)or(readonly))"
 make_check_target="build/lib.*/borg/testsuite"
-hostmakedepends="python3-setuptools_scm python3-pkgconfig python3-Cython0.29"
+hostmakedepends="python3-setuptools_scm python3-pkgconfig python3-Cython"
 makedepends="python3-devel openssl-devel acl-devel liblz4-devel
  libzstd-devel xxHash-devel"
 depends="python3-msgpack python3-packaging python3-pyfuse3"
@@ -16,7 +16,7 @@ license="BSD-3-Clause"
 homepage="https://www.borgbackup.org"
 changelog="https://borgbackup.readthedocs.io/en/stable/changes.html#changelog"
 distfiles="${PYPI_SITE}/b/borgbackup/borgbackup-${version}.tar.gz"
-checksum=d39d22b0d2cb745584d68608a179b6c75f7b40e496e96feb789e41d34991f4aa
+checksum=c54c45155643fa66fed7f9ff2d134ea0a58d0ac197c18781ddc2fb236bf6ed29
 
 export BORG_OPENSSL_PREFIX="${XBPS_CROSS_BASE}/usr"
 export BORG_LIBLZ4_PREFIX="${XBPS_CROSS_BASE}/usr"
@@ -35,3 +35,10 @@ post_install() {
 	vcompletion fish/${pkgname}.fish fish
 	vcompletion zsh/_${pkgname} zsh
 }
+
+do_patch() {
+	# Function are_acls_working raises an OSError
+	vsed -i \
+		's/If(not are_acls_working(), /(/' \
+		src/borg/testsuite/platform.py
+}

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

* Re: [PR REVIEW] borg: update to 1.4.0.
  2024-07-04 11:12 [PR PATCH] borg: update to 1.4.0 Zyrtula
@ 2024-07-05 21:18 ` classabbyamp
  2024-07-05 23:30 ` [PR PATCH] [Updated] " Zyrtula
  2024-07-06 16:04 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-07-05 21:18 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/51108#discussion_r1667166538

Comment:
```suggestion
post_patch() {
```
don't override do_patch

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

* Re: [PR PATCH] [Updated] borg: update to 1.4.0.
  2024-07-04 11:12 [PR PATCH] borg: update to 1.4.0 Zyrtula
  2024-07-05 21:18 ` [PR REVIEW] " classabbyamp
@ 2024-07-05 23:30 ` Zyrtula
  2024-07-06 16:04 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: Zyrtula @ 2024-07-05 23:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Zyrtula/void-packages borg
https://github.com/void-linux/void-packages/pull/51108

borg: update to 1.4.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### 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
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl



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

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

From 5969f4dfdcdfc2fa3b058846cb6483e7c1caece9 Mon Sep 17 00:00:00 2001
From: Zyrtula <fk_development@protonmail.com>
Date: Thu, 4 Jul 2024 13:09:57 +0200
Subject: [PATCH] borg: update to 1.4.0.

---
 srcpkgs/borg/template | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template
index 9132fc6b442594..aabf178923d305 100644
--- a/srcpkgs/borg/template
+++ b/srcpkgs/borg/template
@@ -1,11 +1,11 @@
 # Template file for 'borg'
 pkgname=borg
-version=1.2.8
+version=1.4.0
 revision=1
 build_style=python3-module
 make_check_args="-k not((benchmark)or(readonly))"
 make_check_target="build/lib.*/borg/testsuite"
-hostmakedepends="python3-setuptools_scm python3-pkgconfig python3-Cython0.29"
+hostmakedepends="python3-setuptools_scm python3-pkgconfig python3-Cython"
 makedepends="python3-devel openssl-devel acl-devel liblz4-devel
  libzstd-devel xxHash-devel"
 depends="python3-msgpack python3-packaging python3-pyfuse3"
@@ -16,7 +16,7 @@ license="BSD-3-Clause"
 homepage="https://www.borgbackup.org"
 changelog="https://borgbackup.readthedocs.io/en/stable/changes.html#changelog"
 distfiles="${PYPI_SITE}/b/borgbackup/borgbackup-${version}.tar.gz"
-checksum=d39d22b0d2cb745584d68608a179b6c75f7b40e496e96feb789e41d34991f4aa
+checksum=c54c45155643fa66fed7f9ff2d134ea0a58d0ac197c18781ddc2fb236bf6ed29
 
 export BORG_OPENSSL_PREFIX="${XBPS_CROSS_BASE}/usr"
 export BORG_LIBLZ4_PREFIX="${XBPS_CROSS_BASE}/usr"
@@ -35,3 +35,10 @@ post_install() {
 	vcompletion fish/${pkgname}.fish fish
 	vcompletion zsh/_${pkgname} zsh
 }
+
+post_patch() {
+	# Function are_acls_working raises an OSError
+	vsed -i \
+		's/If(not are_acls_working(), /(/' \
+		src/borg/testsuite/platform.py
+}

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

* Re: [PR PATCH] [Merged]: borg: update to 1.4.0.
  2024-07-04 11:12 [PR PATCH] borg: update to 1.4.0 Zyrtula
  2024-07-05 21:18 ` [PR REVIEW] " classabbyamp
  2024-07-05 23:30 ` [PR PATCH] [Updated] " Zyrtula
@ 2024-07-06 16:04 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-07-06 16:04 UTC (permalink / raw)
  To: ml

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

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

borg: update to 1.4.0.
https://github.com/void-linux/void-packages/pull/51108

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### 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
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl



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

end of thread, other threads:[~2024-07-06 16:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-04 11:12 [PR PATCH] borg: update to 1.4.0 Zyrtula
2024-07-05 21:18 ` [PR REVIEW] " classabbyamp
2024-07-05 23:30 ` [PR PATCH] [Updated] " Zyrtula
2024-07-06 16:04 ` [PR PATCH] [Merged]: " 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).