Package: python-pgpy / 0.6.0-1.5

Metadata

Package Version Patches format
python-pgpy 0.6.0-1.5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0008 Avoid using the better sphinx theme.patch | (download)

docs/source/conf.py | 5 1 + 4 - 0 !
1 file changed, 1 insertion(+), 4 deletions(-)

 avoid using the "better" sphinx theme

Until https://bugs.debian.org/891271 is resolved, we'll just make the
documentation with the default sphinx theme of alabaster.

don t use html4_writer True.patch | (download)

docs/source/conf.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 don't use html4_writer=true


tests key size.patch | (download)

tests/test_10_exceptions.py | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 increase key sizes from 512 to 1024 as required by cryptography 43.
Bug-Debian: https://bugs.debian.org/1081366
drop use of imghdr.patch | (download)

pgpy/constants.py | 4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-)

 drop use of imghdr
 imghdr has been deprecated and removed from Python 3.13
do not fail on GPGMEError on verify.patch | (download)

tests/test_05_actions.py | 94 64 + 30 - 0 !
1 file changed, 64 insertions(+), 30 deletions(-)

 do not fail on gpgmeerror on verify
 GPGME upstream added "--verify" when invoking gpg, which broke the
 undocumented behavior PGPy tests depended on.  This patch ignores
 those failures.
group_order.patch | (download)

pgpy/_curves.py | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 [patch] pgpy/_curves.py: fix compat with current cryptography

Curves must now specify their group_order.