Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pmbootstrap: update to 2.1.0.
@ 2024-01-19 11:47 Eloitor
  2024-01-30  8:40 ` [PR PATCH] [Updated] " Eloitor
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Eloitor @ 2024-01-19 11:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages pmbootstrap
https://github.com/void-linux/void-packages/pull/48282

pmbootstrap: update to 2.1.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

Without this update it is not possible to install postmarketOS  v23.12.


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

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

From 9fc31b761c541e355ec1c572251f4e03f83db52f Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Fri, 19 Jan 2024 14:27:39 +0100
Subject: [PATCH] pmbootstrap: update to 2.1.0.

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

diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template
index 3c274d8d9baed..a64a8f1c057f9 100644
--- a/srcpkgs/pmbootstrap/template
+++ b/srcpkgs/pmbootstrap/template
@@ -1,7 +1,7 @@
 # Template file for 'pmbootstrap'
 pkgname=pmbootstrap
-version=2.0.0
-revision=2
+version=2.1.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="git openssl python3"
@@ -11,5 +11,5 @@ license="GPL-3.0-or-later"
 homepage="https://postmarketos.org"
 changelog="https://git.sr.ht/~postmarketos/pmbootstrap/refs"
 distfiles="https://git.sr.ht/~postmarketos/pmbootstrap/archive/${version}.tar.gz"
-checksum=e8d63b6f746c50cba3abd604902ee3f61ccd25dcfc026b0c1418df7540fd99f7
+checksum=e634c962ee10500f321b8cf309afc2e8023cd0bbee953434768244375f86f72e
 make_check=no # tests require chroot

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

* Re: [PR PATCH] [Updated] pmbootstrap: update to 2.1.0.
  2024-01-19 11:47 [PR PATCH] pmbootstrap: update to 2.1.0 Eloitor
@ 2024-01-30  8:40 ` Eloitor
  2024-01-30  8:47 ` [PR REVIEW] pmbootstrap: update to 2.1.0, adopt JamiKettunen
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Eloitor @ 2024-01-30  8:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages pmbootstrap
https://github.com/void-linux/void-packages/pull/48282

pmbootstrap: update to 2.1.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

Without this update it is not possible to install postmarketOS  v23.12.


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

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

From 3da99844e0b4bfd4787a5e8253cd5e37bd96e022 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Fri, 19 Jan 2024 14:27:39 +0100
Subject: [PATCH] pmbootstrap: update to 2.1.0, adopt

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

diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template
index 3c274d8d9baed..6ee810103f736 100644
--- a/srcpkgs/pmbootstrap/template
+++ b/srcpkgs/pmbootstrap/template
@@ -1,15 +1,15 @@
 # Template file for 'pmbootstrap'
 pkgname=pmbootstrap
-version=2.0.0
-revision=2
+version=2.1.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="git openssl python3"
 short_desc="Package build and device flashing tool for postmarketOS"
-maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
 license="GPL-3.0-or-later"
 homepage="https://postmarketos.org"
 changelog="https://git.sr.ht/~postmarketos/pmbootstrap/refs"
 distfiles="https://git.sr.ht/~postmarketos/pmbootstrap/archive/${version}.tar.gz"
-checksum=e8d63b6f746c50cba3abd604902ee3f61ccd25dcfc026b0c1418df7540fd99f7
+checksum=e634c962ee10500f321b8cf309afc2e8023cd0bbee953434768244375f86f72e
 make_check=no # tests require chroot

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

* Re: [PR REVIEW] pmbootstrap: update to 2.1.0, adopt
  2024-01-19 11:47 [PR PATCH] pmbootstrap: update to 2.1.0 Eloitor
  2024-01-30  8:40 ` [PR PATCH] [Updated] " Eloitor
@ 2024-01-30  8:47 ` JamiKettunen
  2024-01-30  9:23 ` Eloitor
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: JamiKettunen @ 2024-01-30  8:47 UTC (permalink / raw)
  To: ml

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

New review comment by JamiKettunen on void-packages repository

https://github.com/void-linux/void-packages/pull/48282#discussion_r1470786279

Comment:
I'm fine with the maintainership change :) btw it has moved back to https://gitlab.com/postmarketOS/pmbootstrap following https://postmarketos.org/blog/2024/01/17/moving-pmbootstrap/ so may want to replace all occurances of the sr.ht URLs with something else

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

