diff options
author | orivej <orivej@yandex-team.ru> | 2022-02-10 16:45:01 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:01 +0300 |
commit | 2d37894b1b037cf24231090eda8589bbb44fb6fc (patch) | |
tree | be835aa92c6248212e705f25388ebafcf84bc7a1 /contrib/python/cryptography | |
parent | 718c552901d703c502ccbefdfc3c9028d608b947 (diff) | |
download | ydb-2d37894b1b037cf24231090eda8589bbb44fb6fc.tar.gz |
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/python/cryptography')
-rw-r--r-- | contrib/python/cryptography/build/temp.linux-x86_64-2.7/_openssl.c | 2 | ||||
-rw-r--r-- | contrib/python/cryptography/ya.make | 122 |
2 files changed, 62 insertions, 62 deletions
diff --git a/contrib/python/cryptography/build/temp.linux-x86_64-2.7/_openssl.c b/contrib/python/cryptography/build/temp.linux-x86_64-2.7/_openssl.c index 816d5214ce..5a6e835914 100644 --- a/contrib/python/cryptography/build/temp.linux-x86_64-2.7/_openssl.c +++ b/contrib/python/cryptography/build/temp.linux-x86_64-2.7/_openssl.c @@ -55688,7 +55688,7 @@ PyInit__openssl(void) } #else PyMODINIT_FUNC -init_openssl(void) +init_openssl(void) { _cffi_init("_openssl", 0x2601, &_cffi_type_context); } diff --git a/contrib/python/cryptography/ya.make b/contrib/python/cryptography/ya.make index bde23c1375..d63bb62f6a 100644 --- a/contrib/python/cryptography/ya.make +++ b/contrib/python/cryptography/ya.make @@ -2,10 +2,10 @@ PY23_LIBRARY() LICENSE(BSD-3-Clause) -OWNER(g:python-contrib) +OWNER(g:python-contrib) VERSION(3.3.2) - + IF (PYTHON2) PEERDIR( contrib/python/enum34 @@ -18,13 +18,13 @@ PEERDIR( contrib/python/cffi # contrib/python/idna # contrib/python/asn1crypto - contrib/python/setuptools - contrib/python/six + contrib/python/setuptools + contrib/python/six ) -NO_COMPILER_WARNINGS() -NO_LINT() - +NO_COMPILER_WARNINGS() +NO_LINT() + RESOURCE_FILES( PREFIX contrib/python/cryptography/ .dist-info/METADATA @@ -33,79 +33,79 @@ RESOURCE_FILES( SRCS( build/temp.linux-x86_64-2.7/_openssl.c - build/temp.linux-x86_64-2.7/_padding.c + build/temp.linux-x86_64-2.7/_padding.c ) -PY_REGISTER( - cryptography.hazmat.bindings._openssl - cryptography.hazmat.bindings._padding -) +PY_REGISTER( + cryptography.hazmat.bindings._openssl + cryptography.hazmat.bindings._padding +) PY_SRCS( TOP_LEVEL - cryptography/__about__.py + cryptography/__about__.py cryptography/__init__.py cryptography/exceptions.py cryptography/fernet.py cryptography/hazmat/__init__.py cryptography/hazmat/_der.py cryptography/hazmat/_oid.py - cryptography/hazmat/backends/__init__.py - cryptography/hazmat/backends/interfaces.py - cryptography/hazmat/backends/openssl/__init__.py + cryptography/hazmat/backends/__init__.py + cryptography/hazmat/backends/interfaces.py + cryptography/hazmat/backends/openssl/__init__.py cryptography/hazmat/backends/openssl/aead.py - cryptography/hazmat/backends/openssl/backend.py - cryptography/hazmat/backends/openssl/ciphers.py - cryptography/hazmat/backends/openssl/cmac.py - cryptography/hazmat/backends/openssl/decode_asn1.py + cryptography/hazmat/backends/openssl/backend.py + cryptography/hazmat/backends/openssl/ciphers.py + cryptography/hazmat/backends/openssl/cmac.py + cryptography/hazmat/backends/openssl/decode_asn1.py cryptography/hazmat/backends/openssl/dh.py - cryptography/hazmat/backends/openssl/dsa.py - cryptography/hazmat/backends/openssl/ec.py + cryptography/hazmat/backends/openssl/dsa.py + cryptography/hazmat/backends/openssl/ec.py cryptography/hazmat/backends/openssl/ed25519.py cryptography/hazmat/backends/openssl/ed448.py - cryptography/hazmat/backends/openssl/encode_asn1.py - cryptography/hazmat/backends/openssl/hashes.py - cryptography/hazmat/backends/openssl/hmac.py + cryptography/hazmat/backends/openssl/encode_asn1.py + cryptography/hazmat/backends/openssl/hashes.py + cryptography/hazmat/backends/openssl/hmac.py cryptography/hazmat/backends/openssl/ocsp.py cryptography/hazmat/backends/openssl/poly1305.py - cryptography/hazmat/backends/openssl/rsa.py - cryptography/hazmat/backends/openssl/utils.py + cryptography/hazmat/backends/openssl/rsa.py + cryptography/hazmat/backends/openssl/utils.py cryptography/hazmat/backends/openssl/x25519.py cryptography/hazmat/backends/openssl/x448.py - cryptography/hazmat/backends/openssl/x509.py - cryptography/hazmat/bindings/__init__.py - cryptography/hazmat/bindings/openssl/__init__.py - cryptography/hazmat/bindings/openssl/_conditional.py - cryptography/hazmat/bindings/openssl/binding.py + cryptography/hazmat/backends/openssl/x509.py + cryptography/hazmat/bindings/__init__.py + cryptography/hazmat/bindings/openssl/__init__.py + cryptography/hazmat/bindings/openssl/_conditional.py + cryptography/hazmat/bindings/openssl/binding.py cryptography/hazmat/primitives/__init__.py - cryptography/hazmat/primitives/asymmetric/__init__.py - cryptography/hazmat/primitives/asymmetric/dh.py - cryptography/hazmat/primitives/asymmetric/dsa.py - cryptography/hazmat/primitives/asymmetric/ec.py + cryptography/hazmat/primitives/asymmetric/__init__.py + cryptography/hazmat/primitives/asymmetric/dh.py + cryptography/hazmat/primitives/asymmetric/dsa.py + cryptography/hazmat/primitives/asymmetric/ec.py cryptography/hazmat/primitives/asymmetric/ed25519.py cryptography/hazmat/primitives/asymmetric/ed448.py - cryptography/hazmat/primitives/asymmetric/padding.py - cryptography/hazmat/primitives/asymmetric/rsa.py - cryptography/hazmat/primitives/asymmetric/utils.py + cryptography/hazmat/primitives/asymmetric/padding.py + cryptography/hazmat/primitives/asymmetric/rsa.py + cryptography/hazmat/primitives/asymmetric/utils.py cryptography/hazmat/primitives/asymmetric/x25519.py cryptography/hazmat/primitives/asymmetric/x448.py - cryptography/hazmat/primitives/ciphers/__init__.py + cryptography/hazmat/primitives/ciphers/__init__.py cryptography/hazmat/primitives/ciphers/aead.py - cryptography/hazmat/primitives/ciphers/algorithms.py - cryptography/hazmat/primitives/ciphers/base.py - cryptography/hazmat/primitives/ciphers/modes.py + cryptography/hazmat/primitives/ciphers/algorithms.py + cryptography/hazmat/primitives/ciphers/base.py + cryptography/hazmat/primitives/ciphers/modes.py cryptography/hazmat/primitives/cmac.py - cryptography/hazmat/primitives/constant_time.py - cryptography/hazmat/primitives/hashes.py + cryptography/hazmat/primitives/constant_time.py + cryptography/hazmat/primitives/hashes.py cryptography/hazmat/primitives/hmac.py cryptography/hazmat/primitives/kdf/__init__.py - cryptography/hazmat/primitives/kdf/concatkdf.py - cryptography/hazmat/primitives/kdf/hkdf.py - cryptography/hazmat/primitives/kdf/kbkdf.py + cryptography/hazmat/primitives/kdf/concatkdf.py + cryptography/hazmat/primitives/kdf/hkdf.py + cryptography/hazmat/primitives/kdf/kbkdf.py cryptography/hazmat/primitives/kdf/pbkdf2.py - cryptography/hazmat/primitives/kdf/scrypt.py + cryptography/hazmat/primitives/kdf/scrypt.py cryptography/hazmat/primitives/kdf/x963kdf.py - cryptography/hazmat/primitives/keywrap.py + cryptography/hazmat/primitives/keywrap.py cryptography/hazmat/primitives/padding.py cryptography/hazmat/primitives/poly1305.py cryptography/hazmat/primitives/serialization/__init__.py @@ -113,19 +113,19 @@ PY_SRCS( cryptography/hazmat/primitives/serialization/pkcs12.py cryptography/hazmat/primitives/serialization/pkcs7.py cryptography/hazmat/primitives/serialization/ssh.py - cryptography/hazmat/primitives/twofactor/__init__.py - cryptography/hazmat/primitives/twofactor/hotp.py - cryptography/hazmat/primitives/twofactor/totp.py - cryptography/hazmat/primitives/twofactor/utils.py - cryptography/utils.py - cryptography/x509/__init__.py - cryptography/x509/base.py + cryptography/hazmat/primitives/twofactor/__init__.py + cryptography/hazmat/primitives/twofactor/hotp.py + cryptography/hazmat/primitives/twofactor/totp.py + cryptography/hazmat/primitives/twofactor/utils.py + cryptography/utils.py + cryptography/x509/__init__.py + cryptography/x509/base.py cryptography/x509/certificate_transparency.py - cryptography/x509/extensions.py - cryptography/x509/general_name.py - cryptography/x509/name.py + cryptography/x509/extensions.py + cryptography/x509/general_name.py + cryptography/x509/name.py cryptography/x509/ocsp.py - cryptography/x509/oid.py + cryptography/x509/oid.py ) END() |