python-cryptography: bump to version 3.4.7
authorAlexandru Ardelean <redacted>
Tue, 15 Jun 2021 09:25:34 +0000 (12:25 +0300)
committerHannu Nyman <redacted>
Thu, 17 Jun 2021 16:27:29 +0000 (19:27 +0300)
commit01d1b4581e885bc878de6e075b19a1008ef93569
treebd84986a1e03c5f13a16c8cb9ff5d8a5f2c6e909
parent6f2ac237a18d0c8258ca838ff4df2245960b7aef
python-cryptography: bump to version 3.4.7

Dropped patches:
  0004-Replace-EVP_CIPHER_CTX_cleanup-with-EVP_CIPHER_CTX_r.patch
  0005-Switch-get_-Update-APIs-to-get0.patch

Reworked patches:
  0001-Add-new-ASN1_STRING_get0_data-API.patch
  0006-Add-X509_STORE_CTX_trusted_stack-compatibility-macro.patch
These 2 require that we keep only the CUSTOMIZATIONS stuff for now. Maybe
later we can drop this.

Ran 'make package/python-cryptography/refresh'.

Added patch:
  0004-disable-rust.patch
upstream did a sloppy job with the CRYPTOGRAPHY_DONT_BUILD_RUST logic; we
need to patch it, to make sure the setuptools-rust isn't installed.
We may need to carry this patch in our tree for a bit longer than upstream,
because in newer versions, CRYPTOGRAPHY_DONT_BUILD_RUST logic gets removed.

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-cryptography/Makefile
lang/python/python-cryptography/patches/0001-Add-new-ASN1_STRING_get0_data-API.patch
lang/python/python-cryptography/patches/0002-Add-compatibility-for-X509_STORE_set_get_issuer.patch
lang/python/python-cryptography/patches/0003-Add-compatibility-for-deprecated-TLS-methods.patch
lang/python/python-cryptography/patches/0004-Replace-EVP_CIPHER_CTX_cleanup-with-EVP_CIPHER_CTX_r.patch [deleted file]
lang/python/python-cryptography/patches/0004-disable-rust.patch [new file with mode: 0644]
lang/python/python-cryptography/patches/0005-Switch-get_-Update-APIs-to-get0.patch [deleted file]
lang/python/python-cryptography/patches/0006-Add-X509_STORE_CTX_trusted_stack-compatibility-macro.patch
lang/python/python-cryptography/patches/0007-Add-defines-for-totally-deprecated-functions.patch
git clone https://git.99rst.org/PROJECT