Package: python3-gnupg
Version: 0.2.8-1
Severity: normal

The module spews a traceback when trying to decrypt a message:
| $ echo dummy > dummy
| $ gpg -e dummy
| gpg: skipped: public key already set as default recipient
| $ python3 -c 'import sys, gnupg as g; d = 
g.GPG().decrypt_file(sys.stdin.buffer); print(d)' < dummy.gpg
| Exception in thread Thread-4:
| Traceback (most recent call last):
|   File "/usr/lib/python3.2/threading.py", line 740, in _bootstrap_inner
|     self.run()
|   File "/usr/lib/python3.2/threading.py", line 693, in run
|     self._target(*self._args, **self._kwargs)
|   File "/usr/lib/python3/dist-packages/gnupg.py", line 536, in _read_response
|     result.handle_status(keyword, value)
|   File "/usr/lib/python3/dist-packages/gnupg.py", line 373, in handle_status
|     Verify.handle_status(self, key, value)
|   File "/usr/lib/python3/dist-packages/gnupg.py", line 190, in handle_status
|     raise ValueError("Unknown status message: %r" % key)
| ValueError: Unknown status message: 'DECRYPTION_INFO'
|
| dummy

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 3.3.0-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python3-gnupg depends on:
ii  gnupg    1.4.12-4
ii  python3  3.2.3~rc1-2

--
Jakub Wilk



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to