SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python-gnupg-0.3.9-35.1.noarch.rpm :
Sun Oct 2 14:00:00 2016 mardnhAATTgmx.de
- update to version 0.3.9

* Fixed #38: You can now request information about signatures against keys.
Thanks to SunDwarf for the suggestion and patch, which was used as a basis
for this change.

* Fixed #49: When exporting keys, no attempt is made to decode the output
when armor=False is specified.

* Fixed #53: A FAILURE message caused by passing an incorrect passphrase is
handled.

* Handled EXPORTED and EXPORT_RES messages while exporting keys. Thanks to
Marcel Pörner for the patch.

* Fixed #54: Improved error message shown when gpg is not available.

* Fixed #55: Added support for KEY_CONSIDERED while verifying.

* Avoided encoding problems with filenames under Windows. Thanks to
Kévin Bernard-Allies for the patch.

* Fixed #57: Used a better mechanism for comparing keys.
- fix Source-URL

Fri Oct 16 14:00:00 2015 axel.braunAATTgmx.de
- update to version 0.3.8

* Fixed #22: handled ``PROGRESS`` messages during verification and signing.

* Fixed #26: handled ``PINENTRY_LAUNCHED`` messages during verification,
decryption and key generation.

* Fixed #28: Allowed a default Name-Email to be computed even when neither of
``LOGNAME`` and ``USERNAME`` are in the environment.

* Fixed #29: Included test files missing from the tarball in previous versions.

* Fixed #39: On Python 3.x, passing a text instead of a binary stream caused
file decryption to hang due to a ``UnicodeDecodeError``. This has now been
correctly handled: The decryption fails with a \"no data\" status.

* Fixed #41: Handled Unicode filenames correctly by encoding them on 2.x using
the file system encoding.

* Fixed #43: handled ``PINENTRY_LAUNCHED`` messages during key export. Thanks
to Ian Denhardt for looking into this.

* Hide the console window which appears on Windows when gpg is spawned.
Thanks to Kevin Bernard-Allies for the patch.

* Subkey fingerprints are now captured.

* The returned value from the ``list_keys`` method now has a new attribute,
``key_map``, which is a dictionary mapping key and subkey fingerprints to
the corresponding key\'s dictionary. With this change, you don\'t need to
iterate over the (potentially large) returned list to search for a key with
a given fingerprint - the ``key_map`` dict will take you straight to the key
info, whether the fingerprint you have is for a key or a subkey. Thanks to
Nick Daly for the initial suggestion.

Wed May 6 14:00:00 2015 benoit.moninAATTgmx.fr
- update to version 0.3.7:

* Added an output keyword parameter to the sign and sign_file
methods, to allow writing the signature to a file

* Allowed specifying True for the sign keyword parameter, which
allows use of the default key for signing and avoids having to
specify a key id when it\'s desired to use the default

* Used a uniform approach with subprocess on Windows and POSIX:
shell=True is not used on either

* When signing/verifying, the status is updated to reflect any
expired or revoked keys or signatures

* Handled \'NOTATION_NAME\' and \'NOTATION_DATA\' during verification

* Fixed #1, #16, #18, #20: Quoting approach changed, since now
shell=False

* Fixed #14: Handled \'NEED_PASSPHRASE_PIN\' message

* Fixed #8: Added a scan_keys method to allow scanning of keys
without the need to import into a keyring

* Fixed #5: Added \'0x\' prefix when searching for keys

* Fixed #4: Handled \'PROGRESS\' message during encryption

* Fixed #3: Changed default encoding to Latin-1

* Fixed #2: Raised ValueError if no recipients were specified for
an asymmetric encryption request

* Handled \'UNEXPECTED\' message during verification

* Replaced old range(len(X)) idiom with enumerate()

* Refactored ListKeys / SearchKeys classes to maximise use of
common functions

* Fixed GC94: Added export-minimal and armor options when
exporting keys
- additional changes from version 0.3.6:

