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 Nov 17 08:37:54 UTC 2021
Modified Files:
pkgsrc/www/py-httpx-socks: Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-httpx-socks/Makefile \
pkgsrc/www/py-httpx-socks/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-httpx-socks/PLIST
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.7 pkgsrc/www/py-httpx-socks/Makefile:1.8
--- pkgsrc/www/py-httpx-socks/Makefile:1.7 Mon Nov 15 17:45:33 2021
+++ pkgsrc/www/py-httpx-socks/Makefile Wed Nov 17 08:37:54 2021
@@ -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 @@ HOMEPAGE= https://github.com/romis2012/h
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
Index: pkgsrc/www/py-httpx-socks/distinfo
diff -u pkgsrc/www/py-httpx-socks/distinfo:1.7 pkgsrc/www/py-httpx-socks/distinfo:1.8
--- pkgsrc/www/py-httpx-socks/distinfo:1.7 Mon Nov 15 17:45:33 2021
+++ pkgsrc/www/py-httpx-socks/distinfo Wed Nov 17 08:37:54 2021
@@ -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
Index: pkgsrc/www/py-httpx-socks/PLIST
diff -u pkgsrc/www/py-httpx-socks/PLIST:1.1 pkgsrc/www/py-httpx-socks/PLIST:1.2
--- pkgsrc/www/py-httpx-socks/PLIST:1.1 Fri Feb 12 08:19:59 2021
+++ pkgsrc/www/py-httpx-socks/PLIST Wed Nov 17 08:37:54 2021
@@ -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}/${EGG_INFODIR}/top_level.tx
${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
Home |
Main Index |
Thread Index |
Old Index