Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 622224 - dev-python/python-gnupg-0.4.0 version bump
Summary: dev-python/python-gnupg-0.4.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 458792 548526
  Show dependency tree
 
Reported: 2017-06-19 15:19 UTC by Conrad Kostecki
Modified: 2017-10-29 14:49 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
python-gnupg-0.4.0.ebuild (python-gnupg-0.4.0.ebuild,597 bytes, text/plain)
2017-06-19 15:19 UTC, Conrad Kostecki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Conrad Kostecki gentoo-dev 2017-06-19 15:19:10 UTC
Please bump dev-python/python-gnupg to 0.4.0.

Seems to fix some problems with GnuPG 2.1.x, was with 0.3.8, I am getting:

Traceback (most recent call last):
  File "/usr/lib64/python3.5/threading.py", line 914, in _bootstrap_inner
    self.run()
  File "/usr/lib64/python3.5/threading.py", line 862, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib64/python3.5/site-packages/gnupg.py", line 813, in _read_response
    result.handle_status(keyword, value)
  File "/usr/lib64/python3.5/site-packages/gnupg.py", line 384, in handle_status
    raise ValueError("Unknown status message: %r" % key)
ValueError: Unknown status message: 'KEY_CONSIDERED'

With 0.4.0, is just works fine. I've also added python3.6. Works fine here.
Comment 1 Conrad Kostecki gentoo-dev 2017-06-19 15:19:37 UTC
Created attachment 477270 [details]
python-gnupg-0.4.0.ebuild
Comment 2 Pavel Goran 2017-08-02 04:53:27 UTC
I can confirm that the error message above ("Unknown status message: 'KEY_CONSIDERED'") appears with dev-python/python-gnupg-0.3.8-r1 (when running gajim-0.16.8), and disappears after upgrading to dev-python/python-gnupg-0.4.0.
Comment 3 Larry the Git Cow gentoo-dev 2017-10-28 21:28:48 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e363e427e8f7a291e8b1ec886682e5cb7d7c9ed6

commit e363e427e8f7a291e8b1ec886682e5cb7d7c9ed6
Author:     Patrice Clement <monsieurp@gentoo.org>
AuthorDate: 2017-10-28 21:28:30 +0000
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: 2017-10-28 21:28:42 +0000

    dev-python/python-gnupg: version bump.
    
    Closes: https://bugs.gentoo.org/622224
    Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-python/python-gnupg/Manifest                  |  1 +
 dev-python/python-gnupg/python-gnupg-0.4.0.ebuild | 27 +++++++++++++++++++++++
 2 files changed, 28 insertions(+)
Comment 4 Conrad Kostecki gentoo-dev 2017-10-29 14:49:51 UTC
(In reply to Larry the Git Cow from comment #3)
> The bug has been closed via the following commit(s):
> 
> https://gitweb.gentoo.org/repo/gentoo.git/commit/
> ?id=e363e427e8f7a291e8b1ec886682e5cb7d7c9ed6
> 
> commit e363e427e8f7a291e8b1ec886682e5cb7d7c9ed6
> Author:     Patrice Clement <monsieurp@gentoo.org>
> AuthorDate: 2017-10-28 21:28:30 +0000
> Commit:     Patrice Clement <monsieurp@gentoo.org>
> CommitDate: 2017-10-28 21:28:42 +0000
> 
>     dev-python/python-gnupg: version bump.
>     
>     Closes: https://bugs.gentoo.org/622224
>     Package-Manager: Portage-2.3.8, Repoman-2.3.3
> 
>  dev-python/python-gnupg/Manifest                  |  1 +
>  dev-python/python-gnupg/python-gnupg-0.4.0.ebuild | 27
> +++++++++++++++++++++++
>  2 files changed, 28 insertions(+)

Is there any reason, why without python 3.6 support?