Date: Sunday, May 7, 2023 @ 11:34:56 Author: arojas Revision: 1459246
upgpkg: python-python-socks 2.2.0-1: Update to 2.2.0 Modified: python-python-socks/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-07 11:33:21 UTC (rev 1459245) +++ PKGBUILD 2023-05-07 11:34:56 UTC (rev 1459246) @@ -1,8 +1,8 @@ # Maintainer: Jonas Witschel <[email protected]> pkgname=python-python-socks -pkgver=2.0.3 -_tag=55f744af9066682165c354897055508eb4c19877 # git rev-parse "v$pkgver" -pkgrel=3 +pkgver=2.2.0 +_tag=0b14e3d73c7c2a502b6cd46f1762a0020071259c # git rev-parse "v$pkgver" +pkgrel=1 pkgdesc='Core proxy client (SOCKS4, SOCKS5, HTTP) functionality for Python' arch=('any') url='https://github.com/romis2012/python-socks' @@ -10,7 +10,7 @@ depends=('python') makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel') checkdepends=('python-anyio' 'python-async-timeout' 'python-curio' 'python-flask' 'python-pytest' - 'python-pytest-asyncio' 'python-pytest-trio' 'python-trio' 'python-yarl') + 'python-pytest-asyncio' 'python-pytest-trio' 'python-trio' 'python-yarl' 'python-trustme' 'python-tiny-proxy') optdepends=('python-anyio: anyio support' 'python-async-timeout: asyncio support' 'python-curio: curio support' @@ -33,7 +33,7 @@ check() { cd "${pkgname#python-}" - pytest + pytest -k 'not proxy_server' } package() {
