Skip to content

Commit 3a9895e

Browse files
committed
Update enum34 to 1.1.6. Update pyasn1 to 0.4.5. Update pyopenssl to 19.0.0
1 parent e7c1117 commit 3a9895e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pythonforandroid/recipes/enum34/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
class 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'

pythonforandroid/recipes/pyasn1/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
class 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

pythonforandroid/recipes/pyopenssl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
class 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'

0 commit comments

Comments
 (0)