gpgme 1.8.0 released

Justus Winter justus at g10code.com
Wed Nov 30 10:48:32 CET 2016


Daniel Kahn Gillmor <dkg at fifthhorseman.net> writes:

> [ Unknown signature status ]
> On Wed 2016-11-16 08:07:25 -0500, Werner Koch wrote:
>> Noteworthy changes in version 1.8.0 (2016-11-16)
>> ------------------------------------------------
>>
>>  * The module of the Python bindings has been renamed to 'gpg'.
>
> I note that https://pypi.python.org/pypi/gpg still only shows
> 1.7.2-beta7.  Can Someone™ upload 1.8.0 to PyPI?

Yes, that Someone is me, and I just did that.

> More generally, it would be great to have upload to PyPI be part of the
> release process, so that it's always kept up-to-date there.

Indeed.  For the record, the way to do that is just:

% git checkout gpgme-1.8.0
% ./autogen.sh
% mkdir obj-py-1.8.0
% cd obj-py-1.8.0
% ../configure --enable-maintainer-mode
% make -Clang/python sdist
% make -Clang/python upload

This needs a pypi account, twine, twine configuration, and of course
permissions to upload to that project.


Cheers,
Justus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 487 bytes
Desc: not available
URL: </pipermail/attachments/20161130/56a9f68c/attachment.sig>


More information about the Gnupg-devel mailing list