Update to v43.0.0

Additionally, this builds the package with OPENSSL_NO_ENGINE=1

This drops the skip-overflow-tests-32bit.patch as its included in
v43.0.0. It picks up the patch in
https://github.com/pyca/cryptography/pull/11328 to allow building with
OPENSSL_NO_ENGINE=1.
This commit is contained in:
Jeremy Cline 2024-07-24 16:23:21 -04:00
commit 696a6afd84
No known key found for this signature in database
5 changed files with 43 additions and 83 deletions

2
.gitignore vendored
View file

@ -65,3 +65,5 @@
/cryptography-42.0.5-vendor.tar.bz2
/cryptography-42.0.8.tar.gz
/cryptography-42.0.8-vendor.tar.bz2
/cryptography-43.0.0.tar.gz
/cryptography-43.0.0-vendor.tar.bz2