Skip to content

Commit

Permalink
[cryptography] updated to 2.6.1
Browse files Browse the repository at this point in the history
also updated `ci/rebuild_updated_recipes.py` to pass the tests (cf. #1761 (review))
  • Loading branch information
goffi-contrib committed Mar 17, 2019
1 parent 84142eb commit 9b468a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/rebuild_updated_recipes.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def build(target_python, requirements):
android_sdk_home = os.environ['ANDROID_SDK_HOME']
android_ndk_home = os.environ['ANDROID_NDK_HOME']
if target_python == TargetPython.python3:
testapp = 'setup_testapp_python3.py'
testapp = 'setup_testapp_python3_sqlite_openssl.py'
requirements.add(target_python.name)
requirements = ','.join(requirements)
logger.info('requirements: {}'.format(requirements))
Expand Down
2 changes: 1 addition & 1 deletion pythonforandroid/recipes/cryptography/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class CryptographyRecipe(CompiledComponentsPythonRecipe):
name = 'cryptography'
version = '2.5'
version = '2.6.1'
url = 'https://github.com/pyca/cryptography/archive/{version}.tar.gz'
depends = ['openssl', 'idna', 'asn1crypto', 'six', 'setuptools',
'enum34', 'ipaddress', 'cffi']
Expand Down

0 comments on commit 9b468a5

Please sign in to comment.