Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] magic-wormhole: update to 0.13.0.
@ 2023-09-16  3:49 akierig
  2023-09-16  3:55 ` [PR PATCH] [Updated] " akierig
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: akierig @ 2023-09-16  3:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages magic-wormhole-0.13
https://github.com/void-linux/void-packages/pull/46076

magic-wormhole: update to 0.13.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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-magic-wormhole-0.13-46076.patch --]
[-- Type: text/x-diff, Size: 1176 bytes --]

From fb1af05809a7dab1fce47092b8e70517c9fb7c6e Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Fri, 15 Sep 2023 22:49:03 -0500
Subject: [PATCH] magic-wormhole: update to 0.13.0.

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

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
index 18a4a9418b2b8..b6e8b3ec92f1b 100644
--- a/srcpkgs/magic-wormhole/template
+++ b/srcpkgs/magic-wormhole/template
@@ -1,7 +1,7 @@
 # Template file for 'magic-wormhole'
 pkgname=magic-wormhole
-version=0.12.0
-revision=5
+version=0.13.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-autobahn python3-cffi python3-click python3-humanize
@@ -12,7 +12,7 @@ maintainer="travankor <travankor@tuta.io>"
 license="MIT"
 homepage="https://magic-wormhole.readthedocs.io/en/latest/"
 distfiles="https://github.com/warner/magic-wormhole/archive/${version}.tar.gz"
-checksum=5522184ab995a22ff72bf9019e54cb7b5e7f0f3308c251f121da15a198afe1d9
+checksum=80c68433e06583b40323f19aa519a108b3f4b06b904051dd71c52c243931e401
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] magic-wormhole: update to 0.13.0.
  2023-09-16  3:49 [PR PATCH] magic-wormhole: update to 0.13.0 akierig
@ 2023-09-16  3:55 ` akierig
  2023-09-16  4:08 ` akierig
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: akierig @ 2023-09-16  3:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages magic-wormhole-0.13
https://github.com/void-linux/void-packages/pull/46076

magic-wormhole: update to 0.13.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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-magic-wormhole-0.13-46076.patch --]
[-- Type: text/x-diff, Size: 1339 bytes --]

From 2255743eb52e501028b87a9f0829af282ea88d19 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Fri, 15 Sep 2023 22:49:03 -0500
Subject: [PATCH] magic-wormhole: update to 0.13.0.

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

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
index 18a4a9418b2b8..a16cd91578e01 100644
--- a/srcpkgs/magic-wormhole/template
+++ b/srcpkgs/magic-wormhole/template
@@ -1,9 +1,9 @@
 # Template file for 'magic-wormhole'
 pkgname=magic-wormhole
-version=0.12.0
-revision=5
+version=0.13.0
+revision=1
 build_style=python3-module
-hostmakedepends="python3 python3-setuptools"
+hostmakedepends="python3 python3-pip python3-setuptools"
 depends="python3-autobahn python3-cffi python3-click python3-humanize
  python3-idna python3-pynacl python3-service_identity python3-spake2
  python3-tqdm python3-txtorcon"
@@ -12,7 +12,7 @@ maintainer="travankor <travankor@tuta.io>"
 license="MIT"
 homepage="https://magic-wormhole.readthedocs.io/en/latest/"
 distfiles="https://github.com/warner/magic-wormhole/archive/${version}.tar.gz"
-checksum=5522184ab995a22ff72bf9019e54cb7b5e7f0f3308c251f121da15a198afe1d9
+checksum=80c68433e06583b40323f19aa519a108b3f4b06b904051dd71c52c243931e401
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] magic-wormhole: update to 0.13.0.
  2023-09-16  3:49 [PR PATCH] magic-wormhole: update to 0.13.0 akierig
  2023-09-16  3:55 ` [PR PATCH] [Updated] " akierig
