Skip to content

Commit bc41b50

Browse files
authored
Merge pull request #1761 from goffi-contrib/cryptography_update_2.6.1
[cryptography] updated to 2.6.1
2 parents 2f4cf91 + 9b468a5 commit bc41b50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/rebuild_updated_recipes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def build(target_python, requirements):
5858
android_sdk_home = os.environ['ANDROID_SDK_HOME']
5959
android_ndk_home = os.environ['ANDROID_NDK_HOME']
6060
if target_python == TargetPython.python3:
61-
testapp = 'setup_testapp_python3.py'
61+
testapp = 'setup_testapp_python3_sqlite_openssl.py'
6262
requirements.add(target_python.name)
6363
requirements = ','.join(requirements)
6464
logger.info('requirements: {}'.format(requirements))

pythonforandroid/recipes/cryptography/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
class CryptographyRecipe(CompiledComponentsPythonRecipe):
55
name = 'cryptography'
6-
version = '2.5'
6+
version = '2.6.1'
77
url = 'https://github.com/pyca/cryptography/archive/{version}.tar.gz'
88
depends = ['openssl', 'idna', 'asn1crypto', 'six', 'setuptools',
99
'enum34', 'ipaddress', 'cffi']

0 commit comments

Comments
 (0)