Add latest version of py-urllib3 (#13286)

This commit is contained in:
Adam J. Stewart 2019-10-20 11:11:41 -05:00 committed by GitHub
parent d2202f6d98
commit 4e2cce2c9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,10 +11,15 @@ class PyUrllib3(PythonPackage):
more.""" more."""
homepage = "https://urllib3.readthedocs.io/" homepage = "https://urllib3.readthedocs.io/"
url = "https://pypi.io/packages/source/u/urllib3/urllib3-1.20.tar.gz" url = "https://pypi.io/packages/source/u/urllib3/urllib3-1.25.6.tar.gz"
version('1.25.6', sha256='9a107b99a5393caf59c7aa3c1249c16e6879447533d0887f4336dde834c7be86')
version('1.21.1', sha256='b14486978518ca0901a76ba973d7821047409d7f726f22156b24e83fd71382a5') version('1.21.1', sha256='b14486978518ca0901a76ba973d7821047409d7f726f22156b24e83fd71382a5')
version('1.20', sha256='97ef2b6e2878d84c0126b9f4e608e37a951ca7848e4855a7f7f4437d5c34a72f') version('1.20', sha256='97ef2b6e2878d84c0126b9f4e608e37a951ca7848e4855a7f7f4437d5c34a72f')
version('1.14', sha256='dd4fb13a4ce50b18338c7e4d665b21fd38632c5d4b1d9f1a1379276bd3c08d37') version('1.14', sha256='dd4fb13a4ce50b18338c7e4d665b21fd38632c5d4b1d9f1a1379276bd3c08d37')
depends_on('python@2.7:2.8,3.4:', type=('build', 'run'))
depends_on('py-setuptools', type='build') depends_on('py-setuptools', type='build')
depends_on('py-pytest', type='test')
depends_on('py-mock', type='test')
depends_on('py-tornado', type='test')