]> git.donarmstrong.com Git - dak.git/commit
rewrite daklib.utils.gpg_get_key_addresses
authorHelmut Grohne <helmut@subdivi.de>
Thu, 22 May 2014 17:08:40 +0000 (19:08 +0200)
committerHelmut Grohne <helmut@subdivi.de>
Thu, 22 May 2014 17:08:40 +0000 (19:08 +0200)
commitf5255d39ec6915a97fdccfc536479d579b5f19a3
tree19738a1730208c2cfb8823689f9400f4d02384b4
parent159be8fa02c62b9a9114c78edddc0913df21d636
rewrite daklib.utils.gpg_get_key_addresses

 * No longer uses the deprecated commands module.
 * No longer invokes gpg via a shell.
 * Passes --with-colons to gpg now.
 * No longer depends on the current locale (since --with-colons forces
   UTF-8 output).

Signed-off-by: Helmut Grohne <helmut@subdivi.de>
daklib/regexes.py
daklib/utils.py