Tue Oct 26 17:27:29 2021 UTC ()
py-httpx-socks: updated to 0.5.1

v0.5.1
Fix http2 support

v0.5.0
Fix httpx v0.20.0 compatibility


(adam)
diff -r1.5 -r1.6 pkgsrc/www/py-httpx-socks/Makefile
diff -r1.5 -r1.6 pkgsrc/www/py-httpx-socks/distinfo

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

--- pkgsrc/www/py-httpx-socks/Makefile 2021/07/08 08:37:16 1.5
+++ pkgsrc/www/py-httpx-socks/Makefile 2021/10/26 17:27:29 1.6
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile,v 1.5 2021/07/08 08:37:16 adam Exp $ 1# $NetBSD: Makefile,v 1.6 2021/10/26 17:27:29 adam Exp $
2 2
3DISTNAME= httpx-socks-0.4.1 3DISTNAME= httpx-socks-0.5.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@NetBSD.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.20.0:../../www/py-httpx
14DEPENDS+= ${PYPKGPREFIX}-httpcore>=0.13.4:../../www/py-httpcore 14DEPENDS+= ${PYPKGPREFIX}-httpcore>=0.13.7:../../www/py-httpcore
15DEPENDS+= ${PYPKGPREFIX}-python-socks>=1.2.4:../../net/py-python-socks 15DEPENDS+= ${PYPKGPREFIX}-python-socks>=1.2.4:../../net/py-python-socks
16 16
17USE_LANGUAGES= # none 17USE_LANGUAGES= # none
18 18
19PYTHON_VERSIONS_INCOMPATIBLE= 27 36 # py-httpcore, py-anyio, py-uvloop 19PYTHON_VERSIONS_INCOMPATIBLE= 27 36 # py-httpcore, py-anyio, py-uvloop
20 20
21.include "../../lang/python/egg.mk" 21.include "../../lang/python/egg.mk"
22.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/www/py-httpx-socks/distinfo 2021/10/26 11:30:42 1.5
+++ pkgsrc/www/py-httpx-socks/distinfo 2021/10/26 17:27:29 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2021/10/26 11:30:42 nia Exp $ 1$NetBSD: distinfo,v 1.6 2021/10/26 17:27:29 adam Exp $
2 2
3BLAKE2s (httpx-socks-0.4.1.tar.gz) = 3204ec28214072a293eea76446bee985e2828c948b38aeb6bba90f09d130c6b7 3BLAKE2s (httpx-socks-0.5.1.tar.gz) = 60514ea9344451f77a1733436304e75996e19a8c19462781f00d25c984079c90
4SHA512 (httpx-socks-0.4.1.tar.gz) = 6bc64da0ca22b336414b8d8170623731f017b667a05e91921123bfb64d116235e4952ab65f5b42c99ab79585113dcb19320e57415d67811a4367dfc725ce181d 4SHA512 (httpx-socks-0.5.1.tar.gz) = cc83a0722053099481f66c3d1da7297d633d44f9c59f2e3d19a4ab68c0bf874dd70e7ea0f7f7f25789104e970e22db65d85edf726c88bfe2737c69e6d9a15c07
5Size (httpx-socks-0.4.1.tar.gz) = 7921 bytes 5Size (httpx-socks-0.5.1.tar.gz) = 8370 bytes