From 6551138936b08d57d524f31ea9bce1691334a445 Mon Sep 17 00:00:00 2001 From: Arjan Mossel Date: Sat, 19 Mar 2022 15:55:23 +0100 Subject: [PATCH 1/2] python3-aiorpcx: update to 0.22.1. --- srcpkgs/python3-aiorpcx/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-aiorpcx/template b/srcpkgs/python3-aiorpcx/template index 25a707330172..d52f2a85241b 100644 --- a/srcpkgs/python3-aiorpcx/template +++ b/srcpkgs/python3-aiorpcx/template @@ -1,7 +1,7 @@ # Template file for 'python3-aiorpcx' pkgname=python3-aiorpcx -version=0.18.7 -revision=2 +version=0.22.1 +revision=1 wrksrc="aiorpcX-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -14,7 +14,8 @@ license="MIT" homepage="https://github.com/kyuupichan/aiorpcX" # missing license in PyPI tarball distfiles="https://github.com/kyuupichan/aiorpcX/archive/${version}.tar.gz" -checksum=ce98d20a22535651c1479dd66a0e68674e1677632cb43e9706908a4c1e04deb9 +checksum=f72034c4854daf32d83c06ca940d39336908d55ad6a2fe17c039124d51b89430 +make_check=ci-skip # Tests using IPv6 fail on Github Actions, pass locally do_check() { python3 -m pytest From 7e06bf2e934821ef86c41add3882c81cd77a6439 Mon Sep 17 00:00:00 2001 From: Arjan Mossel Date: Sat, 19 Mar 2022 15:55:28 +0100 Subject: [PATCH 2/2] electrum: update to 4.2.0. --- srcpkgs/electrum/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/electrum/template b/srcpkgs/electrum/template index 59575350f955..f77c3dc6d736 100644 --- a/srcpkgs/electrum/template +++ b/srcpkgs/electrum/template @@ -1,7 +1,7 @@ # Template file for 'electrum' pkgname=electrum -version=4.1.5 -revision=2 +version=4.2.0 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools python3-PyQt5-devel-tools" depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx @@ -20,7 +20,7 @@ maintainer="Charles E. Lehner " license="MIT" homepage="https://electrum.org/" distfiles="https://github.com/spesmilo/electrum/archive/${version}.tar.gz" -checksum=74bf1ff3675d62f45ffe9178679b963f57ee6be0fc0d0a807e559967db714bd2 +checksum=3a24c7ed7a2bb47888f308380b8624a3fff3cf3882fd63d904cd9c3ec543fb3b post_install() { sed -i -e 's|electrum %u|electrum|' \