[arch-commits] Commit in python-aiohttp-socks/trunk (PKGBUILD)

Jonas Witschel diabonas at gemini.archlinux.org
Tue Apr 5 14:26:17 UTC 2022


    Date: Tuesday, April 5, 2022 @ 14:26:17
  Author: diabonas
Revision: 1181450

upgpkg: python-aiohttp-socks 0.7.1-4: depend on python-attrs and python-async-timeout

- python-attrs is required by aiohttp_socks/connector.py, cf. install_requires
  in setup.py.
- python-async-timeout is an optional dependency of python-python-socks for
  asyncio support, which is required by this package (cf. the install_requires
  on python-socks[asyncio] in setup.py).

Modified:
  python-aiohttp-socks/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-05 13:57:41 UTC (rev 1181449)
+++ PKGBUILD	2022-04-05 14:26:17 UTC (rev 1181450)
@@ -3,12 +3,12 @@
 
 pkgname=python-aiohttp-socks
 pkgver=0.7.1
-pkgrel=3
+pkgrel=4
 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-python-socks')
+depends=('python' 'python-aiohttp' 'python-attrs' 'python-async-timeout' 'python-python-socks')
 makedepends=('git' 'python-build' 'python-installer' 'python-wheel')
 checkdepends=('python-flask' 'python-pytest' 'python-pytest-asyncio')
 source=("git+https://github.com/romis2012/aiohttp-socks?signed#tag=v${pkgver}")



More information about the arch-commits mailing list