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:           Wed Jul  7 09:53:36 UTC 2021

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

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

v0.4.1:
Include keepalive_expiry when creating a new connection


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-httpx-socks/Makefile
cvs rdiff -u -r1.2 -r1.3 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.3 pkgsrc/www/py-httpx-socks/Makefile:1.4
--- pkgsrc/www/py-httpx-socks/Makefile:1.3      Sat May  8 09:02:54 2021
+++ pkgsrc/www/py-httpx-socks/Makefile  Wed Jul  7 09:53:36 2021
@@ -1,16 +1,17 @@
-# $NetBSD: Makefile,v 1.3 2021/05/08 09:02:54 adam Exp $
+# $NetBSD: Makefile,v 1.4 2021/07/07 09:53:36 adam Exp $
 
-DISTNAME=      httpx-socks-0.4.0
+DISTNAME=      httpx-socks-0.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httpx-socks/}
 
-MAINTAINER=    pkgsrc-users%pkgsrc.org@localhost
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/romis2012/httpx-socks
 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}-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.2 pkgsrc/www/py-httpx-socks/distinfo:1.3
--- pkgsrc/www/py-httpx-socks/distinfo:1.2      Sat May  8 09:02:54 2021
+++ pkgsrc/www/py-httpx-socks/distinfo  Wed Jul  7 09:53:36 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2021/05/08 09:02:54 adam Exp $
+$NetBSD: distinfo,v 1.3 2021/07/07 09:53:36 adam Exp $
 
-SHA1 (httpx-socks-0.4.0.tar.gz) = e54e49a5555fcc4d26badd9a83203e85e25dc611
-RMD160 (httpx-socks-0.4.0.tar.gz) = efbeefc1bed9a70d2f08250c4e9e15fd5a75e419
-SHA512 (httpx-socks-0.4.0.tar.gz) = 707296e374a2b321756e95d5eb2aafada3583b7d597b5fd451091549b50b9dd35fd2e4173b26913c175a4af1b93873f474cc6fce74330faab0e82b7046e1a838
-Size (httpx-socks-0.4.0.tar.gz) = 7911 bytes
+SHA1 (httpx-socks-0.4.1.tar.gz) = ac5a72d64780ddbd76f1fd5267196f2cecb72f99
+RMD160 (httpx-socks-0.4.1.tar.gz) = a63538ae0ed8e36fc6af63c96a97fe3454622981
+SHA512 (httpx-socks-0.4.1.tar.gz) = 6bc64da0ca22b336414b8d8170623731f017b667a05e91921123bfb64d116235e4952ab65f5b42c99ab79585113dcb19320e57415d67811a4367dfc725ce181d
+Size (httpx-socks-0.4.1.tar.gz) = 7921 bytes



Home | Main Index | Thread Index | Old Index