Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bup: update to 0.33.4.
@ 2024-10-26 17:53 classabbyamp
  2024-10-27  0:02 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: classabbyamp @ 2024-10-26 17:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages bup
https://github.com/void-linux/void-packages/pull/52789

bup: update to 0.33.4.
add missing dependencies

fixes #52763

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

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

<!--
#### 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/52789.patch is attached

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

From 8c384c6d5315e55a5957c101d43c72a2247d97bc Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Sat, 26 Oct 2024 13:52:56 -0400
Subject: [PATCH] bup: update to 0.33.4.

add missing dependencies

fixes #52763
---
 srcpkgs/bup/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/bup/template b/srcpkgs/bup/template
index c32d10da482c29..1649b9115cae8d 100644
--- a/srcpkgs/bup/template
+++ b/srcpkgs/bup/template
@@ -1,17 +1,18 @@
 # Template file for 'bup'
 pkgname=bup
-version=0.33
-revision=2
+version=0.33.4
+revision=1
 build_style=configure
-hostmakedepends="python3 perl git pandoc"
-makedepends="python3-devel"
+hostmakedepends="pkg-config python3 perl git pandoc"
+makedepends="python3-devel readline-devel acl-devel"
+depends="python3-pyxattr python3-fuse par2cmdline"
 checkdepends="python3-pytest tar rsync"
 short_desc="Backup system based on the git packfile format"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.0-only"
 homepage="https://github.com/bup/bup"
 distfiles="https://github.com/bup/bup/archive/${version}.tar.gz"
-checksum=2c21b25ab0ab845e1490cf20781bdb46e93b9c06f0c6df4ace760afc07a63fe9
+checksum=f51284f2cb24aa653288f05aad32d6ec6ebb9546143ed7c588d40ba82f24b79a
 python_version=3
 nocross=yes
 

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

* Re: [PR REVIEW] bup: update to 0.33.4.
  2024-10-26 17:53 [PR PATCH] bup: update to 0.33.4 classabbyamp
@ 2024-10-27  0:02 ` classabbyamp
  2024-10-27  0:03 ` [PR PATCH] [Updated] " classabbyamp
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-10-27  0:02 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/52789#discussion_r1817952897

Comment:
```suggestion
 checkdepends="python3-pytest tar rsync mdocml"
```


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

* Re: [PR PATCH] [Updated] bup: update to 0.33.4.
  2024-10-26 17:53 [PR PATCH] bup: update to 0.33.4 classabbyamp
  2024-10-27  0:02 ` [PR REVIEW] " classabbyamp
@ 2024-10-27  0:03 ` classabbyamp
  2024-10-28  7:14 ` classabbyamp
  2024-10-29 23:48 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-10-27  0:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages bup
https://github.com/void-linux/void-packages/pull/52789

bup: update to 0.33.4.
add missing dependencies

fixes #52763

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

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

<!--
#### 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/52789.patch is attached

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

From 8c384c6d5315e55a5957c101d43c72a2247d97bc Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Sat, 26 Oct 2024 13:52:56 -0400
Subject: [PATCH 1/2] bup: update to 0.33.4.

add missing dependencies

fixes #52763
---
 srcpkgs/bup/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/bup/template b/srcpkgs/bup/template
index c32d10da482c29..1649b9115cae8d 100644
--- a/srcpkgs/bup/template
+++ b/srcpkgs/bup/template
@@ -1,17 +1,18 @@
 # Template file for 'bup'
 pkgname=bup
-version=0.33
-revision=2
+version=0.33.4
+revision=1
 build_style=configure
-hostmakedepends="python3 perl git pandoc"
-makedepends="python3-devel"
+hostmakedepends="pkg-config python3 perl git pandoc"
+makedepends="python3-devel readline-devel acl-devel"
+depends="python3-pyxattr python3-fuse par2cmdline"
 checkdepends="python3-pytest tar rsync"
 short_desc="Backup system based on the git packfile format"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.0-only"
 homepage="https://github.com/bup/bup"
 distfiles="https://github.com/bup/bup/archive/${version}.tar.gz"
-checksum=2c21b25ab0ab845e1490cf20781bdb46e93b9c06f0c6df4ace760afc07a63fe9
+checksum=f51284f2cb24aa653288f05aad32d6ec6ebb9546143ed7c588d40ba82f24b79a
 python_version=3
 nocross=yes
 

From e6399a39a7c60393075c6fcee0dc7cde8d407629 Mon Sep 17 00:00:00 2001
From: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
Date: Sat, 26 Oct 2024 20:03:32 -0400
Subject: [PATCH 2/2] fixup! bup: update to 0.33.4.

---
 srcpkgs/bup/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bup/template b/srcpkgs/bup/template
index 1649b9115cae8d..49203917aea376 100644
--- a/srcpkgs/bup/template
+++ b/srcpkgs/bup/template
@@ -6,7 +6,7 @@ build_style=configure
 hostmakedepends="pkg-config python3 perl git pandoc"
 makedepends="python3-devel readline-devel acl-devel"
 depends="python3-pyxattr python3-fuse par2cmdline"
-checkdepends="python3-pytest tar rsync"
+ checkdepends="python3-pytest tar rsync mdocml"
 short_desc="Backup system based on the git packfile format"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.0-only"

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

* Re: [PR PATCH] [Updated] bup: update to 0.33.4.
  2024-10-26 17:53 [PR PATCH] bup: update to 0.33.4 classabbyamp
  2024-10-27  0:02 ` [PR REVIEW] " classabbyamp
  2024-10-27  0:03 ` [PR PATCH] [Updated] " classabbyamp
@ 2024-10-28  7:14 ` classabbyamp
  2024-10-29 23:48 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-10-28  7:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages bup
