Package: python-cryptography / 44.0.2-1

Metadata

Package Version Patches format
python-cryptography 44.0.2-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 | 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

0003 Update dep versions to sid ones.patch | (download)

Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 update dep versions to sid ones.


0004 fixes 12664 don t include rust stuff in wheels 12668.patch | (download)

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

 fixes #12664 -- don't include rust stuff in wheels (#12668)