New version: py-pycurl 7.44.1 (#27470)

This commit is contained in:
iarspider 2021-11-16 18:40:43 +01:00 committed by GitHub
parent db307f9946
commit 9f6dd08e1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,10 @@ class PyPycurl(PythonPackage):
homepage = "http://pycurl.io/"
pypi = "pycurl/pycurl-7.43.0.tar.gz"
version('7.44.1', sha256='5bcef4d988b74b99653602101e17d8401338d596b9234d263c728a0c3df003e8')
version('7.43.0', sha256='aa975c19b79b6aa6c0518c0cc2ae33528900478f0b500531dbcdbf05beec584c')
depends_on('python@2.6:')
depends_on('python@3.5:', when='@7.44.1:')
depends_on('py-setuptools', when='@7.44.1:', type='build')
depends_on('curl@7.19.0:')