Date: Sunday, May 7, 2023 @ 11:39:06 Author: arojas Revision: 1459248
upgpkg: python-aiohttp-socks 0.8.0-1: Update to 0.8.0 Modified: python-aiohttp-socks/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-07 11:35:07 UTC (rev 1459247) +++ PKGBUILD 2023-05-07 11:39:06 UTC (rev 1459248) @@ -2,16 +2,16 @@ # Maintainer: Jonas Witschel <[email protected]> pkgname=python-aiohttp-socks -pkgver=0.7.1 -_tag=db40abf65b3ad12debb2d18178f614fef904b5e3 # git rev-parse "v$pkgver" -pkgrel=5 +pkgver=0.8.0 +_tag=9fadc42fe6fb7d4050f5fdcc0aea0f7e5be6ffae # git rev-parse "v$pkgver" +pkgrel=1 pkgdesc="SOCKS proxy connector for aiohttp. SOCKS4(a) and SOCKS5 are supported." arch=('any') url="https://github.com/romis2012/aiohttp-socks/" license=('Apache') -depends=('python' 'python-aiohttp' 'python-attrs' 'python-async-timeout' 'python-python-socks') +depends=('python' 'python-aiohttp' 'python-python-socks') makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel') -checkdepends=('python-flask' 'python-pytest' 'python-pytest-asyncio') +checkdepends=('python-flask' 'python-pytest' 'python-pytest-asyncio' 'python-trustme' 'python-anyio' 'python-tiny-proxy') source=("git+https://github.com/romis2012/aiohttp-socks.git?signed#tag=$_tag") sha256sums=('SKIP') validpgpkeys=('706A8935FED55F3BFB7C188B5EEAD7400A5D80ED') # Roman Snegirev (maintainer)
