Wed Jul 7 09:53:36 2021 UTC ()
py-httpx-socks: updated to 0.4.1

v0.4.1:
Include keepalive_expiry when creating a new connection


(adam)
diff -r1.3 -r1.4 pkgsrc/www/py-httpx-socks/Makefile
diff -r1.2 -r1.3 pkgsrc/www/py-httpx-socks/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/www/py-httpx-socks/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-httpx-socks/Makefile 2021/05/08 09:02:54 1.3
+++ pkgsrc/www/py-httpx-socks/Makefile 2021/07/07 09:53:36 1.4
@@ -1,21 +1,22 @@ @@ -1,21 +1,22 @@
1# $NetBSD: Makefile,v 1.3 2021/05/08 09:02:54 adam Exp $ 1# $NetBSD: Makefile,v 1.4 2021/07/07 09:53:36 adam Exp $
2 2
3DISTNAME= httpx-socks-0.4.0 3DISTNAME= httpx-socks-0.4.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpx-socks/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpx-socks/}
7 7
8MAINTAINER= pkgsrc-users@pkgsrc.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/romis2012/httpx-socks 9HOMEPAGE= https://github.com/romis2012/httpx-socks
10COMMENT= Proxy (HTTP, SOCKS) transports for httpx 10COMMENT= Proxy (HTTP, SOCKS) transports for httpx
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13DEPENDS+= ${PYPKGPREFIX}-httpx>=0.18.1:../../www/py-httpx 13DEPENDS+= ${PYPKGPREFIX}-httpx>=0.18.1:../../www/py-httpx
 14DEPENDS+= ${PYPKGPREFIX}-httpcore>=0.13.4:../../www/py-httpcore
14DEPENDS+= ${PYPKGPREFIX}-python-socks>=1.2.4:../../net/py-python-socks 15DEPENDS+= ${PYPKGPREFIX}-python-socks>=1.2.4:../../net/py-python-socks
15 16
16USE_LANGUAGES= # none 17USE_LANGUAGES= # none
17 18
18PYTHON_VERSIONS_INCOMPATIBLE= 27 19PYTHON_VERSIONS_INCOMPATIBLE= 27
19 20
20.include "../../lang/python/egg.mk" 21.include "../../lang/python/egg.mk"
21.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/www/py-httpx-socks/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-httpx-socks/distinfo 2021/05/08 09:02:54 1.2
+++ pkgsrc/www/py-httpx-socks/distinfo 2021/07/07 09:53:36 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2021/05/08 09:02:54 adam Exp $ 1$NetBSD: distinfo,v 1.3 2021/07/07 09:53:36 adam Exp $
2 2
3SHA1 (httpx-socks-0.4.0.tar.gz) = e54e49a5555fcc4d26badd9a83203e85e25dc611 3SHA1 (httpx-socks-0.4.1.tar.gz) = ac5a72d64780ddbd76f1fd5267196f2cecb72f99
4RMD160 (httpx-socks-0.4.0.tar.gz) = efbeefc1bed9a70d2f08250c4e9e15fd5a75e419 4RMD160 (httpx-socks-0.4.1.tar.gz) = a63538ae0ed8e36fc6af63c96a97fe3454622981
5SHA512 (httpx-socks-0.4.0.tar.gz) = 707296e374a2b321756e95d5eb2aafada3583b7d597b5fd451091549b50b9dd35fd2e4173b26913c175a4af1b93873f474cc6fce74330faab0e82b7046e1a838 5SHA512 (httpx-socks-0.4.1.tar.gz) = 6bc64da0ca22b336414b8d8170623731f017b667a05e91921123bfb64d116235e4952ab65f5b42c99ab79585113dcb19320e57415d67811a4367dfc725ce181d
6Size (httpx-socks-0.4.0.tar.gz) = 7911 bytes 6Size (httpx-socks-0.4.1.tar.gz) = 7921 bytes