Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pmbootstrap: update to 1.30.0
@ 2021-05-15  9:17 tmahlburg
  2021-05-17  3:16 ` [PR REVIEW] " ericonr
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: tmahlburg @ 2021-05-15  9:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tmahlburg/void-packages patch-1
https://github.com/void-linux/void-packages/pull/30907

pmbootstrap: update to 1.30.0
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, x86_64-glibc
- [ ] 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/30907.patch is attached

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

From dbd3ce0e789975a0677475c5352cfcf9735612dc Mon Sep 17 00:00:00 2001
From: Till Mahlburg <58594873+tmahlburg@users.noreply.github.com>
Date: Sat, 15 May 2021 11:15:05 +0200
Subject: [PATCH] pmbootstrap: update to 1.30.0

---
 srcpkgs/pmbootstrap/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template
index d07b5b44f291..66bb8810f5f5 100644
--- a/srcpkgs/pmbootstrap/template
+++ b/srcpkgs/pmbootstrap/template
@@ -1,6 +1,6 @@
 # Template file for 'pmbootstrap'
 pkgname=pmbootstrap
-version=1.29.2
+version=1.30.0
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -10,7 +10,8 @@ maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://postmarketos.org"
 distfiles="https://gitlab.com/postmarketOS/pmbootstrap/-/archive/${version}/pmbootstrap-${version}.tar.gz"
-checksum=7288217212dbb89d6623718561440c3593a99c298db631912ea4a192ca397fb2
+checksum=b7737afd92ff2e527775556a3f824aa97b64dbf2012de827a8c3dd4b3b1731ba
+
 
 do_check() {
 	# tests require chroot

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

* Re: [PR REVIEW] pmbootstrap: update to 1.30.0
  2021-05-15  9:17 [PR PATCH] pmbootstrap: update to 1.30.0 tmahlburg
@ 2021-05-17  3:16 ` ericonr
  2021-05-17  3:25 ` ericonr
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-05-17  3:16 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30907#discussion_r633197449

Comment:
This newline shouldn't be here.

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

* Re: pmbootstrap: update to 1.30.0
  2021-05-15  9:17 [PR PATCH] pmbootstrap: update to 1.30.0 tmahlburg
  2021-05-17  3:16 ` [PR REVIEW] " ericonr
@ 2021-05-17  3:25 ` ericonr
  2021-05-17  8:35 ` [PR PATCH] [Updated] " tmahlburg
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-05-17  3:25 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30907#issuecomment-841955417

Comment:
Also, why not 1.32.0?

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

* Re: [PR PATCH] [Updated] pmbootstrap: update to 1.30.0
  2021-05-15  9:17 [PR PATCH] pmbootstrap: update to 1.30.0 tmahlburg
  2021-05-17  3:16 ` [PR REVIEW] " ericonr
  2021-05-17  3:25 ` ericonr
@ 2021-05-17  8:35 ` tmahlburg
  2021-05-17  8:36 ` [PR REVIEW] " tmahlburg
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: tmahlburg @ 2021-05-17  8:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tmahlburg/void-packages patch-1
https://github.com/void-linux/void-packages/pull/30907

pmbootstrap: update to 1.30.0
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, x86_64-glibc
- [ ] 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/30907.patch is attached

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

From dbd3ce0e789975a0677475c5352cfcf9735612dc Mon Sep 17 00:00:00 2001
From: Till Mahlburg <58594873+tmahlburg@users.noreply.github.com>
Date: Sat, 15 May 2021 11:15:05 +0200
Subject: [PATCH 1/2] pmbootstrap: update to 1.30.0

---
 srcpkgs/pmbootstrap/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template
index d07b5b44f291..66bb8810f5f5 100644
--- a/srcpkgs/pmbootstrap/template
+++ b/srcpkgs/pmbootstrap/template
@@ -1,6 +1,6 @@
 # Template file for 'pmbootstrap'
 pkgname=pmbootstrap
-version=1.29.2
+version=1.30.0
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -10,7 +10,8 @@ maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://postmarketos.org"
 distfiles="https://gitlab.com/postmarketOS/pmbootstrap/-/archive/${version}/pmbootstrap-${version}.tar.gz"
