Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] electrum: update to 4.1.4
@ 2021-06-21 14:12 ar-jan
  2021-06-28 20:52 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 1 reply; 2+ messages in thread
From: ar-jan @ 2021-06-21 14:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ar-jan/void-packages electrum414
https://github.com/void-linux/void-packages/pull/31598

electrum: update to 4.1.4
<!-- 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
- [ ] 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.)
- [ ] 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/31598.patch is attached

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

From bce9ca36b2373483bf5e09573d90bbdaf4f3783f Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Mon, 21 Jun 2021 16:05:17 +0200
Subject: [PATCH 1/5] python3-trio: update to 0.19.0.

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

diff --git a/srcpkgs/python3-trio/template b/srcpkgs/python3-trio/template
index 68025f8902e1..57d52e33cfa2 100644
--- a/srcpkgs/python3-trio/template
+++ b/srcpkgs/python3-trio/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-trio'
 pkgname=python3-trio
-version=0.18.0
+version=0.19.0
 revision=1
 wrksrc="trio-${version}"
 build_style=python3-module
@@ -16,7 +16,7 @@ maintainer="Arjan Mossel <arjanmossel@gmail.com>"
 license="Apache-2.0, MIT"
 homepage="https://github.com/python-trio/trio"
 distfiles="${PYPI_SITE}/t/trio/trio-${version}.tar.gz"
-checksum=87a66ae61f27fe500c9024926a9ba482c07e1e0f56380b70a264d19c435ba076
+checksum=895e318e5ec5e8cea9f60b473b6edb95b215e82d99556a03eb2d20c5e027efe1
 # Tests are disabled as they also need the following to be packaged:
 # pyOpenSSL https://pypi.org/project/pyOpenSSL/
 # trustme https://pypi.org/project/trustme/

From c40edaf9d5630ede103b9456348e3f90a0e42c8a Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Mon, 21 Jun 2021 16:05:25 +0200
Subject: [PATCH 2/5] python3-curio: update to 1.5.

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

diff --git a/srcpkgs/python3-curio/template b/srcpkgs/python3-curio/template
index f9064a846495..e7265f42fdda 100644
--- a/srcpkgs/python3-curio/template
+++ b/srcpkgs/python3-curio/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-curio'
 pkgname=python3-curio
-version=1.4
+version=1.5
 revision=1
 wrksrc="curio-${version}"
 build_style=python3-module
@@ -12,7 +12,7 @@ maintainer="Arjan Mossel <arjanmossel@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/dabeaz/curio"
 distfiles="${PYPI_SITE}/c/curio/curio-${version}.tar.gz"
-checksum=57edce81c837f3c2cf42fbb346dee26e537d1659e6605269fb13bd179e068744
+checksum=af08212e590bb7da8e4cc39c42012711494dc20d622f162155ba296cc2e3bc10
 
 do_check() {
 	# CI container has different privileges than expected in test_errors()

From 0f1bec63e49400483c4af2e514ef3be89a32bda3 Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Mon, 21 Jun 2021 16:05:38 +0200
Subject: [PATCH 3/5] python3-socks: update to 1.2.4.

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

diff --git a/srcpkgs/python3-socks/template b/srcpkgs/python3-socks/template
index afa0c84fb8cd..22ed4b8e0e5d 100644
--- a/srcpkgs/python3-socks/template
+++ b/srcpkgs/python3-socks/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-socks'
 pkgname=python3-socks
-version=1.2.0
+version=1.2.4
 revision=1
 wrksrc="python-socks-${version}"
 build_style=python3-module
@@ -17,4 +17,4 @@ maintainer="Arjan Mossel <arjanmossel@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/romis2012/python-socks"
 distfiles="${PYPI_SITE}/p/python-socks/python-socks-${version}.tar.gz"
-checksum=3054a8afa984a35144198e00fed1144eeae3287cc231ac7db3908d32ab642cd4
+checksum=7d0ef2578cead9f762b71317d25a6c118fabaf79535555e75b3e102f5158ddd8

From 34db354c15a0bba0ef8bd934206f3b9e04968367 Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Mon, 21 Jun 2021 16:05:49 +0200
Subject: [PATCH 4/5] python3-aiohttp_socks: update to 0.6.0.

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

diff --git a/srcpkgs/python3-aiohttp_socks/template b/srcpkgs/python3-aiohttp_socks/template
index 5ebdd5b6ab90..48ac973d33b1 100644
--- a/srcpkgs/python3-aiohttp_socks/template
+++ b/srcpkgs/python3-aiohttp_socks/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-aiohttp_socks'
 pkgname=python3-aiohttp_socks
-version=0.5.5
+version=0.6.0
 revision=1
 wrksrc="aiohttp_socks-${version}"
 build_style=python3-module
@@ -12,4 +12,4 @@ maintainer="Christian Buschau <christian.buschau@mailbox.org>"
 license="Apache-2.0"
 homepage="https://github.com/romis2012/aiohttp-socks"
 distfiles="${PYPI_SITE}/a/aiohttp_socks/aiohttp_socks-${version}.tar.gz"
-checksum=2eb2059756bde34c55bb429541cbf2eba3fd53e36ac80875b461221e2858b04a
+checksum=b95dcfba3740c8499f4ff633846d72108459d25650ebc1ae8b299cb817088013

From 58f8dec8510dcb0f3333e2324cb2b6d46479a9a8 Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Mon, 21 Jun 2021 16:05:59 +0200
Subject: [PATCH 5/5] electrum: update to 4.1.4.

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

diff --git a/srcpkgs/electrum/template b/srcpkgs/electrum/template
index b1a6a423ab55..92f21f07ef4d 100644
--- a/srcpkgs/electrum/template
+++ b/srcpkgs/electrum/template
@@ -1,6 +1,6 @@
 # Template file for 'electrum'
 pkgname=electrum
-version=4.1.2
+version=4.1.4
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
@@ -20,7 +20,7 @@ maintainer="Charles E. Lehner <cel@celehner.com>"
 license="MIT"
 homepage="https://electrum.org/"
 distfiles="https://github.com/spesmilo/electrum/archive/${version}.tar.gz"
-checksum=f1e0565a50e2f21a35a180f927239625f14e23a1d87be0a962bbb7895001ab82
+checksum=31f3a794565c3360f129b97d9a3962f8cc978f79d1b0f69d0929e00ce2bfc0d8
 
 post_install() {
 	sed -i -e 's|electrum %u|electrum|' \

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

* Re: [PR PATCH] [Merged]: electrum: update to 4.1.4
  2021-06-21 14:12 [PR PATCH] electrum: update to 4.1.4 ar-jan
@ 2021-06-28 20:52 ` ahesford
  0 siblings, 0 replies; 2+ messages in thread
From: ahesford @ 2021-06-28 20:52 UTC (permalink / raw)
  To: ml

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

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

electrum: update to 4.1.4
https://github.com/void-linux/void-packages/pull/31598

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
- [ ] 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.)
- [ ] 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] 2+ messages in thread

end of thread, other threads:[~2021-06-28 20:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-21 14:12 [PR PATCH] electrum: update to 4.1.4 ar-jan
2021-06-28 20:52 ` [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).