[Python-modules-commits] [python-keepkey] 02/03: record new upstream branch created by importing python-keepkey_0.7.3.orig.tar.gz and merge it

Tristan Seligmann mithrandi at moszumanska.debian.org
Sun Jul 3 22:36:13 UTC 2016


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

mithrandi pushed a commit to branch master
in repository python-keepkey.

commit 42da8a19b5c688577dcb6fa42918f1b64c2a7138
Merge: 96c8f15 3dbf29c
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Mon Jul 4 00:30:48 2016 +0200

    record new upstream branch created by importing python-keepkey_0.7.3.orig.tar.gz and merge it

 MANIFEST.in                             |   1 +
 PKG-INFO                                |   2 +-
 README.rst                              |   6 +-
 debian/.git-dpm                         |  14 +-
 keepkey.egg-info/PKG-INFO               |   2 +-
 keepkey.egg-info/SOURCES.txt            |  40 ++-
 keepkey.egg-info/requires.txt           |   4 +-
 keepkeyctl                              |  73 ++--
 keepkeylib/ckd_public.py                |  10 +-
 keepkeylib/client.py                    |  81 ++---
 keepkeylib/debuglink.py                 |  28 +-
 keepkeylib/mapping.py                   |   4 +-
 keepkeylib/qt/pinmatrix.py              |  11 +-
 keepkeylib/tools.py                     |  10 +-
 keepkeylib/transport.py                 |  43 ++-
 keepkeylib/transport_fake.py            |  12 +-
 keepkeylib/transport_hid.py             |  74 ++--
 keepkeylib/transport_pipe.py            |  39 ++-
 keepkeylib/transport_serial.py          |  19 +-
 keepkeylib/transport_socket.py          |  44 +--
 keepkeylib/tx_api.py                    |  64 +++-
 keepkeylib/types_pb2.py                 | 170 +++++++--
 setup.py                                |   4 +-
 tests/common.py                         |  71 ++++
 tests/config.py                         |  51 +++
 tests/run-jenkins.sh                    |  55 +++
 tests/run-separate.sh                   |   5 +
 tests/run.sh                            |   3 +
 tests/test_basic.py                     |  36 ++
 tests/test_bip32_speed.py               |  57 +++
 tests/test_bootloader.py                | 140 ++++++++
 tests/test_debuglink.py                 |  40 +++
 tests/test_ecies.py                     | 134 +++++++
 tests/test_msg_applysettings.py         |  63 ++++
 tests/test_msg_changepin.py             | 212 +++++++++++
 tests/test_msg_cipherkeyvalue.py        |  74 ++++
 tests/test_msg_clearsession.py          |  39 +++
 tests/test_msg_estimatetxsize.py        |  34 ++
 tests/test_msg_getaddress.py            |  44 +++
 tests/test_msg_getaddress_show.py       |  49 +++
 tests/test_msg_getentropy.py            |  34 ++
 tests/test_msg_getpublickey.py          |  28 ++
 tests/test_msg_loaddevice.py            |  88 +++++
 tests/test_msg_ping.py                  |  50 +++
 tests/test_msg_recoverydevice.py        | 158 +++++++++
 tests/test_msg_recoverydevice_cipher.py | 272 +++++++++++++++
 tests/test_msg_resetdevice.py           | 188 ++++++++++
 tests/test_msg_signidentity.py          |  73 ++++
 tests/test_msg_signmessage.py           |  45 +++
 tests/test_msg_signtx.py                | 598 ++++++++++++++++++++++++++++++++
 tests/test_msg_signtx_xfer.py           | 326 +++++++++++++++++
 tests/test_msg_simplesigntx.py          | 360 +++++++++++++++++++
 tests/test_msg_verifymessage.py         | 132 +++++++
 tests/test_msg_wipedevice.py            |  25 ++
 tests/test_multisig.py                  | 224 ++++++++++++
 tests/test_multisig_change.py           | 355 +++++++++++++++++++
 tests/test_op_return.py                 |  92 +++++
 tests/test_protect_call.py              | 121 +++++++
 tests/test_protection_levels.py         | 201 +++++++++++
 tests/test_zerosig.py                   |  88 +++++
 60 files changed, 5039 insertions(+), 281 deletions(-)

diff --cc debian/.git-dpm
index b0359fa,0000000..0ec0d58
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
- 1fdcb45e8458007dc693ef6f598a181a28000018
- 1fdcb45e8458007dc693ef6f598a181a28000018
- 1fdcb45e8458007dc693ef6f598a181a28000018
- 1fdcb45e8458007dc693ef6f598a181a28000018
- python-keepkey_0.7.0.orig.tar.gz
- aeac28807f2f122188d719717bc4d34e36760edb
- 40041
++3dbf29c469ba27af8cc3bce84e7ee82e9f9c6754
++3dbf29c469ba27af8cc3bce84e7ee82e9f9c6754
++3dbf29c469ba27af8cc3bce84e7ee82e9f9c6754
++3dbf29c469ba27af8cc3bce84e7ee82e9f9c6754
++python-keepkey_0.7.3.orig.tar.gz
++9d6b0747f240fb352051a0002aad1f2faca43189
++80042
 +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-keepkey.git



More information about the Python-modules-commits mailing list