From bce9ca36b2373483bf5e09573d90bbdaf4f3783f Mon Sep 17 00:00:00 2001 From: Arjan Mossel 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 " 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 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 " 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 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 " 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 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 " 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 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 " 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|' \