Package: python-cryptography / 43.0.0-3

Metadata

Package Version Patches format
python-cryptography 43.0.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Use local python3 doc inventory.patch | (download)

docs/conf.py | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 use local python3-doc inventory.
drop cffi dep.patch | (download)

pyproject.toml | 7 0 + 7 - 0 !
1 file changed, 7 deletions(-)

 remove run-time dependency on cffi

On Debian we ship a separate cffi-backend package (without the cffi
.egg-info), that just contains the run-time backend. This is all that
cryptography requires at runtime.

However, pkg_resources is pedantic and complains if it can't find
expected run-time dependency's .egg-info. To, avoid the problem, we drop
the dependency.

Bug-Debian: https://bugs.debian.org/1026537

downgrade deps.patch | (download)

src/rust/Cargo.toml | 6 3 + 3 - 0 !
src/rust/cryptography-cffi/Cargo.toml | 2 1 + 1 - 0 !
src/rust/cryptography-key-parsing/Cargo.toml | 6 3 + 3 - 0 !
src/rust/cryptography-openssl/Cargo.toml | 2 1 + 1 - 0 !
src/rust/cryptography-x509-verification/Cargo.toml | 2 1 + 1 - 0 !
src/rust/cryptography-x509/Cargo.toml | 2 1 + 1 - 0 !
6 files changed, 10 insertions(+), 10 deletions(-)

 update some requirement versions to sid ones.


0004 update to asn1 0.19 and use X509GeneralizedTime.patch | (download)

src/rust/cryptography-x509-verification/src/policy/mod.rs | 10 5 + 5 - 0 !
src/rust/cryptography-x509/src/common.rs | 2 1 + 1 - 0 !
src/rust/cryptography-x509/src/ocsp_resp.rs | 8 4 + 4 - 0 !
src/rust/src/x509/certificate.rs | 6 3 + 3 - 0 !
src/rust/src/x509/extensions.rs | 4 3 + 1 - 0 !
src/rust/src/x509/ocsp_resp.rs | 9 5 + 4 - 0 !
6 files changed, 21 insertions(+), 18 deletions(-)

 update to asn1 0.19 and use x509generalizedtime


0005 Support 128 bit OID arcs 11820.patch | (download)

tests/x509/test_x509.py | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 support 128-bit oid arcs (#11820)

* Support 128-bit OID arcs

* Update Cargo.lock to reflect updated rust-asn1 dependency