* Re: [PR REVIEW] pmbootstrap: update to 2.1.0, adopt
  2024-01-19 11:47 [PR PATCH] pmbootstrap: update to 2.1.0 Eloitor
  2024-01-30  8:40 ` [PR PATCH] [Updated] " Eloitor
  2024-01-30  8:47 ` [PR REVIEW] pmbootstrap: update to 2.1.0, adopt JamiKettunen
@ 2024-01-30  9:23 ` Eloitor
  2024-02-10 15:12 ` [PR PATCH] [Updated] " Eloitor
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Eloitor @ 2024-01-30  9:23 UTC (permalink / raw)
  To: ml

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

New review comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/48282#discussion_r1470836511

Comment:
Thanks for the info, I wasn't aware. I didn't find a release on gitlab yet. I'll make the change on the next update.

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

* Re: [PR PATCH] [Updated] pmbootstrap: update to 2.1.0, adopt
  2024-01-19 11:47 [PR PATCH] pmbootstrap: update to 2.1.0 Eloitor
                   ` (2 preceding siblings ...)
  2024-01-30  9:23 ` Eloitor
@ 2024-02-10 15:12 ` Eloitor
  2024-02-10 16:07 ` [PR PATCH] [Updated] pmbootstrap: update to 2.2.0, adopt Eloitor
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Eloitor @ 2024-02-10 15:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages pmbootstrap
https://github.com/void-linux/void-packages/pull/48282

pmbootstrap: update to 2.1.0, adopt
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

Without this update it is not possible to install postmarketOS  v23.12.


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

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

From 73faa08c7327200b0d8864bc97a8c08f0eeff33d Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Fri, 19 Jan 2024 14:27:39 +0100
Subject: [PATCH] pmbootstrap: update to 2.2.0.

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

diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template
index 3c274d8d9baed..194f66160510f 100644
--- a/srcpkgs/pmbootstrap/template
+++ b/srcpkgs/pmbootstrap/template
@@ -1,7 +1,7 @@
 # Template file for 'pmbootstrap'
 pkgname=pmbootstrap
-version=2.0.0
-revision=2
+version=2.2.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="git openssl python3"
@@ -9,7 +9,7 @@ short_desc="Package build and device flashing tool for postmarketOS"
 maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://postmarketos.org"
-changelog="https://git.sr.ht/~postmarketos/pmbootstrap/refs"
-distfiles="https://git.sr.ht/~postmarketos/pmbootstrap/archive/${version}.tar.gz"
-checksum=e8d63b6f746c50cba3abd604902ee3f61ccd25dcfc026b0c1418df7540fd99f7
+changelog="https://gitlab.com/postmarketOS/pmbootstrap/-/tags"
+distfiles="https://gitlab.com/postmarketOS/pmbootstrap/-/archive/${version}/pmbootstrap-${version}.tar.gz"
+checksum=58235c85f3c82f3d39e40be0f40c825525e455f4f416e3f07703768a788b6205
 make_check=no # tests require chroot

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

* Re: [PR PATCH] [Updated] pmbootstrap: update to 2.2.0, adopt
  2024-01-19 11:47 [PR PATCH] pmbootstrap: update to 2.1.0 Eloitor
                   ` (3 preceding siblings ...)
  2024-02-10 15:12 ` [PR PATCH] [Updated] " Eloitor
