Changelog for
python-gnupg-0.3.7-7.1.noarch.rpm :
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.