Add latest version of py-pysocks (#13303)

This commit is contained in:
Adam J. Stewart 2019-10-20 11:17:27 -05:00 committed by GitHub
parent 10065b325d
commit 03b1af0d96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,13 @@ class PyPysocks(PythonPackage):
"""A Python SOCKS client module."""
homepage = "https://github.com/Anorov/PySocks"
url = "https://pypi.io/packages/source/P/PySocks/PySocks-1.6.6.tar.gz"
url = "https://pypi.io/packages/source/P/PySocks/PySocks-1.7.1.tar.gz"
version('1.7.1', sha256='3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0')
version('1.6.6', sha256='02419a225ff5dcfc3c9695ef8fc9b4d8cc99658e650c6d4718d4c8f451e63f41')
version('1.5.7', sha256='e51c7694b10288e6fd9a28e15c0bcce9aca0327e7b32ebcd9af05fcd56f38b88')
depends_on('python@2.7:2.8,3.4:', type=('build', 'run'))
depends_on('py-setuptools', type='build')
depends_on('py-psutil', type='test')
depends_on('py-pytest', type='test')