* Fixed GC82: Enabled fast random tests on gpg as well as gpg2

* Fixed GC85: Avoided deleting temporary file to preserve its
permissions

* Fixed GC87: Avoided writing passphrase to log

* Fixed GC95: Added verify_data() method to allow verification of
signatures in memory

* Fixed GC96: Regularised end-of-line characters

* Fixed GC98: Rectified problems with earlier fix for shell
injection
- point the source URL to pypi
- fix end of line of README.rst
- rename LICENSE.txt and README.rst to follow upstream

Wed Dec 11 13:00:00 2013 p.drouandAATTgmail.com
- Update to version 0.3.5
+ Added shell quoting to guard against shell injection.
+ Fixed issues #76, #77, #78, #79 and #80.
- Changes from 0.3.4
+ Addresses #65, #66, #67, #68 and #70.
- Changes from 0.3.3
+ Addresses issues #57, #61, #62 and #63.

Thu Jan 17 13:00:00 2013 alexandreAATTexatati.com.br
- Update to 0.3.2:
- Fixed Issue #56: Disallow blank values in key generation.
- Fixed Issue #57: Handle colons and other characters in list_keys.
- Fixed Issue #59 and Issue #60: Handle INV_SGNR status during
verification and removed calls requiring interactive password
input from doctests.

Mon Jan 14 13:00:00 2013 saschpeAATTsuse.de
- Simplify macro usage

Fri Jan 11 13:00:00 2013 p.drouandAATTgmail.com
- Initial python3 support

Sat Sep 1 14:00:00 2012 alexandreAATTexatati.com.br
- Update to 0.3.1:
- Fixed Issue #45 : Allow additional arguments to gpg executable.
Fixed Issue #50 : Use latin-1 encoding in tests when it\'s known
to be required.
Fixed Issue #51: Test now returns non-zero exit status on test
failure.
Fixed Issue #53: Now handles INV_SGNR and KEY_NOT_CREATED
statuses.
Fixed Issue #55: Verification and decryption now return trust
level of signer in integer and text form.

Sat May 12 14:00:00 2012 alexandreAATTexatati.com.br
- Update to 0.3.0:
- Fixed Issue #49 : Reinstated Yann Leboulanger\'s change to
support subkeys (accidentally left out in 0.2.7).

Fri Mar 30 14:00:00 2012 alexandreAATTexatati.com.br
- Update to 0.2.9:
- Fixed Issue #36 : Now handles CARDCTRL and POLICY_URL messages.
- Fixed Issue #40 : Now handles DECRYPTION_INFO, DECRYPTION_FAILED
and DECRYPTION_OKAY messages. The random_binary_data file is no
longer shipped, but constructed by the test suite if needed.

Thu Jan 12 13:00:00 2012 cooloAATTsuse.com
- change license to be in spdx.org format

Sat Sep 3 14:00:00 2011 alexandreAATTexatati.com.br
- Update to 0.2.8:
- Fixed Issue #29 : Now handles IMPORT_RES while verifying.
- Fixed Issue #30 : Fixed an encoding problem.
- Fixed Issue #33 : Quoted arguments for added safety.

Wed Apr 13 14:00:00 2011 alexandreAATTexatati.com.br
- Update to 0.2.7:
- Fixed Issue #24 : License is clarified as BSD.
- Fixed Issue #25 : Incorporated Daniel Folkinshteyn\'s changes.
- Fixed Issue #26 : Incorporated Yann Leboulanger\'s subkey change.
- Fixed Issue #27 : Incorporated hysterix\'s support for symmetric
encryption. Also did some internal cleanups of Unicode handling.
- Regenerate spec file with py2pack;
- Add LICENSE and README files as documentation.

Tue Jan 25 13:00:00 2011 alexandreAATTexatati.com.br
- Update to 0.2.6;
- Bzip2 source file.

Sun May 30 14:00:00 2010 alexandreAATTexatati.com.br
- Initial package (0.2.4) for openSUSE.


 
ICM