Wed Apr 15 14:27:57 2020 UTC ()
py-aiohttp-socks: updated to 0.3.7

0.3.7:
Merge pull request 15 from rytilahti/proxyerror_fix_socks4_errcode

0.3.6:
Merge pull request 14 from rytilahti/proxyerror_pass_errorcode

0.3.5:
Merge pull request 13 from rytilahti/use_timeouts_for_negotiation

0.3.4:
Resolve proxy host explicitly

0.3.3:
Add Proxy chaining support

0.3.2:
Fix StreamSocketReadWriteMixin.read_all

0.3.1:
Add HTTP proxy support


(adam)
diff -r1.1 -r1.2 pkgsrc/www/py-aiohttp-socks/Makefile
diff -r1.1 -r1.2 pkgsrc/www/py-aiohttp-socks/PLIST
diff -r1.1 -r1.2 pkgsrc/www/py-aiohttp-socks/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/www/py-aiohttp-socks/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-aiohttp-socks/Makefile 2020/04/14 19:52:15 1.1
+++ pkgsrc/www/py-aiohttp-socks/Makefile 2020/04/15 14:27:56 1.2
@@ -1,18 +1,21 @@ @@ -1,18 +1,21 @@
1# $NetBSD: Makefile,v 1.1 2020/04/14 19:52:15 js Exp $ 1# $NetBSD: Makefile,v 1.2 2020/04/15 14:27:56 adam Exp $
2 2
3DISTNAME= aiohttp_socks-0.2.2 3DISTNAME= aiohttp_socks-0.3.7
4PKGNAME= ${PYPKGPREFIX}-aiohttp-socks-0.2.2 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiohttp-socks/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiohttp-socks/}
7 7
8MAINTAINER= js@pkgsrc.org 8MAINTAINER= js@pkgsrc.org
9HOMEPAGE= https://github.com/romis2012/aiohttp-socks 9HOMEPAGE= https://github.com/romis2012/aiohttp-socks
10COMMENT= SOCKS proxy connector for aiohttp 10COMMENT= SOCKS proxy connector for aiohttp
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13PYTHON_VERSIONS_INCOMPATIBLE= 27 
14 
15DEPENDS+= ${PYPKGPREFIX}-aiohttp>=2.3.2:../../www/py-aiohttp 13DEPENDS+= ${PYPKGPREFIX}-aiohttp>=2.3.2:../../www/py-aiohttp
 14DEPENDS+= ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs
 15
 16USE_LANGUAGES= # none
 17
 18PYTHON_VERSIONS_INCOMPATIBLE= 27
16 19
17.include "../../lang/python/egg.mk" 20.include "../../lang/python/egg.mk"
18.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/www/py-aiohttp-socks/PLIST (expand / switch to unified diff)

