[Python-modules-commits] [python-pgpdump] annotated tag debian/1.4-1 created (now 14351b9)

Hans-Christoph Steiner eighthave at moszumanska.debian.org
Fri Sep 23 14:08:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

eighthave pushed a change to annotated tag debian/1.4-1
in repository python-pgpdump.

        at  14351b9   (tag)
   tagging  0a4d13d685f2588e81d0a77a90788c73018eb8e0 (commit)
  replaces  debian/1.3-1
 tagged by  Hans-Christoph Steiner
        on  Fri Sep 13 13:00:02 2013 -0400

- Log -----------------------------------------------------------------
Debian release 1.4-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: GPGTools - http://gpgtools.org

iQIcBAABCAAGBQJSM0SSAAoJEJ8P5Yc3S76Bu3sP/iYxLzm60oMxY+pv+LWmPEKQ
b4LhhFnkjW0kFrp2DD9idQcaG/i34D/d1KJ4EEziJZ0Y2ff3sHRQyhMZOLOJWtld
e1k/nYMeqmkutHXEZ/awjvTssz7V6JQlIQh7fzKp33xq0dn/eK2J4cCQv8R8j1V3
exnlmHKK23knTNHLidw4K9cXTcKnHMpc3EIAdE8AnbtQqsd2Jv0iOaMA5VZntvFq
UkKh9IWPBKfU3F4h7jux2C163j0ZIlFrOQChhr98Nx5LuRogFKWSoCvQ2CczEkYP
qbeyxhMGaL6yu9OnkWbO3wMP0lCc5i9zihM5L5vuXKGCsYJ0ar4FH7ZLiuB+WZm9
xOZf/9JZMwB+584cEIqLhr+quwUQeQIcLb/8jENTOeTUChAevXhPiWvnk4szVwPS
KDb1uLrQZulzy1dTlM21ngKmKSbNRpWdFkhZi1NAAnU0Z1eMsM/D/uUBgmF6h/3E
SUVGPF3TOEW/xE1iN+F/5qQco/guBUBfWlRA7QcC/oqOWDnX9gUeGM0DCjk3KmL2
78z6HLykVMT1Al/ykFmG/3AKUEcU3whB5WKpcgLZs1pSDEoqYBidUSLCbk030tF6
gl5qBLYpaqQW5vumy5gIH4eysJot6xu9czZLKWuoqTHU+RU33+0OnGEjVj+gKcix
71xDHj1iZzfwsdVkVdze
=W387
-----END PGP SIGNATURE-----

Abel Luck (5):
      Return the offset so subclasses can continue parsing
      Add cipher algorithm types and lookup methods
      Add string-to-key specifier types
      Added support for SecretKey and SecretSubKey packet formats
      Include tests for the SecretKeyPacket and SecretSubkeyPacket

Ben Carrillo (4):
      get integers / mpi refactor
      algorithm lookup refactor
      pubkey packet parsing
      timestamp conversion into datetime object

Dan McGee (86):
      Initial commit
      Initial checkin of some tested and working code
      Add .gitignore
      Random small updates
      Fix off-by-one error
      Add AsciiData class and decoding logic
      Add several docstrings
      Use helper methods for length calculations
      Data wrapper cleanup and improvements
      Fix an off by one error in new top-level tag creation
      Add much more extensive tests
      Update main to run a profiler
      Move data objects to new data.py file
      Make project work in Python 3 with no modifications
      Add license file and boilerplate
      Add README.md and setup.py
      Add Python 3 classifier
      Revert "get integers / mpi refactor"
      Implement bytearray-safe multiprecision integer function
      A few more small tweaks and testcases
      Update copyright and version
      Remove cProfile inclusion, always read file as binary
      Add Trust Packet decoding
      Improve repr for packet types
      Add User ID Packet decoding
      Random minor code cleanups
      Move crc24 into utils module
      Switch to table-driven CRC-24 algorithm
      Move int and mpi methods to utils
      Improve scope on some constants
      Parse Public Subkey packets
      Add length tests from RFC 4880
      Add key_id and fingerprinting for public key packets
      Test coverage improvements
      Add MANIFEST.in file
      Bump to version 1.0
      Update README with a bit more info
      Always represent key_id and fingerprint as byte strings
      Add a 'same_key' utility method
      Fix repr on public key packets
      Parse User Attribute packets
      Bump version to 1.1
      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
      Reduce temp storage in get_int4
      Optimize get_mpi processing code
      Tweak main module test output
      Raise Exception on unsupported packet versions
      Add support for version 2/3 public keys
      Add v3 sigs testdata to MANIFEST.in
      Support version 2 signature packets
      Add get_int_bytes helper function
      Correctly handle missing username in User ID packet
      Be more forgiving about unknown algorithms
      Add more sanity checking in data parsing
      Raise custom PgpdumpException when encountering errors
      Test class refactor
      Support version 3 ElGamal public keys
      Compile user-matching regex only once
      Bump to version 1.3
      Small tweaks to PublicKeyEncryptedSessionKeyPacket
      Add test cases for PublicKeyEncryptedSessionKeyPacket
      Update MANIFEST.in
      Add more return values from parse() methods
      Prep for 1.4 release

Hans-Christoph Steiner (7):
      Standards-Version: 3.9.4
      added debian/watch from 'sepwatch'
      Imported Upstream version 1.4
      Merge tag 'upstream/1.4'
      updated debian/changelog to add new version: 1.4-1
      update Vcs-* links to be canonical
      correct grammar in descriptions

Tobias Mueller (1):
      Made the test executable

muelli (1):
      Made UID Packet parsing more robust against malformed UTF-8 encoding

stef (1):
      Added support for PublicKeyEncryptedSessionKeyPacket

-----------------------------------------------------------------------

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