File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33
44class Enum34Recipe (PythonRecipe ):
5- version = '1.1.3 '
5+ version = '1.1.6 '
66 url = 'https://pypi.python.org/packages/source/e/enum34/enum34-{version}.tar.gz'
77 depends = ['setuptools' ]
88 site_packages_name = 'enum'
Original file line number Diff line number Diff line change 33
44
55class PyASN1Recipe (PythonRecipe ):
6- version = '0.1.8 '
6+ version = '0.4.5 '
77 url = 'https://pypi.python.org/packages/source/p/pyasn1/pyasn1-{version}.tar.gz'
88 depends = []
99
Original file line number Diff line number Diff line change 33
44
55class PyOpenSSLRecipe (PythonRecipe ):
6- version = '16 .0.0'
6+ version = '19 .0.0'
77 url = 'https://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-{version}.tar.gz'
88 depends = ['openssl' , 'setuptools' ]
99 site_packages_name = 'OpenSSL'
You can’t perform that action at this time.
0 commit comments