From f12584b008ab0040b2057b6b9c7ae2697c61f918 Mon Sep 17 00:00:00 2001 From: Arjan Mossel Date: Mon, 17 Apr 2023 00:51:58 +0200 Subject: [PATCH 1/3] python3-aiohttp_socks: update to 0.8.0. --- srcpkgs/python3-aiohttp_socks/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-aiohttp_socks/template b/srcpkgs/python3-aiohttp_socks/template index 4675228d6805..10c8125e0753 100644 --- a/srcpkgs/python3-aiohttp_socks/template +++ b/srcpkgs/python3-aiohttp_socks/template @@ -1,9 +1,9 @@ # Template file for 'python3-aiohttp_socks' pkgname=python3-aiohttp_socks -version=0.6.0 -revision=3 -build_style=python3-module -hostmakedepends="python3-setuptools" +version=0.8.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel" depends="python3-aiohttp python3-socks" checkdepends="python3-aiohttp python3-attrs python3-socks" short_desc="SOCKS proxy connector for aiohttp" @@ -11,4 +11,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=b95dcfba3740c8499f4ff633846d72108459d25650ebc1ae8b299cb817088013 +checksum=927b1d3b347448f86ff5245c9ca19e40f397eb93906682be592790678c982f37 From f7c08011e501119fcce165006e7a35f512ab1607 Mon Sep 17 00:00:00 2001 From: Arjan Mossel Date: Mon, 17 Apr 2023 00:53:49 +0200 Subject: [PATCH 2/3] python3-socks: update to 2.2.0. --- srcpkgs/python3-socks/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-socks/template b/srcpkgs/python3-socks/template index 08fe1500d82d..f79051c99e6f 100644 --- a/srcpkgs/python3-socks/template +++ b/srcpkgs/python3-socks/template @@ -1,13 +1,13 @@ # Template file for 'python3-socks' pkgname=python3-socks -version=1.2.4 -revision=4 +version=2.2.0 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" checkdepends="python3-async-timeout python3-curio python3-trio python3-attrs python3-async_generator python3-sniffio python3-sortedcontainers - python3-outcome python3-idna" + python3-anyio python3-outcome python3-idna" # Optional dependencies: # async-timeout >= 3.0.1 # trio >= 0.16.0 @@ -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=7d0ef2578cead9f762b71317d25a6c118fabaf79535555e75b3e102f5158ddd8 +checksum=81500aca769165660cbbf38500849ffbedd50a8c50b6694f5132da3e21c7b30a From 7c16a9e83121c5a666bbf18dc02999022e99da97 Mon Sep 17 00:00:00 2001 From: Arjan Mossel Date: Mon, 17 Apr 2023 00:56:54 +0200 Subject: [PATCH 3/3] python3-outcome: update to 1.2.0. --- srcpkgs/python3-outcome/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-outcome/template b/srcpkgs/python3-outcome/template index daabfffe61de..6f6d448dd6b3 100644 --- a/srcpkgs/python3-outcome/template +++ b/srcpkgs/python3-outcome/template @@ -1,7 +1,7 @@ # Template file for 'python3-outcome' pkgname=python3-outcome -version=1.1.0 -revision=3 +version=1.2.0 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" @@ -11,7 +11,7 @@ maintainer="Arjan Mossel " license="Apache-2.0, MIT" homepage="https://github.com/python-trio/outcome" distfiles="${PYPI_SITE}/o/outcome/outcome-${version}.tar.gz" -checksum=e862f01d4e626e63e8f92c38d1f8d5546d3f9cce989263c521b2e7990d186967 +checksum=6f82bd3de45da303cf1f771ecafa1633750a358436a8bb60e06a1ceb745d2672 post_install() { vlicense LICENSE