[Python-modules-commits] [dkimpy] branch upstream updated (be0ddb6 -> 7f718ac)
Scott Kitterman
kitterman at moszumanska.debian.org
Mon Jan 23 20:30:52 UTC 2017
This is an automated email from the git hooks/post-receive script.
kitterman pushed a change to branch upstream
in repository dkimpy.
from be0ddb6 Import dkimpy_0.5.6.orig.tar.gz
new 7f718ac Import dkimpy_0.6.0.orig.tar.gz
The 1 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.
Summary of changes:
ChangeLog | 6 +-
MANIFEST.in | 3 +
PKG-INFO | 5 +-
README | 44 ++-
dkimsign.py => arcsign.py | 38 +-
dkimverify.py => arcverify.py | 20 +-
dkim/__init__.py | 777 ++++++++++++++++++++++++++++++--------
dkim/tests/__init__.py | 6 +
dkim/tests/test_arc.py | 146 +++++++
dkim/util.py | 12 +-
dknewkey.py | 81 ++++
man/{dkimsign.1 => arcsign.1} | 22 +-
man/{dkimverify.1 => arcverify.1} | 12 +-
man/dkimsign.1 | 8 +-
man/dkimverify.1 | 10 +-
man/{dkimsign.1 => dknewkey.1} | 34 +-
setup.py | 13 +-
test.py | 3 +
18 files changed, 1007 insertions(+), 233 deletions(-)
copy dkimsign.py => arcsign.py (67%)
copy dkimverify.py => arcverify.py (77%)
create mode 100644 dkim/tests/test_arc.py
create mode 100644 dknewkey.py
copy man/{dkimsign.1 => arcsign.1} (89%)
copy man/{dkimverify.1 => arcverify.1} (93%)
copy man/{dkimsign.1 => dknewkey.1} (86%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/dkimpy.git
More information about the Python-modules-commits
mailing list