https://github.com/void-linux/void-packages/pull/52789

bup: update to 0.33.4.
add missing dependencies

fixes #52763

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

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

<!--
#### 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/52789.patch is attached

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

From 702ecd0566c96cffba142454843f1935d75ffc5e Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Sat, 26 Oct 2024 13:52:56 -0400
Subject: [PATCH] bup: update to 0.33.4.

add missing dependencies

fixes #52763
---
 srcpkgs/bup/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/bup/template b/srcpkgs/bup/template
index c32d10da482c29..49203917aea376 100644
--- a/srcpkgs/bup/template
+++ b/srcpkgs/bup/template
@@ -1,17 +1,18 @@
 # Template file for 'bup'
 pkgname=bup
-version=0.33
-revision=2
+version=0.33.4
+revision=1
 build_style=configure
-hostmakedepends="python3 perl git pandoc"
-makedepends="python3-devel"
-checkdepends="python3-pytest tar rsync"
+hostmakedepends="pkg-config python3 perl git pandoc"
+makedepends="python3-devel readline-devel acl-devel"
+depends="python3-pyxattr python3-fuse par2cmdline"
+ checkdepends="python3-pytest tar rsync mdocml"
 short_desc="Backup system based on the git packfile format"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.0-only"
 homepage="https://github.com/bup/bup"
 distfiles="https://github.com/bup/bup/archive/${version}.tar.gz"
-checksum=2c21b25ab0ab845e1490cf20781bdb46e93b9c06f0c6df4ace760afc07a63fe9
+checksum=f51284f2cb24aa653288f05aad32d6ec6ebb9546143ed7c588d40ba82f24b79a
 python_version=3
 nocross=yes
 

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

* Re: [PR PATCH] [Merged]: bup: update to 0.33.4.
  2024-10-26 17:53 [PR PATCH] bup: update to 0.33.4 classabbyamp
                   ` (2 preceding siblings ...)
  2024-10-28  7:14 ` classabbyamp
@ 2024-10-29 23:48 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-10-29 23:48 UTC (permalink / raw)
  To: ml

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

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

bup: update to 0.33.4.
https://github.com/void-linux/void-packages/pull/52789

Description:
add missing dependencies

fixes #52763

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

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

<!--
#### 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] 5+ messages in thread

end of thread, other threads:[~2024-10-29 23:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-26 17:53 [PR PATCH] bup: update to 0.33.4 classabbyamp
2024-10-27  0:02 ` [PR REVIEW] " classabbyamp
2024-10-27  0:03 ` [PR PATCH] [Updated] " classabbyamp
2024-10-28  7:14 ` classabbyamp
2024-10-29 23:48 ` [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).