@ 2024-02-10 16:07 ` Eloitor
  2024-02-18 10:39 ` Eloitor
  2024-03-01 14:58 ` [PR PATCH] [Merged]: " ahesford
  6 siblings, 0 replies; 8+ messages in thread
From: Eloitor @ 2024-02-10 16:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages pmbootstrap
https://github.com/void-linux/void-packages/pull/48282

pmbootstrap: update to 2.2.0, adopt
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

Without this update it is not possible to install postmarketOS  v23.12.


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

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

From 037a47fdc7a25dac7810cbb89db4f4faba007990 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Fri, 19 Jan 2024 14:27:39 +0100
Subject: [PATCH] pmbootstrap: update to 2.2.0.

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

diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template
index 3c274d8d9baed..194f66160510f 100644
--- a/srcpkgs/pmbootstrap/template
+++ b/srcpkgs/pmbootstrap/template
@@ -1,7 +1,7 @@
 # Template file for 'pmbootstrap'
 pkgname=pmbootstrap
-version=2.0.0
-revision=2
+version=2.2.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="git openssl python3"
@@ -9,7 +9,7 @@ short_desc="Package build and device flashing tool for postmarketOS"
 maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://postmarketos.org"
-changelog="https://git.sr.ht/~postmarketos/pmbootstrap/refs"
-distfiles="https://git.sr.ht/~postmarketos/pmbootstrap/archive/${version}.tar.gz"
-checksum=e8d63b6f746c50cba3abd604902ee3f61ccd25dcfc026b0c1418df7540fd99f7
+changelog="https://gitlab.com/postmarketOS/pmbootstrap/-/tags"
+distfiles="https://gitlab.com/postmarketOS/pmbootstrap/-/archive/${version}/pmbootstrap-${version}.tar.gz"
+checksum=58235c85f3c82f3d39e40be0f40c825525e455f4f416e3f07703768a788b6205
 make_check=no # tests require chroot

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

* Re: [PR PATCH] [Updated] pmbootstrap: update to 2.2.0, adopt
  2024-01-19 11:47 [PR PATCH] pmbootstrap: update to 2.1.0 Eloitor
                   ` (4 preceding siblings ...)
  2024-02-10 16:07 ` [PR PATCH] [Updated] pmbootstrap: update to 2.2.0, adopt Eloitor
@ 2024-02-18 10:39 ` Eloitor
  2024-03-01 14:58 ` [PR PATCH] [Merged]: " ahesford
  6 siblings, 0 replies; 8+ messages in thread
From: Eloitor @ 2024-02-18 10:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages pmbootstrap
https://github.com/void-linux/void-packages/pull/48282

pmbootstrap: update to 2.2.0, adopt
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

Without this update it is not possible to install postmarketOS  v23.12.


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

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

From e218b1b60a4a7f01bf1c271a290c60f92c2589ed Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Fri, 19 Jan 2024 14:27:39 +0100
Subject: [PATCH] pmbootstrap: update to 2.2.1.

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

diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template
index 3c274d8d9baed..5fb6ce5c812cc 100644
--- a/srcpkgs/pmbootstrap/template
+++ b/srcpkgs/pmbootstrap/template
@@ -1,7 +1,7 @@
 # Template file for 'pmbootstrap'
 pkgname=pmbootstrap
-version=2.0.0
-revision=2
+version=2.2.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="git openssl python3"
@@ -9,7 +9,7 @@ short_desc="Package build and device flashing tool for postmarketOS"
 maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://postmarketos.org"
-changelog="https://git.sr.ht/~postmarketos/pmbootstrap/refs"
-distfiles="https://git.sr.ht/~postmarketos/pmbootstrap/archive/${version}.tar.gz"
-checksum=e8d63b6f746c50cba3abd604902ee3f61ccd25dcfc026b0c1418df7540fd99f7
+changelog="https://gitlab.com/postmarketOS/pmbootstrap/-/tags"
+distfiles="https://gitlab.com/postmarketOS/pmbootstrap/-/archive/${version}/pmbootstrap-${version}.tar.gz"
+checksum=195a3cb430c9ede354bc575ddb765f10b205067f8c478f153c84f6f793785c09
 make_check=no # tests require chroot

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

* Re: [PR PATCH] [Merged]: pmbootstrap: update to 2.2.0, adopt
  2024-01-19 11:47 [PR PATCH] pmbootstrap: update to 2.1.0 Eloitor
                   ` (5 preceding siblings ...)
  2024-02-18 10:39 ` Eloitor
@ 2024-03-01 14:58 ` ahesford
  6 siblings, 0 replies; 8+ messages in thread
From: ahesford @ 2024-03-01 14:58 UTC (permalink / raw)
  To: ml

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

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

pmbootstrap: update to 2.2.0, adopt
https://github.com/void-linux/void-packages/pull/48282

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

Without this update it is not possible to install postmarketOS  v23.12.


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

end of thread, other threads:[~2024-03-01 14:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-19 11:47 [PR PATCH] pmbootstrap: update to 2.1.0 Eloitor
2024-01-30  8:40 ` [PR PATCH] [Updated] " Eloitor
2024-01-30  8:47 ` [PR REVIEW] pmbootstrap: update to 2.1.0, adopt JamiKettunen
2024-01-30  9:23 ` Eloitor
2024-02-10 15:12 ` [PR PATCH] [Updated] " Eloitor
2024-02-10 16:07 ` [PR PATCH] [Updated] pmbootstrap: update to 2.2.0, adopt Eloitor
2024-02-18 10:39 ` Eloitor
2024-03-01 14:58 ` [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).