@ 2023-09-16  4:08 ` akierig
  2023-09-16  4:34 ` akierig
  2023-09-18 19:01 ` [PR PATCH] [Merged]: " Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: akierig @ 2023-09-16  4:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages magic-wormhole-0.13
https://github.com/void-linux/void-packages/pull/46076

magic-wormhole: update to 0.13.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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-magic-wormhole-0.13-46076.patch --]
[-- Type: text/x-diff, Size: 1353 bytes --]

From 2245f2d855fa6a5c5889ecaab52bd7de413b7274 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Fri, 15 Sep 2023 22:49:03 -0500
Subject: [PATCH] magic-wormhole: update to 0.13.0.

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

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
index 18a4a9418b2b8..5c03f3b0c8a8a 100644
--- a/srcpkgs/magic-wormhole/template
+++ b/srcpkgs/magic-wormhole/template
@@ -1,9 +1,9 @@
 # Template file for 'magic-wormhole'
 pkgname=magic-wormhole
-version=0.12.0
-revision=5
+version=0.13.0
+revision=1
 build_style=python3-module
-hostmakedepends="python3 python3-setuptools"
+hostmakedepends="python3 python3-wheel python3-pip python3-setuptools"
 depends="python3-autobahn python3-cffi python3-click python3-humanize
  python3-idna python3-pynacl python3-service_identity python3-spake2
  python3-tqdm python3-txtorcon"
@@ -12,7 +12,7 @@ maintainer="travankor <travankor@tuta.io>"
 license="MIT"
 homepage="https://magic-wormhole.readthedocs.io/en/latest/"
 distfiles="https://github.com/warner/magic-wormhole/archive/${version}.tar.gz"
-checksum=5522184ab995a22ff72bf9019e54cb7b5e7f0f3308c251f121da15a198afe1d9
+checksum=80c68433e06583b40323f19aa519a108b3f4b06b904051dd71c52c243931e401
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] magic-wormhole: update to 0.13.0.
  2023-09-16  3:49 [PR PATCH] magic-wormhole: update to 0.13.0 akierig
  2023-09-16  3:55 ` [PR PATCH] [Updated] " akierig
  2023-09-16  4:08 ` akierig
@ 2023-09-16  4:34 ` akierig
  2023-09-18 19:01 ` [PR PATCH] [Merged]: " Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: akierig @ 2023-09-16  4:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages magic-wormhole-0.13
https://github.com/void-linux/void-packages/pull/46076

magic-wormhole: update to 0.13.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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-magic-wormhole-0.13-46076.patch --]
[-- Type: text/x-diff, Size: 1386 bytes --]

From a630ae41e83bd8b62fb43ede0ba786e1d2d9ec10 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Fri, 15 Sep 2023 22:49:03 -0500
Subject: [PATCH] magic-wormhole: update to 0.13.0.

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

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
index 18a4a9418b2b8..c203d44a83273 100644
--- a/srcpkgs/magic-wormhole/template
+++ b/srcpkgs/magic-wormhole/template
@@ -1,9 +1,9 @@
 # Template file for 'magic-wormhole'
 pkgname=magic-wormhole
-version=0.12.0
-revision=5
-build_style=python3-module
-hostmakedepends="python3 python3-setuptools"
+version=0.13.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3 python3-build python3-setuptools python3-wheel"
 depends="python3-autobahn python3-cffi python3-click python3-humanize
  python3-idna python3-pynacl python3-service_identity python3-spake2
  python3-tqdm python3-txtorcon"
@@ -12,7 +12,7 @@ maintainer="travankor <travankor@tuta.io>"
 license="MIT"
 homepage="https://magic-wormhole.readthedocs.io/en/latest/"
 distfiles="https://github.com/warner/magic-wormhole/archive/${version}.tar.gz"
-checksum=5522184ab995a22ff72bf9019e54cb7b5e7f0f3308c251f121da15a198afe1d9
+checksum=80c68433e06583b40323f19aa519a108b3f4b06b904051dd71c52c243931e401
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: magic-wormhole: update to 0.13.0.
  2023-09-16  3:49 [PR PATCH] magic-wormhole: update to 0.13.0 akierig
                   ` (2 preceding siblings ...)
  2023-09-16  4:34 ` akierig
@ 2023-09-18 19:01 ` Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: Duncaen @ 2023-09-18 19:01 UTC (permalink / raw)
  To: ml

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

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

magic-wormhole: update to 0.13.0.
https://github.com/void-linux/void-packages/pull/46076

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

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

end of thread, other threads:[~2023-09-18 19:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-16  3:49 [PR PATCH] magic-wormhole: update to 0.13.0 akierig
2023-09-16  3:55 ` [PR PATCH] [Updated] " akierig
2023-09-16  4:08 ` akierig
2023-09-16  4:34 ` akierig
2023-09-18 19: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).