pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-python-socks
Module Name: pkgsrc
Committed By: adam
Date: Mon Sep 7 16:14:32 UTC 2026
Modified Files:
pkgsrc/net/py-python-socks: Makefile PLIST distinfo
Log Message:
py-python-socks: updated to 3.0.0
3.0.0
Breaking Changes
Drop Python 3.8 support: The minimum required Python version is now 3.9+.
Remove Curio support: The curio asynchronous backend has been completely removed.
Change AnyIO Proxy.connect return type: The connect method now returns a native anyio.abc.SocketStream instead of a custom wrapper.
Features
Add proxy chaining support: Introduced an optional forward parameter to the __init__ method of all Proxy classes to enable chaining.
Refactoring & Clean Up
Remove deprecated proxy chains: Deleted the legacy, deprecated implementation of proxy chaining.
Typing & Quality
Full mypy type-checking support: The entire codebase is now strictly type-annotated and fully compliant with mypy.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/net/py-python-socks/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/py-python-socks/PLIST
cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/py-python-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/net/py-python-socks/Makefile
diff -u pkgsrc/net/py-python-socks/Makefile:1.27 pkgsrc/net/py-python-socks/Makefile:1.28
--- pkgsrc/net/py-python-socks/Makefile:1.27 Fri Jun 26 13:50:45 2026
+++ pkgsrc/net/py-python-socks/Makefile Mon Sep 7 16:14:32 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2026/06/26 13:50:45 adam Exp $
+# $NetBSD: Makefile,v 1.28 2026/09/07 16:14:32 adam Exp $
-DISTNAME= python_socks-2.8.2
+DISTNAME= python_socks-3.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-socks/}
@@ -11,16 +11,17 @@ COMMENT= Core proxy (SOCKS4, SOCKS5, HTT
LICENSE= apache-2.0
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-TEST_DEPENDS+= ${PYPKGPREFIX}-anyio>=3.3.4:../../devel/py-anyio
-TEST_DEPENDS+= ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask
-TEST_DEPENDS+= ${PYPKGPREFIX}-trustme-[0-9]*:../../security/py-trustme
+TEST_DEPENDS+= ${PYPKGPREFIX}-anyio>=4.12.1:../../devel/py-anyio
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio>=1.2.0:../../devel/py-test-asyncio
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=7.1.0:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-trustme>=1.2.1:../../security/py-trustme
USE_LANGUAGES= # none
.include "../../lang/python/pyversion.mk"
.if ${PYTHON_VERSION} < 311
# asyncio
-DEPENDS+= ${PYPKGPREFIX}-async-timeout>=4.0:../../devel/py-async-timeout
+DEPENDS+= ${PYPKGPREFIX}-async-timeout>=5.0.1:../../devel/py-async-timeout
.endif
.include "../../lang/python/wheel.mk"
Index: pkgsrc/net/py-python-socks/PLIST
diff -u pkgsrc/net/py-python-socks/PLIST:1.9 pkgsrc/net/py-python-socks/PLIST:1.10
--- pkgsrc/net/py-python-socks/PLIST:1.9 Tue Apr 15 09:51:03 2025
+++ pkgsrc/net/py-python-socks/PLIST Mon Sep 7 16:14:32 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2025/04/15 09:51:03 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2026/09/07 16:14:32 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -70,15 +70,9 @@ ${PYSITELIB}/python_socks/_version.pyo
${PYSITELIB}/python_socks/async_/__init__.py
${PYSITELIB}/python_socks/async_/__init__.pyc
${PYSITELIB}/python_socks/async_/__init__.pyo
-${PYSITELIB}/python_socks/async_/_proxy_chain.py
-${PYSITELIB}/python_socks/async_/_proxy_chain.pyc
-${PYSITELIB}/python_socks/async_/_proxy_chain.pyo
${PYSITELIB}/python_socks/async_/anyio/__init__.py
${PYSITELIB}/python_socks/async_/anyio/__init__.pyc
${PYSITELIB}/python_socks/async_/anyio/__init__.pyo
-${PYSITELIB}/python_socks/async_/anyio/_chain.py
-${PYSITELIB}/python_socks/async_/anyio/_chain.pyc
-${PYSITELIB}/python_socks/async_/anyio/_chain.pyo
${PYSITELIB}/python_socks/async_/anyio/_connect.py
${PYSITELIB}/python_socks/async_/anyio/_connect.pyc
${PYSITELIB}/python_socks/async_/anyio/_connect.pyo
@@ -94,9 +88,6 @@ ${PYSITELIB}/python_socks/async_/anyio/_
${PYSITELIB}/python_socks/async_/anyio/v2/__init__.py
${PYSITELIB}/python_socks/async_/anyio/v2/__init__.pyc
${PYSITELIB}/python_socks/async_/anyio/v2/__init__.pyo
-${PYSITELIB}/python_socks/async_/anyio/v2/_chain.py
-${PYSITELIB}/python_socks/async_/anyio/v2/_chain.pyc
-${PYSITELIB}/python_socks/async_/anyio/v2/_chain.pyo
${PYSITELIB}/python_socks/async_/anyio/v2/_connect.py
${PYSITELIB}/python_socks/async_/anyio/v2/_connect.pyc
${PYSITELIB}/python_socks/async_/anyio/v2/_connect.pyo
@@ -124,9 +115,6 @@ ${PYSITELIB}/python_socks/async_/asyncio
${PYSITELIB}/python_socks/async_/asyncio/v2/__init__.py
${PYSITELIB}/python_socks/async_/asyncio/v2/__init__.pyc
${PYSITELIB}/python_socks/async_/asyncio/v2/__init__.pyo
-${PYSITELIB}/python_socks/async_/asyncio/v2/_chain.py
-${PYSITELIB}/python_socks/async_/asyncio/v2/_chain.pyc
-${PYSITELIB}/python_socks/async_/asyncio/v2/_chain.pyo
${PYSITELIB}/python_socks/async_/asyncio/v2/_connect.py
${PYSITELIB}/python_socks/async_/asyncio/v2/_connect.pyc
${PYSITELIB}/python_socks/async_/asyncio/v2/_connect.pyo
@@ -136,21 +124,6 @@ ${PYSITELIB}/python_socks/async_/asyncio
${PYSITELIB}/python_socks/async_/asyncio/v2/_stream.py
${PYSITELIB}/python_socks/async_/asyncio/v2/_stream.pyc
${PYSITELIB}/python_socks/async_/asyncio/v2/_stream.pyo
-${PYSITELIB}/python_socks/async_/curio/__init__.py
-${PYSITELIB}/python_socks/async_/curio/__init__.pyc
-${PYSITELIB}/python_socks/async_/curio/__init__.pyo
-${PYSITELIB}/python_socks/async_/curio/_connect.py
-${PYSITELIB}/python_socks/async_/curio/_connect.pyc
-${PYSITELIB}/python_socks/async_/curio/_connect.pyo
-${PYSITELIB}/python_socks/async_/curio/_proxy.py
-${PYSITELIB}/python_socks/async_/curio/_proxy.pyc
-${PYSITELIB}/python_socks/async_/curio/_proxy.pyo
-${PYSITELIB}/python_socks/async_/curio/_resolver.py
-${PYSITELIB}/python_socks/async_/curio/_resolver.pyc
-${PYSITELIB}/python_socks/async_/curio/_resolver.pyo
-${PYSITELIB}/python_socks/async_/curio/_stream.py
-${PYSITELIB}/python_socks/async_/curio/_stream.pyc
-${PYSITELIB}/python_socks/async_/curio/_stream.pyo
${PYSITELIB}/python_socks/async_/trio/__init__.py
${PYSITELIB}/python_socks/async_/trio/__init__.pyc
${PYSITELIB}/python_socks/async_/trio/__init__.pyo
@@ -169,9 +142,6 @@ ${PYSITELIB}/python_socks/async_/trio/_s
${PYSITELIB}/python_socks/async_/trio/v2/__init__.py
${PYSITELIB}/python_socks/async_/trio/v2/__init__.pyc
${PYSITELIB}/python_socks/async_/trio/v2/__init__.pyo
-${PYSITELIB}/python_socks/async_/trio/v2/_chain.py
-${PYSITELIB}/python_socks/async_/trio/v2/_chain.pyc
-${PYSITELIB}/python_socks/async_/trio/v2/_chain.pyo
${PYSITELIB}/python_socks/async_/trio/v2/_connect.py
${PYSITELIB}/python_socks/async_/trio/v2/_connect.pyc
${PYSITELIB}/python_socks/async_/trio/v2/_connect.pyo
@@ -185,9 +155,6 @@ ${PYSITELIB}/python_socks/py.typed
${PYSITELIB}/python_socks/sync/__init__.py
${PYSITELIB}/python_socks/sync/__init__.pyc
${PYSITELIB}/python_socks/sync/__init__.pyo
-${PYSITELIB}/python_socks/sync/_chain.py
-${PYSITELIB}/python_socks/sync/_chain.pyc
-${PYSITELIB}/python_socks/sync/_chain.pyo
${PYSITELIB}/python_socks/sync/_connect.py
${PYSITELIB}/python_socks/sync/_connect.pyc
${PYSITELIB}/python_socks/sync/_connect.pyo
@@ -203,9 +170,6 @@ ${PYSITELIB}/python_socks/sync/_stream.p
${PYSITELIB}/python_socks/sync/v2/__init__.py
${PYSITELIB}/python_socks/sync/v2/__init__.pyc
${PYSITELIB}/python_socks/sync/v2/__init__.pyo
-${PYSITELIB}/python_socks/sync/v2/_chain.py
-${PYSITELIB}/python_socks/sync/v2/_chain.pyc
-${PYSITELIB}/python_socks/sync/v2/_chain.pyo
${PYSITELIB}/python_socks/sync/v2/_connect.py
${PYSITELIB}/python_socks/sync/v2/_connect.pyc
${PYSITELIB}/python_socks/sync/v2/_connect.pyo
Index: pkgsrc/net/py-python-socks/distinfo
diff -u pkgsrc/net/py-python-socks/distinfo:1.26 pkgsrc/net/py-python-socks/distinfo:1.27
--- pkgsrc/net/py-python-socks/distinfo:1.26 Fri Jun 26 13:50:45 2026
+++ pkgsrc/net/py-python-socks/distinfo Mon Sep 7 16:14:32 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2026/06/26 13:50:45 adam Exp $
+$NetBSD: distinfo,v 1.27 2026/09/07 16:14:32 adam Exp $
-BLAKE2s (python_socks-2.8.2.tar.gz) = cfe9e1f89f2278fcb645168234a3f9638abad2dc4a37ed0007e94138f775ccbc
-SHA512 (python_socks-2.8.2.tar.gz) = 23c7f01960444b8f2ef1fde027d624877af33036820cf576c2ffd7392500eb990e9869514e828a8231d68e7f282f48f219d4b3bfec1e00ee3e6cfc928e00d868
-Size (python_socks-2.8.2.tar.gz) = 39656 bytes
+BLAKE2s (python_socks-3.0.0.tar.gz) = 77c1e6d91b26f3f51ae5a9dde9ca386674ec02f3e2b9001d1d3cfd10bece9a90
+SHA512 (python_socks-3.0.0.tar.gz) = 48cd7e3ab61d0cd0176b733a1cf8e1154b0b60825de47dd3eb1d44fc10a72fdb261d74aa4e6282776a05c10ec625af96a220ec0e3105e7743013fabb956e2e9f
+Size (python_socks-3.0.0.tar.gz) = 232731 bytes
Home |
Main Index |
Thread Index |
Old Index