[Python-modules-commits] [python-pgpdump] branch master created (now d8d5874)
Hans-Christoph Steiner
eighthave at moszumanska.debian.org
Fri Sep 23 14:07:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
eighthave pushed a change to branch master
in repository python-pgpdump.
at d8d5874 update debian/changelog for new upstream release
This branch includes the following new commits:
new 2eff540 Initial commit
new f0953ec Initial checkin of some tested and working code
new 4ae31de Add .gitignore
new 151be10 Random small updates
new 07e26c0 Fix off-by-one error
new e180977 Add AsciiData class and decoding logic
new fe15012 Add several docstrings
new 4c43d72 Use helper methods for length calculations
new 8ef0152 Data wrapper cleanup and improvements
new 3ee7563 Fix an off by one error in new top-level tag creation
new 087e502 Add much more extensive tests
new f30a923 Update main to run a profiler
new 31204b4 Move data objects to new data.py file
new 0b52fde Make project work in Python 3 with no modifications
new 07817cd Add license file and boilerplate
new e5f4879 Add README.md and setup.py
new ce95c76 Add Python 3 classifier
new c3dde74 get integers / mpi refactor
new f12ea13 algorithm lookup refactor
new f81e8a4 pubkey packet parsing
new a39fb1d timestamp conversion into datetime object
new 1e27197 Revert "get integers / mpi refactor"
new a1a43a1 Implement bytearray-safe multiprecision integer function
new b5a00d9 A few more small tweaks and testcases
new c612dfd Update copyright and version
new 441da7a Remove cProfile inclusion, always read file as binary
new 5911e54 Add Trust Packet decoding
new d7bb42c Improve repr for packet types
new e1fb052 Add User ID Packet decoding
new de0bdb0 Random minor code cleanups
new 1c66a59 Move crc24 into utils module
new 1954e79 Switch to table-driven CRC-24 algorithm
new aa7436a Move int and mpi methods to utils
new 5501247 Improve scope on some constants
new 783e6d5 Parse Public Subkey packets
new 764dc4e Add length tests from RFC 4880
new d5f9814 Add key_id and fingerprinting for public key packets
new 9a4a4ef Test coverage improvements
new f7bf69a Add MANIFEST.in file
new 75edb33 Bump to version 1.0
new f255a6f Update README with a bit more info
new 7da57d7 Always represent key_id and fingerprint as byte strings
new e29ff28 Add a 'same_key' utility method
new 5b608f7 Fix repr on public key packets
new 77e5b5f Parse User Attribute packets
new 38864e5 Bump version to 1.1
new 88b7708 PEP8 suggested cleanups from pep8 tool
new aa1c465 Local-scope several packet constants
new a2459cb Begin work to handle partial body lengths correctly
new 845cf27 Correctly ignore certain Ascii-armored boundaries
new 7319986 Simplify old_tag_length
new 3378530 Minor code cleanups
new c818fa6 Pull reference to global CRC table just once
new b39ca60 Move immutable lookup dicts out of function scope
new 98b77ee Reduce bytearray slicing
new d5ba87a tag_length docstring updates
new 987029f Minor optimization
new 30b571b Move more SignatureSubpacket logic to actual class
new c35932b Lookup signature type lazily
new ec47fc3 Use property decorator for pub_algorithm and hash_algorithm
new d5dee97 Test some of the lazy lookup methods
new 03fbb0f Add test coverage for clearsigned documents
new 82b2657 Add tests for short and invalid binary data
new 97cdca7 Clean up image packet data storage
new 8dcd598 Add tests for user attribute packets
new 954020b Deprecate datetime attribute on packets; add expiration_date
new db3892d Move testdata into subdirectory
new a172263 Add tests for get_int8
new 1f64ad3 Bump version to 1.2
new 766763b Reduce temp storage in get_int4
new 2b8759b Optimize get_mpi processing code
new a6f6a52 Tweak main module test output
new 17af88b Raise Exception on unsupported packet versions
new 27a226e Add support for version 2/3 public keys
new 8b3c18e Add v3 sigs testdata to MANIFEST.in
new 34eaa88 Support version 2 signature packets
new c883b8c Made UID Packet parsing more robust against malformed UTF-8 encoding
new 23c6845 Add get_int_bytes helper function
new fc2ca9b Correctly handle missing username in User ID packet
new e7c93aa Be more forgiving about unknown algorithms
new 1aebeaf Add more sanity checking in data parsing
new b690f52 Raise custom PgpdumpException when encountering errors
new 0525868 Made the test executable
new 7a63495 Test class refactor
new cae58be Support version 3 ElGamal public keys
new fde88f8 Compile user-matching regex only once
new c4ea9f1 Bump to version 1.3
new 170e764 Added support for PublicKeyEncryptedSessionKeyPacket
new b3a91fc Small tweaks to PublicKeyEncryptedSessionKeyPacket
new daba6ac Add test cases for PublicKeyEncryptedSessionKeyPacket
new f1e7dda Update MANIFEST.in
new a728980 Return the offset so subclasses can continue parsing
new 97e2e3a Add more return values from parse() methods
new e3e952c Add cipher algorithm types and lookup methods
new 72194b3 Add string-to-key specifier types
new abbe34b Added support for SecretKey and SecretSubKey packet formats
new a50632f Imported Upstream version 1.3
new 0a4ed6d debianized using: 'python setup.py --command-packages=stdeb.command debianize'
new 3c1ee86 completed debian/control
new 884f140 added debian/copyright
new 639d269 REBASE into debian/copyright
new 79642fb added ITP bug # to changelog
new 3c4854f add patch to include test suite
new b89c401 override dh_auto_test to add test suite using python-setuptools
new c253a30 override_dh_clean to clean up pgpdump.egg-info
new 2375890 add support for python3 following wiki.debian.org/Python/LibraryStyleGuide
new 27bc8be switch to debhelper 8 as minimum since this requires python >= 2.7
new bac90a0 update changelog for uploading to unstable
new f4e37eb Include tests for the SecretKeyPacket and SecretSubkeyPacket
new b3794bd Prep for 1.4 release
new e9ae477 Standards-Version: 3.9.4
new afeaca6 added debian/watch from 'sepwatch'
new d5a642f Merge tag 'upstream/1.4'
new cfe92eb Imported Upstream version 1.4
new 2836ba4 updated debian/changelog to add new version: 1.4-1
new dc878fe update Vcs-* links to be canonical
new 0a4d13d correct grammar in descriptions
new f58dfad switch watch to pypi and include PGP signing key
new c8be82b Imported Upstream version 1.5
new ac8eba7 Merge tag 'upstream/1.5'
new d8d5874 update debian/changelog for new upstream release
The 121 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
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