[Python-modules-commits] [dkimpy] branch master updated (9e48c56 -> a492ef8)

Scott Kitterman kitterman at moszumanska.debian.org
Mon Jan 23 20:30:50 UTC 2017


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

kitterman pushed a change to branch master
in repository dkimpy.

      from  9e48c56   Bump standards version to 3.9.8 without further change
       new  7f718ac   Import dkimpy_0.6.0.orig.tar.gz
       new  4ac3683   record new upstream branch created by importing dkimpy_0.6.0.orig.tar.gz and merge it
       new  1521426   change version to 0.6.0-1 (UNRELEASED) New upstream release
       new  b2c0cff   Various packaging updates
       new  a492ef8   Changelog: release

The 5 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 +-
 debian/.git-dpm                   |  14 +-
 debian/changelog                  |  11 +
 debian/compat                     |   3 +-
 debian/control                    |  24 +-
 debian/copyright                  |   6 +-
 debian/rules                      |   3 +
 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 +
 24 files changed, 1048 insertions(+), 253 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