Tags · dtauerbach/python-gnupg · GitHub
Skip to content

Tags: dtauerbach/python-gnupg

Tags

1.2.2

Toggle 1.2.2's commit message
Release 1.2.2

 * ADD several patches by Mikael Nordfeldth
 * FIXES issue reported by Micah F. Lee with batch file Key-Usage syntax when
   using GnuPG 1.x due to using 'default' as the default key type in
   GPG.gen_key_input().
 * FIXES issues isislovecruft#5, isislovecruft#11, isislovecruft#12, isislovecruft#13, isislovecruft#14, isislovecruft#15

1.2.1

Toggle 1.2.1's commit message
Release 1.2.1

 * REMOVE 2to3 files from build directory.

1.2.0

Toggle 1.2.0's commit message
Release 1.2.0

 * BUMP minor version number due to change from AGPLv3 LICENCE to GPLv3+.
 * ADD several Python3 compatibily patches from Mikael Nordfeldth
   (https://github.com/mmn)
 * FIXES issues isislovecruft#7 isislovecruft#8 isislovecruft#9 and isislovecruft#10.

1.1.8

Toggle 1.1.8's commit message
Release 1.1.8:

 * Include patches from drebs:
   - Add more recognized keys to ListPackets status handling method.
   - Fix list_packets() call in utilities.
   - Add missing param to utilities methods.
   - Fix sign() and encrypt() docstrings.
   - Fix delete_keys command line options.
 * Fix a bug in the unitests clean up function which did not move keypairs
   generated during unittest run into tests/generated-keys/.
 * Remove two unused imports from the 'inspect' module in gnupg.py.
 * Add a symbolic link README→README.md so Github docs display correctly.

1.1.7

Toggle 1.1.7's commit message
Release 1.1.7:

 * Add link to Sphinx-generated documentation on readthedocs.org to PyPI
   description.

docs/1.1.6

Toggle docs/1.1.6's commit message
Generate Sphinx documentation for version 1.1.6.

1.1.6

Toggle 1.1.6's commit message
Release 1.1.6

 * Add install_requires directive to setup.py script.

1.1.5

Toggle 1.1.5's commit message
Release 1.1.5

 * Fix error due to searching for requirements.txt in non-existent maintainer
   directory.

1.1.4

Toggle 1.1.4's commit message
Release 1.1.4

 * Fix error in installs from PyPI due to missing requirements.txt.

1.1.3

Toggle 1.1.3's commit message
Release 1.1.3

 * Add automatic GPG signatures to PyPI uploads.