-checksum=7288217212dbb89d6623718561440c3593a99c298db631912ea4a192ca397fb2
+checksum=b7737afd92ff2e527775556a3f824aa97b64dbf2012de827a8c3dd4b3b1731ba
+
 
 do_check() {
 	# tests require chroot

From 081d2fc94022252e62473a8c2e475df393a079fd Mon Sep 17 00:00:00 2001
From: Till Mahlburg <mahlburg@posteo.de>
Date: Mon, 17 May 2021 10:34:42 +0200
Subject: [PATCH 2/2] remove unneeded newline

---
 srcpkgs/pmbootstrap/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template
index 66bb8810f5f5..00a4644739ce 100644
--- a/srcpkgs/pmbootstrap/template
+++ b/srcpkgs/pmbootstrap/template
@@ -12,7 +12,6 @@ homepage="https://postmarketos.org"
 distfiles="https://gitlab.com/postmarketOS/pmbootstrap/-/archive/${version}/pmbootstrap-${version}.tar.gz"
 checksum=b7737afd92ff2e527775556a3f824aa97b64dbf2012de827a8c3dd4b3b1731ba
 
-
 do_check() {
 	# tests require chroot
 	:

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

* Re: [PR REVIEW] pmbootstrap: update to 1.30.0
  2021-05-15  9:17 [PR PATCH] pmbootstrap: update to 1.30.0 tmahlburg
                   ` (2 preceding siblings ...)
  2021-05-17  8:35 ` [PR PATCH] [Updated] " tmahlburg
@ 2021-05-17  8:36 ` tmahlburg
  2021-05-17  8:38 ` tmahlburg
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: tmahlburg @ 2021-05-17  8:36 UTC (permalink / raw)
  To: ml

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

New review comment by tmahlburg on void-packages repository

https://github.com/void-linux/void-packages/pull/30907#discussion_r633337002

Comment:
Ah, yes, must have missed that. It's fixed now.

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

* Re: pmbootstrap: update to 1.30.0
  2021-05-15  9:17 [PR PATCH] pmbootstrap: update to 1.30.0 tmahlburg
                   ` (3 preceding siblings ...)
  2021-05-17  8:36 ` [PR REVIEW] " tmahlburg
@ 2021-05-17  8:38 ` tmahlburg
  2021-05-17 12:27 ` ericonr
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: tmahlburg @ 2021-05-17  8:38 UTC (permalink / raw)
  To: ml

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

New comment by tmahlburg on void-packages repository

https://github.com/void-linux/void-packages/pull/30907#issuecomment-842136431

Comment:
As far as I can see here in their [GitLab](https://gitlab.com/postmarketOS/pmbootstrap/-/releases), 1.30.0 is the newest release.

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

* Re: pmbootstrap: update to 1.30.0
  2021-05-15  9:17 [PR PATCH] pmbootstrap: update to 1.30.0 tmahlburg
                   ` (4 preceding siblings ...)
  2021-05-17  8:38 ` tmahlburg
@ 2021-05-17 12:27 ` ericonr
  2021-05-17 22:39 ` [PR PATCH] [Updated] " tmahlburg
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-05-17 12:27 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30907#issuecomment-842284127

Comment:
Weird, https://gitlab.com/postmarketOS/pmbootstrap/-/tags shows two more tags.

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

* Re: [PR PATCH] [Updated] pmbootstrap: update to 1.30.0
  2021-05-15  9:17 [PR PATCH] pmbootstrap: update to 1.30.0 tmahlburg
                   ` (5 preceding siblings ...)
  2021-05-17 12:27 ` ericonr
@ 2021-05-17 22:39 ` tmahlburg
  2021-05-17 22:41 ` tmahlburg
  2021-05-18 12:42 ` [PR PATCH] [Closed]: " ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: tmahlburg @ 2021-05-17 22:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tmahlburg/void-packages patch-1
https://github.com/void-linux/void-packages/pull/30907

pmbootstrap: update to 1.30.0
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, x86_64-glibc
- [ ] 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/30907.patch is attached

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

From dbd3ce0e789975a0677475c5352cfcf9735612dc Mon Sep 17 00:00:00 2001
From: Till Mahlburg <58594873+tmahlburg@users.noreply.github.com>
Date: Sat, 15 May 2021 11:15:05 +0200
Subject: [PATCH 1/3] pmbootstrap: update to 1.30.0

---
 srcpkgs/pmbootstrap/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template
index d07b5b44f291..66bb8810f5f5 100644
--- a/srcpkgs/pmbootstrap/template
+++ b/srcpkgs/pmbootstrap/template
@@ -1,6 +1,6 @@
 # Template file for 'pmbootstrap'
 pkgname=pmbootstrap
-version=1.29.2
+version=1.30.0
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -10,7 +10,8 @@ maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://postmarketos.org"
 distfiles="https://gitlab.com/postmarketOS/pmbootstrap/-/archive/${version}/pmbootstrap-${version}.tar.gz"
-checksum=7288217212dbb89d6623718561440c3593a99c298db631912ea4a192ca397fb2
+checksum=b7737afd92ff2e527775556a3f824aa97b64dbf2012de827a8c3dd4b3b1731ba
+
 
 do_check() {
 	# tests require chroot

From 081d2fc94022252e62473a8c2e475df393a079fd Mon Sep 17 00:00:00 2001
From: Till Mahlburg <mahlburg@posteo.de>
Date: Mon, 17 May 2021 10:34:42 +0200
Subject: [PATCH 2/3] remove unneeded newline

---
 srcpkgs/pmbootstrap/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template
index 66bb8810f5f5..00a4644739ce 100644
--- a/srcpkgs/pmbootstrap/template
+++ b/srcpkgs/pmbootstrap/template
@@ -12,7 +12,6 @@ homepage="https://postmarketos.org"
 distfiles="https://gitlab.com/postmarketOS/pmbootstrap/-/archive/${version}/pmbootstrap-${version}.tar.gz"
 checksum=b7737afd92ff2e527775556a3f824aa97b64dbf2012de827a8c3dd4b3b1731ba
 
-
 do_check() {
 	# tests require chroot
 	:

From 8601a08fb98f78a6fe590bd2a03d9891021a0627 Mon Sep 17 00:00:00 2001
From: Till Mahlburg <mahlburg@posteo.de>
Date: Tue, 18 May 2021 00:39:36 +0200
Subject: [PATCH 3/3] update to 1.32.0

---
 srcpkgs/pmbootstrap/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template
index 00a4644739ce..67be0ce84441 100644
--- a/srcpkgs/pmbootstrap/template
+++ b/srcpkgs/pmbootstrap/template
@@ -1,6 +1,6 @@
 # Template file for 'pmbootstrap'
 pkgname=pmbootstrap
-version=1.30.0
+version=1.32.0
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -10,7 +10,7 @@ maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://postmarketos.org"
 distfiles="https://gitlab.com/postmarketOS/pmbootstrap/-/archive/${version}/pmbootstrap-${version}.tar.gz"
-checksum=b7737afd92ff2e527775556a3f824aa97b64dbf2012de827a8c3dd4b3b1731ba
+checksum=d53885627382dd37536bf28edd538d10e37fdd1ccd3117b34eac35df3ec1b2e6
 
 do_check() {
 	# tests require chroot

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

* Re: pmbootstrap: update to 1.30.0
  2021-05-15  9:17 [PR PATCH] pmbootstrap: update to 1.30.0 tmahlburg
                   ` (6 preceding siblings ...)
  2021-05-17 22:39 ` [PR PATCH] [Updated] " tmahlburg
@ 2021-05-17 22:41 ` tmahlburg
  2021-05-18 12:42 ` [PR PATCH] [Closed]: " ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: tmahlburg @ 2021-05-17 22:41 UTC (permalink / raw)
  To: ml

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

New comment by tmahlburg on void-packages repository

https://github.com/void-linux/void-packages/pull/30907#issuecomment-842689014

Comment:
Oh, okay. Well, now it's updated.

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

* Re: [PR PATCH] [Closed]: pmbootstrap: update to 1.30.0
  2021-05-15  9:17 [PR PATCH] pmbootstrap: update to 1.30.0 tmahlburg
                   ` (7 preceding siblings ...)
  2021-05-17 22:41 ` tmahlburg
@ 2021-05-18 12:42 ` ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-05-18 12:42 UTC (permalink / raw)
  To: ml

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

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

pmbootstrap: update to 1.30.0
https://github.com/void-linux/void-packages/pull/30907

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, x86_64-glibc
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-05-18 12:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-15  9:17 [PR PATCH] pmbootstrap: update to 1.30.0 tmahlburg
2021-05-17  3:16 ` [PR REVIEW] " ericonr
2021-05-17  3:25 ` ericonr
2021-05-17  8:35 ` [PR PATCH] [Updated] " tmahlburg
2021-05-17  8:36 ` [PR REVIEW] " tmahlburg
2021-05-17  8:38 ` tmahlburg
2021-05-17 12:27 ` ericonr
2021-05-17 22:39 ` [PR PATCH] [Updated] " tmahlburg
2021-05-17 22:41 ` tmahlburg
2021-05-18 12:42 ` [PR PATCH] [Closed]: " ericonr

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