From 82c426d6c0359a53adb4d8654ed9087830a265b5 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 22 Aug 2021 21:29:19 +0200 Subject: [PATCH 1/5] python3-aiohttp: do not depend on python3-idna-ssl aiohttp doesn't use idna-ssl anymore --- srcpkgs/python3-aiohttp/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-aiohttp/template b/srcpkgs/python3-aiohttp/template index d8b4761c8b9b..54bc29ba4639 100644 --- a/srcpkgs/python3-aiohttp/template +++ b/srcpkgs/python3-aiohttp/template @@ -6,8 +6,8 @@ wrksrc="aiohttp-${version}" build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-devel http-parser-devel" -depends="python3-async-timeout python3-attrs python3-chardet - python3-idna-ssl python3-yarl python3-typing_extensions python3-multidict" +depends="python3-async-timeout python3-attrs python3-chardet python3-yarl + python3-typing_extensions python3-multidict" short_desc="HTTP client/server for asyncio (PEP-3156)" maintainer="Michael Aldridge " license="Apache-2.0" From ef65f29498816b9d025adc811efeeb4e9d05fa08 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 22 Aug 2021 21:28:39 +0200 Subject: [PATCH 2/5] python3-aiohttp-cors2: remove package * not used by any other packages * depends on aiohttp v2 and there python3-aiohttp-cors which uses aiohttp v3 --- srcpkgs/python3-aiohttp-cors2/template | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 srcpkgs/python3-aiohttp-cors2/template diff --git a/srcpkgs/python3-aiohttp-cors2/template b/srcpkgs/python3-aiohttp-cors2/template deleted file mode 100644 index 2bb6e5523e00..000000000000 --- a/srcpkgs/python3-aiohttp-cors2/template +++ /dev/null @@ -1,17 +0,0 @@ -# Template file for 'python3-aiohttp-cors2' -pkgname=python3-aiohttp-cors2 -version=0.7.0 -revision=3 -wrksrc="aiohttp-cors-${version}" -build_style=python3-module -pycompile_module="aiohttp_cors" -hostmakedepends="python3-setuptools" -depends="python3-aiohttp2" -short_desc="Cross Origin Resource Sharing (CORS) support for aiohttp" -maintainer="Michael Aldridge " -license="Apache-2.0" -homepage="https://github.com/aio-libs/aiohttp-cors" -distfiles="https://github.com/aio-libs/aiohttp-cors/archive/v${version}.tar.gz" -checksum=a710a07c3d8e8c2dcb3a3f992c671a058e2058652ed041b5201016978a5527aa -conflicts=python3-aiohttp-cors -replaces="python3-aiohttp-cors>=0" From 8bd3b9e5d70db2f9fb455f619a78f7527285e9bd Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 22 Aug 2021 21:28:54 +0200 Subject: [PATCH 3/5] python3-aiohttp2: remove package * not used by any other packages * frozen in an old version from 2018 --- srcpkgs/python3-aiohttp2/template | 26 -------------------------- srcpkgs/python3-aiohttp2/update | 1 - 2 files changed, 27 deletions(-) delete mode 100644 srcpkgs/python3-aiohttp2/template delete mode 100644 srcpkgs/python3-aiohttp2/update diff --git a/srcpkgs/python3-aiohttp2/template b/srcpkgs/python3-aiohttp2/template deleted file mode 100644 index 9a839c29ab7b..000000000000 --- a/srcpkgs/python3-aiohttp2/template +++ /dev/null @@ -1,26 +0,0 @@ -# Template file for 'python3-aiohttp2' -pkgname=python3-aiohttp2 -version=2.3.10 -revision=4 -wrksrc="aiohttp-${version}" -build_style=python3-module -pycompile_module="aiohttp" -hostmakedepends="python3-Cython python3-setuptools" -makedepends="python3-devel" -checkdepends="python3-async-timeout python3-async_generator python3-chardet - python3-idna-ssl python3-pytest-mock python3-yarl" -depends="python3-async-timeout python3-attrs python3-chardet python3-idna-ssl - python3-yarl" -short_desc="HTTP client/server for asyncio (PEP-3156)" -maintainer="Michael Aldridge " -license="Apache-2.0" -#changelog="https://raw.githubusercontent.com/aio-libs/aiohttp/master/CHANGES.rst" -homepage="https://aiohttp.readthedocs.io/" -distfiles="https://github.com/aio-libs/aiohttp/archive/v${version}.tar.gz" -checksum=ca3c15aa2c178599393919c27dbada24860e075d501257db54d6547ecf34bac8 -conflicts=python3-aiohttp -replaces="python3-aiohttp>=0" - -do_check() { - python3 setup.py test -} diff --git a/srcpkgs/python3-aiohttp2/update b/srcpkgs/python3-aiohttp2/update deleted file mode 100644 index f6f8ab7f15af..000000000000 --- a/srcpkgs/python3-aiohttp2/update +++ /dev/null @@ -1 +0,0 @@ -ignore='3.*' From f9854178f6a10f2ae03612237ec5edd55f3e35ba Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 22 Aug 2021 21:28:21 +0200 Subject: [PATCH 4/5] python3-idna-ssl: remove package * repository is archived * not necessary since Python 3.7 --- srcpkgs/python3-idna-ssl/template | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 srcpkgs/python3-idna-ssl/template diff --git a/srcpkgs/python3-idna-ssl/template b/srcpkgs/python3-idna-ssl/template deleted file mode 100644 index 82dd5c51ce6b..000000000000 --- a/srcpkgs/python3-idna-ssl/template +++ /dev/null @@ -1,19 +0,0 @@ -# Template file for 'python3-idna-ssl' -pkgname=python3-idna-ssl -version=1.1.0 -revision=3 -wrksrc="idna-ssl-${version}" -build_style=python3-module -pycompile_module="idna_ssl.py" -hostmakedepends="python3-setuptools" -depends="python3-idna" -short_desc="Patch ssl.match_hostname for Unicode(idna) domains support" -maintainer="Orphaned " -license="MIT" -homepage="https://github.com/aio-libs/idna-ssl" -distfiles="https://github.com/aio-libs/idna-ssl/archive/v${version}.tar.gz" -checksum=cdbefa2429a6a2fa5cbe8d2a47c677ca671e84531618d3460fc0bcfc840684c5 - -post_install() { - vlicense LICENSE -} From 377d83c13bcd9c3e5251865d6ca43d57fda82afa Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 22 Aug 2021 21:31:42 +0200 Subject: [PATCH 5/5] removed-packages: add multiple * python3-aiohttp2 * python3-aiohttp-cors2 * python3-idna-ssl --- srcpkgs/removed-packages/template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template index 9a23823239b2..a159a0bd31e1 100644 --- a/srcpkgs/removed-packages/template +++ b/srcpkgs/removed-packages/template @@ -1,7 +1,7 @@ # Template file for 'removed-packages' pkgname=removed-packages version=0.1 -revision=50 +revision=51 build_style=meta short_desc="Uninstalls packages removed from repository" maintainer="Piotr Wójcik " @@ -261,6 +261,9 @@ replaces=" python3-pyside<=5.15.0_2 python3-pyside-phonon<=5.15.0_2 python3-shiboken<=5.15.0_3 + python3-aiohttp2<=2.3.10_4 + python3-aiohttp-cors2<=0.7.0_3 + python3-idna-ssl<=1.1.0_3 qimageblitz<=0.0.6_4 quake4<=1.4.2_3 qucs<=0.0.19_2