[Python-modules-commits] [python-pskc] 02/09: Import python-pskc_0.3.orig.tar.gz

Arthur de Jong adejong at moszumanska.debian.org
Mon Mar 28 20:06:36 UTC 2016


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

adejong pushed a commit to branch master
in repository python-pskc.

commit e2f6a553a65b20d0f01f8fc75a144dee7fb4f544
Merge: 64f8256 e979262
Author: Arthur de Jong <adejong at debian.org>
Date:   Mon Mar 28 21:16:08 2016 +0200

    Import python-pskc_0.3.orig.tar.gz

 ChangeLog                        | 126 +++++++++++++++++++++++++++++
 MANIFEST.in                      |   2 +-
 NEWS                             |  10 +++
 PKG-INFO                         |  16 ++--
 README                           |   7 +-
 debian/.git-dpm                  |  14 ++--
 docs/conf.py                     |   2 +-
 docs/encryption.rst              |  12 ++-
 docs/exceptions.rst              |   6 +-
 docs/mac.rst                     |  28 ++++---
 docs/policy.rst                  |  27 +++++--
 docs/usage.rst                   | 151 ++++++++++++++++++++++-------------
 pskc/__init__.py                 |  33 +++++---
 pskc/crypto/__init__.py          |   0
 pskc/{ => crypto}/aeskw.py       |  22 +++---
 pskc/{ => crypto}/tripledeskw.py |  10 ++-
 pskc/encryption.py               |  30 +++----
 pskc/key.py                      | 150 ++++++++++++++++++++++++++---------
 pskc/mac.py                      |   4 +-
 pskc/parse.py                    | 102 ------------------------
 pskc/policy.py                   |  32 +++++++-
 pskc/xml.py                      | 166 +++++++++++++++++++++++++++++++++++++++
 pskc2csv.py                      | 127 ++++++++++++++++++++++++++++++
 python_pskc.egg-info/PKG-INFO    |  16 ++--
 python_pskc.egg-info/SOURCES.txt |  11 ++-
 python_pskc.egg-info/pbr.json    |   1 +
 setup.py                         |  10 ++-
 tests/SampleFullyQualifiedNS.xml | 100 +++++++++++++++++++++++
 tests/test_aeskw.doctest         |  79 ++++++++++---------
 tests/test_draft_keyprov.doctest |  13 +--
 tests/test_encryption.doctest    |  59 ++++++++------
 tests/test_invalid.doctest       |  11 +--
 tests/test_misc.doctest          |  31 +++++++-
 tests/test_rfc6030.doctest       |  33 +++++---
 tests/test_tripledeskw.doctest   |   9 ++-
 tests/test_write.doctest         | 145 ++++++++++++++++++++++++++++++++++
 36 files changed, 1204 insertions(+), 391 deletions(-)

diff --cc debian/.git-dpm
index 121afb0,0000000..95119f9
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- 72c9b10b74f2321be74258067054357ed3b3fea4
- 72c9b10b74f2321be74258067054357ed3b3fea4
- 72c9b10b74f2321be74258067054357ed3b3fea4
- 72c9b10b74f2321be74258067054357ed3b3fea4
- python-pskc_0.2.orig.tar.gz
- 82209f58232dbe8378a1f2efdd4bd1c2c9632eb7
- 46505
++e9792624ef7adb550500faeb118bb0c7d9f73e39
++e9792624ef7adb550500faeb118bb0c7d9f73e39
++e9792624ef7adb550500faeb118bb0c7d9f73e39
++e9792624ef7adb550500faeb118bb0c7d9f73e39
++python-pskc_0.3.orig.tar.gz
++51c9d2aa0e4865cc25419fd6a67dae2361f5dfd3
++54412
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pskc.git



More information about the Python-modules-commits mailing list