--- pkgsrc/www/py-aiohttp-socks/PLIST 2020/04/14 19:52:15 1.1
+++ pkgsrc/www/py-aiohttp-socks/PLIST 2020/04/15 14:27:56 1.2
@@ -1,21 +1,51 @@ @@ -1,21 +1,51 @@
1@comment $NetBSD: PLIST,v 1.1 2020/04/14 19:52:15 js Exp $ 1@comment $NetBSD: PLIST,v 1.2 2020/04/15 14:27:56 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PYSITELIB}/${EGG_INFODIR}/requires.txt 5${PYSITELIB}/${EGG_INFODIR}/requires.txt
6${PYSITELIB}/${EGG_INFODIR}/top_level.txt 6${PYSITELIB}/${EGG_INFODIR}/top_level.txt
7${PYSITELIB}/aiohttp_socks/__init__.py 7${PYSITELIB}/aiohttp_socks/__init__.py
8${PYSITELIB}/aiohttp_socks/__init__.pyc 8${PYSITELIB}/aiohttp_socks/__init__.pyc
9${PYSITELIB}/aiohttp_socks/__init__.pyo 9${PYSITELIB}/aiohttp_socks/__init__.pyo
10${PYSITELIB}/aiohttp_socks/connector.py 10${PYSITELIB}/aiohttp_socks/connector.py
11${PYSITELIB}/aiohttp_socks/connector.pyc 11${PYSITELIB}/aiohttp_socks/connector.pyc
12${PYSITELIB}/aiohttp_socks/connector.pyo 12${PYSITELIB}/aiohttp_socks/connector.pyo
13${PYSITELIB}/aiohttp_socks/errors.py 13${PYSITELIB}/aiohttp_socks/proxy/__init__.py
14${PYSITELIB}/aiohttp_socks/errors.pyc 14${PYSITELIB}/aiohttp_socks/proxy/__init__.pyc
15${PYSITELIB}/aiohttp_socks/errors.pyo 15${PYSITELIB}/aiohttp_socks/proxy/__init__.pyo
16${PYSITELIB}/aiohttp_socks/helpers.py 16${PYSITELIB}/aiohttp_socks/proxy/abc.py
17${PYSITELIB}/aiohttp_socks/helpers.pyc 17${PYSITELIB}/aiohttp_socks/proxy/abc.pyc
18${PYSITELIB}/aiohttp_socks/helpers.pyo 18${PYSITELIB}/aiohttp_socks/proxy/abc.pyo
19${PYSITELIB}/aiohttp_socks/proto.py 19${PYSITELIB}/aiohttp_socks/proxy/base_proxy.py
20${PYSITELIB}/aiohttp_socks/proto.pyc 20${PYSITELIB}/aiohttp_socks/proxy/base_proxy.pyc
21${PYSITELIB}/aiohttp_socks/proto.pyo 21${PYSITELIB}/aiohttp_socks/proxy/base_proxy.pyo
 22${PYSITELIB}/aiohttp_socks/proxy/chain_proxy.py
 23${PYSITELIB}/aiohttp_socks/proxy/chain_proxy.pyc
 24${PYSITELIB}/aiohttp_socks/proxy/chain_proxy.pyo
 25${PYSITELIB}/aiohttp_socks/proxy/enums.py
 26${PYSITELIB}/aiohttp_socks/proxy/enums.pyc
 27${PYSITELIB}/aiohttp_socks/proxy/enums.pyo
 28${PYSITELIB}/aiohttp_socks/proxy/errors.py
 29${PYSITELIB}/aiohttp_socks/proxy/errors.pyc
 30${PYSITELIB}/aiohttp_socks/proxy/errors.pyo
 31${PYSITELIB}/aiohttp_socks/proxy/factory.py
 32${PYSITELIB}/aiohttp_socks/proxy/factory.pyc
 33${PYSITELIB}/aiohttp_socks/proxy/factory.pyo
 34${PYSITELIB}/aiohttp_socks/proxy/helpers.py
 35${PYSITELIB}/aiohttp_socks/proxy/helpers.pyc
 36${PYSITELIB}/aiohttp_socks/proxy/helpers.pyo
 37${PYSITELIB}/aiohttp_socks/proxy/http_proxy.py
 38${PYSITELIB}/aiohttp_socks/proxy/http_proxy.pyc
 39${PYSITELIB}/aiohttp_socks/proxy/http_proxy.pyo
 40${PYSITELIB}/aiohttp_socks/proxy/mixins.py
 41${PYSITELIB}/aiohttp_socks/proxy/mixins.pyc
 42${PYSITELIB}/aiohttp_socks/proxy/mixins.pyo
 43${PYSITELIB}/aiohttp_socks/proxy/socks4_proxy.py
 44${PYSITELIB}/aiohttp_socks/proxy/socks4_proxy.pyc
 45${PYSITELIB}/aiohttp_socks/proxy/socks4_proxy.pyo
 46${PYSITELIB}/aiohttp_socks/proxy/socks5_proxy.py
 47${PYSITELIB}/aiohttp_socks/proxy/socks5_proxy.pyc
 48${PYSITELIB}/aiohttp_socks/proxy/socks5_proxy.pyo
 49${PYSITELIB}/aiohttp_socks/utils.py
 50${PYSITELIB}/aiohttp_socks/utils.pyc
 51${PYSITELIB}/aiohttp_socks/utils.pyo

cvs diff -r1.1 -r1.2 pkgsrc/www/py-aiohttp-socks/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-aiohttp-socks/distinfo 2020/04/14 19:52:15 1.1
+++ pkgsrc/www/py-aiohttp-socks/distinfo 2020/04/15 14:27:56 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2020/04/14 19:52:15 js Exp $ 1$NetBSD: distinfo,v 1.2 2020/04/15 14:27:56 adam Exp $
2 2
3SHA1 (aiohttp_socks-0.2.2.tar.gz) = 879f5c11ed12c62d89878d7b4ba49d4989915fcc 3SHA1 (aiohttp_socks-0.3.7.tar.gz) = 988b8e16a1591706d2ae0f6ecfff2fda748983b3
4RMD160 (aiohttp_socks-0.2.2.tar.gz) = 7e817087b5e650fa2999ee19d0a5b4f1a59db681 4RMD160 (aiohttp_socks-0.3.7.tar.gz) = d60810a9a6729f61e7b5a1249cbeed2cba7dadc6
5SHA512 (aiohttp_socks-0.2.2.tar.gz) = b31c1dc4e32a0a4259bacdd4837f70e35994172a2a20b6797007181c50d4a06bdc1fa052006964297b68a4dc8f790bb28e416b3848932b838a9da967090b23bb 5SHA512 (aiohttp_socks-0.3.7.tar.gz) = d0032107068669d0741130f50f613a89925448c6094abfa65bed7cc1f099a28d74a21da7cdb0d44bfe722f608bbc06b938b9dec79cf80c45289acc9a9063603e
6Size (aiohttp_socks-0.2.2.tar.gz) = 10444 bytes 6Size (aiohttp_socks-0.3.7.tar.gz) = 13838 bytes