[Python-modules-commits] [python-pgpdump] annotated tag 1.2 created (now 5cc37b0)
Hans-Christoph Steiner
eighthave at moszumanska.debian.org
Fri Sep 23 14:08:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
eighthave pushed a change to annotated tag 1.2
in repository python-pgpdump.
at 5cc37b0 (tag)
tagging 1f64ad3c844246d66d08c314409bb1071033c23a (commit)
replaces 1.1
tagged by Dan McGee
on Tue Mar 27 14:33:55 2012 -0500
- Log -----------------------------------------------------------------
Lots of touchups, fixes, and improvements
* Ascii-armor parsing improvements
* Much more test coverage using new pieces of test data
* Massive performance increase (6x-15x) when parsing lots of data, such as a
full public keyring
* Cleanup of type/algorithm lookup dictionaries
* datetime changes, 'datetime' attribute is deprecated, use 'creation_time'
instead; 'expiration_time' is now also available for signatures
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)
iEYEABECAAYFAk9yFvMACgkQXC5GoPU6du3B1ACgjAo3gQMiPW46KuGlfw1EOi54
9HgAoJDmLJhzxGvrGiOkyZsXTku4cAYz
=os/w
-----END PGP SIGNATURE-----
Dan McGee (23):
PEP8 suggested cleanups from pep8 tool
Local-scope several packet constants
Begin work to handle partial body lengths correctly
Correctly ignore certain Ascii-armored boundaries
Simplify old_tag_length
Minor code cleanups
Pull reference to global CRC table just once
Move immutable lookup dicts out of function scope
Reduce bytearray slicing
tag_length docstring updates
Minor optimization
Move more SignatureSubpacket logic to actual class
Lookup signature type lazily
Use property decorator for pub_algorithm and hash_algorithm
Test some of the lazy lookup methods
Add test coverage for clearsigned documents
Add tests for short and invalid binary data
Clean up image packet data storage
Add tests for user attribute packets
Deprecate datetime attribute on packets; add expiration_date
Move testdata into subdirectory
Add tests for get_int8
Bump version to 1.2
-----------------------------------------------------------------------
No new revisions were added by this update.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pgpdump.git
More information about the Python-modules-commits
mailing list