pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-httpx-socks



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 26 17:27:29 UTC 2021

Modified Files:
        pkgsrc/www/py-httpx-socks: Makefile distinfo

Log Message:
py-httpx-socks: updated to 0.5.1

v0.5.1
Fix http2 support

v0.5.0
Fix httpx v0.20.0 compatibility


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-httpx-socks/Makefile \
    pkgsrc/www/py-httpx-socks/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-httpx-socks/Makefile
diff -u pkgsrc/www/py-httpx-socks/Makefile:1.5 pkgsrc/www/py-httpx-socks/Makefile:1.6
--- pkgsrc/www/py-httpx-socks/Makefile:1.5      Thu Jul  8 08:37:16 2021
+++ pkgsrc/www/py-httpx-socks/Makefile  Tue Oct 26 17:27:29 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2021/07/08 08:37:16 adam Exp $
+# $NetBSD: Makefile,v 1.6 2021/10/26 17:27:29 adam Exp $
 
-DISTNAME=      httpx-socks-0.4.1
+DISTNAME=      httpx-socks-0.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httpx-socks/}
@@ -10,8 +10,8 @@ HOMEPAGE=     https://github.com/romis2012/h
 COMMENT=       Proxy (HTTP, SOCKS) transports for httpx
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-httpx>=0.18.1:../../www/py-httpx
-DEPENDS+=      ${PYPKGPREFIX}-httpcore>=0.13.4:../../www/py-httpcore
+DEPENDS+=      ${PYPKGPREFIX}-httpx>=0.20.0:../../www/py-httpx
+DEPENDS+=      ${PYPKGPREFIX}-httpcore>=0.13.7:../../www/py-httpcore
 DEPENDS+=      ${PYPKGPREFIX}-python-socks>=1.2.4:../../net/py-python-socks
 
 USE_LANGUAGES= # none
Index: pkgsrc/www/py-httpx-socks/distinfo
diff -u pkgsrc/www/py-httpx-socks/distinfo:1.5 pkgsrc/www/py-httpx-socks/distinfo:1.6
--- pkgsrc/www/py-httpx-socks/distinfo:1.5      Tue Oct 26 11:30:42 2021
+++ pkgsrc/www/py-httpx-socks/distinfo  Tue Oct 26 17:27:29 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:30:42 nia Exp $
+$NetBSD: distinfo,v 1.6 2021/10/26 17:27:29 adam Exp $
 
-BLAKE2s (httpx-socks-0.4.1.tar.gz) = 3204ec28214072a293eea76446bee985e2828c948b38aeb6bba90f09d130c6b7
-SHA512 (httpx-socks-0.4.1.tar.gz) = 6bc64da0ca22b336414b8d8170623731f017b667a05e91921123bfb64d116235e4952ab65f5b42c99ab79585113dcb19320e57415d67811a4367dfc725ce181d
-Size (httpx-socks-0.4.1.tar.gz) = 7921 bytes
+BLAKE2s (httpx-socks-0.5.1.tar.gz) = 60514ea9344451f77a1733436304e75996e19a8c19462781f00d25c984079c90
+SHA512 (httpx-socks-0.5.1.tar.gz) = cc83a0722053099481f66c3d1da7297d633d44f9c59f2e3d19a4ab68c0bf874dd70e7ea0f7f7f25789104e970e22db65d85edf726c88bfe2737c69e6d9a15c07
+Size (httpx-socks-0.5.1.tar.gz) = 8370 bytes



Home | Main Index | Thread Index | Old Index