Package: python3-gnupg
Version: 0.3.9-1
Severity: normal
Dear Maintainer,
Using Debian Stable, python3-gnupg fails to import keys with an exception.
Using OldStable, this import works.
from gpg import GPG
gpg = GPG(gnupghome="/path/to/keyring")
result = gpg.import_keys(strKey)
where strKey is a string containing a private key.
Using OldStable, this gives a result object describing the success, but using
Stable (Stretch) I get the following trace:
>>> result = gpg.import_keys(strKey)
Exception in thread Thread-10:
Traceback (most recent call last):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 862, in run
self._target(*self._args, **self._kwargs)
File "/usr/lib/python3/dist-packages/gnupg.py", line 835, in _read_response
result.handle_status(keyword, value)
File "/usr/lib/python3/dist-packages/gnupg.py", line 389, in handle_status
raise ValueError("Unknown status message: %r" % key)
ValueError: Unknown status message: 'KEY_CONSIDERED'
-- System Information:
Debian Release: 9.2
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 4.9.0-4-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8),
LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages python3-gnupg depends on:
ii gnupg1 1.4.21-4
ii python3 3.5.3-1
python3-gnupg recommends no packages.
python3-gnupg suggests no packages.
-- no debconf information