pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-httpx-socks py-httpx-socks: updated to 0.6.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb42c624e085
branches:  trunk
changeset: 769612:cb42c624e085
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Nov 17 08:37:54 2021 +0000

description:
py-httpx-socks: updated to 0.6.0

v0.6.0
This version is compatible with httpcore==0.14.*/httpx==0.21.*
Curio support has been dropped

diffstat:

 www/py-httpx-socks/Makefile |  8 ++++----
 www/py-httpx-socks/PLIST    |  8 +++++++-
 www/py-httpx-socks/distinfo |  8 ++++----
 3 files changed, 15 insertions(+), 9 deletions(-)

diffs (61 lines):

diff -r 57508e6cf1c0 -r cb42c624e085 www/py-httpx-socks/Makefile
--- a/www/py-httpx-socks/Makefile       Wed Nov 17 08:36:03 2021 +0000
+++ b/www/py-httpx-socks/Makefile       Wed Nov 17 08:37:54 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2021/11/15 17:45:33 adam Exp $
+# $NetBSD: Makefile,v 1.8 2021/11/17 08:37:54 adam Exp $
 
-DISTNAME=      httpx-socks-0.5.2
+DISTNAME=      httpx-socks-0.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httpx-socks/}
@@ -10,8 +10,8 @@
 COMMENT=       Proxy (HTTP, SOCKS) transports for httpx
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-httpx>=0.20.0:../../www/py-httpx
-DEPENDS+=      ${PYPKGPREFIX}-httpcore>=0.13.7:../../www/py-httpcore
+DEPENDS+=      ${PYPKGPREFIX}-httpx>=0.21.0:../../www/py-httpx
+DEPENDS+=      ${PYPKGPREFIX}-httpcore>=0.14.0:../../www/py-httpcore
 DEPENDS+=      ${PYPKGPREFIX}-python-socks>=1.2.4:../../net/py-python-socks
 
 USE_LANGUAGES= # none
diff -r 57508e6cf1c0 -r cb42c624e085 www/py-httpx-socks/PLIST
--- a/www/py-httpx-socks/PLIST  Wed Nov 17 08:36:03 2021 +0000
+++ b/www/py-httpx-socks/PLIST  Wed Nov 17 08:37:54 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2021/02/12 08:19:59 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/11/17 08:37:54 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -7,9 +7,15 @@
 ${PYSITELIB}/httpx_socks/__init__.py
 ${PYSITELIB}/httpx_socks/__init__.pyc
 ${PYSITELIB}/httpx_socks/__init__.pyo
+${PYSITELIB}/httpx_socks/_async_proxy.py
+${PYSITELIB}/httpx_socks/_async_proxy.pyc
+${PYSITELIB}/httpx_socks/_async_proxy.pyo
 ${PYSITELIB}/httpx_socks/_async_transport.py
 ${PYSITELIB}/httpx_socks/_async_transport.pyc
 ${PYSITELIB}/httpx_socks/_async_transport.pyo
+${PYSITELIB}/httpx_socks/_sync_proxy.py
+${PYSITELIB}/httpx_socks/_sync_proxy.pyc
+${PYSITELIB}/httpx_socks/_sync_proxy.pyo
 ${PYSITELIB}/httpx_socks/_sync_transport.py
 ${PYSITELIB}/httpx_socks/_sync_transport.pyc
 ${PYSITELIB}/httpx_socks/_sync_transport.pyo
diff -r 57508e6cf1c0 -r cb42c624e085 www/py-httpx-socks/distinfo
--- a/www/py-httpx-socks/distinfo       Wed Nov 17 08:36:03 2021 +0000
+++ b/www/py-httpx-socks/distinfo       Wed Nov 17 08:37:54 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/11/15 17:45:33 adam Exp $
+$NetBSD: distinfo,v 1.8 2021/11/17 08:37:54 adam Exp $
 
-BLAKE2s (httpx-socks-0.5.2.tar.gz) = f1044c8eda88e682dd19ffa3f1e77b9632f0002a1315fb1cf6bd781e07565393
-SHA512 (httpx-socks-0.5.2.tar.gz) = cc66eab4d452a06d2fdd678040e18e69a9f1db3ad91a4366f1a465e06e8415da8c44a5c295c288cbc558c9f8bc115fc866b577a5cde4901ad8d90f647a548e99
-Size (httpx-socks-0.5.2.tar.gz) = 8430 bytes
+BLAKE2s (httpx-socks-0.6.0.tar.gz) = ab46b4a71c49aeb1b8b51e37f02c60f1b7e43bfd06fc01830bf26bd434d32982
+SHA512 (httpx-socks-0.6.0.tar.gz) = ae0470f145f69edc8cd62fa2543542157f18e855385b52aecde75684147912275701ac415bb5be5a529030567c425abfa0d4541fc1c44c403df847aa200e3d12
+Size (httpx-socks-0.6.0.tar.gz) = 9521 bytes



Home | Main Index | Thread Index | Old Index