mirror of
https://github.com/openwrt/packages.git
synced 2026-06-13 17:11:32 +08:00
python-gnupg: bump to 0.5.6
Changelog since 0.5.1: - Add configurable I/O buffer size via buffer_size attribute (0.5.2) - Add Web Key Directory (WKD) support for automatic key location (0.5.3) - Fix sensitive data exposure by removing decryption result logging (0.5.3) - Fix exception handling in on_data callable during GPG operations (0.5.4) - Fix GPG version detection robustness (0.5.5) - Add uid_map attribute to capture UID information (0.5.5) - Add capability, fingerprint and keygrip to subkey_info (0.5.6) - Fix username handling when verification keys are expired/revoked (0.5.6) Full changelog: https://github.com/vsajip/python-gnupg/releases Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
98df6fe493
commit
db4af80188
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ "$1" = python3-gnupg ] || exit 0
|
||||
|
||||
python3 - << 'EOF'
|
||||
import gnupg
|
||||
|
||||
gpg = gnupg.GPG.__new__(gnupg.GPG)
|
||||
assert gpg is not None
|
||||
EOF
|
||||
Reference in New Issue
Block a user