Skip to content

Commit fca5fc1

Browse files
authored
Merge pull request #1713 from rnixx/rnixx-recipe-updates
Update enum34, pyasn1and pyopenssl versions.
2 parents e7c1117 + 3a9895e commit fca5fc1

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)