Package: python-cryptography / 45.0.6-1

Metadata

Package Version Patches format
python-cryptography 45.0.6-1 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 | 8 0 + 8 - 0 !
1 file changed, 8 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)

Cargo.toml | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 update some requirement versions to sid/experimental ones.


0004 Bump rust asn1 version 13098.patch | (download)

src/rust/cryptography-x509/src/common.rs | 28 27 + 1 - 0 !
src/rust/cryptography-x509/src/name.rs | 3 3 + 0 - 0 !
2 files changed, 30 insertions(+), 1 deletion(-)

 bump rust-asn1 version (#13098)