Commits

Andrew Stromnov authored c56de5b463a
py-cryptography: update to 2.4.1
No tags

python/py-cryptography/files/patch-src__cffi_src_build_openssl.py.diff

Modified
1 ---- src/_cffi_src/build_openssl.py.orig 2018-08-14 12:24:23.000000000 -0500
2 -+++ src/_cffi_src/build_openssl.py 2018-08-19 08:05:13.000000000 -0500
1 +--- src/_cffi_src/build_openssl.py.orig 2018-11-12 14:56:15.000000000 +0300
2 ++++ src/_cffi_src/build_openssl.py 2018-11-12 14:56:29.000000000 +0300
3 3 @@ -46,10 +46,7 @@
4 4 When we drop support for CRYPTOGRAPHY_OPENSSL_LESS_THAN_110 we can
5 5 revisit this.
6 6 """
7 -- if platform not in ["win32", "hp-ux11"]:
7 +- if platform not in ["win32", "hp-ux11", "sunos5"]:
8 8 - return ["-Wconversion", "-Wno-error=sign-conversion"]
9 9 - else:
10 10 - return []
11 11 + return []
12 12
13 13
14 14 ffi = build_ffi_for_binding(

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut