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 ! |
use local python3-doc inventory. |
| drop cffi dep.patch | (download) |
pyproject.toml |
7 0 + 7 - 0 ! |
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 ! |
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 ! |
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 ! |
support 128-bit oid arcs (#11820) * Support 128-bit OID arcs * Update Cargo.lock to reflect updated rust-asn1 dependency |
