[Python-modules-commits] [python-trezor] 03/05: Import python-trezor 0.7.6-1
Tristan Seligmann
mithrandi at moszumanska.debian.org
Sun Nov 20 21:04:31 UTC 2016
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a commit to branch master
in repository python-trezor.
commit 71515882bcfdde1f1f5a7a87163be52a9d5f15c4
Merge: 263ea31 5b5537b
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date: Sun Nov 20 22:18:21 2016 +0200
Import python-trezor 0.7.6-1
PKG-INFO | 2 +-
README.rst | 42 ++--
debian/.git-dpm | 14 +-
debian/changelog | 14 +-
debian/control | 5 +-
debian/pydist-overrides | 4 -
setup.py | 18 +-
tests/common.py | 4 +
tests/config.py | 2 -
tests/test_ecies.py | 134 -------------
tests/test_msg_applysettings.py | 2 +-
tests/test_msg_cipherkeyvalue.py | 60 +++---
tests/test_msg_ethereum_getaddress.py | 17 ++
tests/test_msg_ethereum_signtx.py | 139 +++++++++++++
tests/test_msg_getaddress_show.py | 4 +-
tests/test_msg_getentropy.py | 2 +-
tests/test_msg_loaddevice.py | 7 +
tests/test_msg_resetdevice.py | 16 +-
tests/test_msg_signidentity.py | 16 +-
tests/test_msg_signmessage.py | 12 +-
tests/test_msg_signtx.py | 141 +++++++------
tests/test_msg_signtx_zcash.py | 55 ++++++
tests/test_msg_simplesigntx.py | 360 ----------------------------------
tests/test_msg_verifymessage.py | 22 ++-
tests/test_multisig.py | 16 +-
tests/test_multisig_change.py | 42 ++--
tests/test_op_return.py | 6 +-
tests/test_protect_call.py | 2 +-
tests/test_protection_levels.py | 2 +-
tests/test_zerosig.py | 13 +-
trezor.egg-info/PKG-INFO | 2 +-
trezor.egg-info/SOURCES.txt | 9 +-
trezor.egg-info/requires.txt | 1 +
trezorctl | 163 ++++++++-------
trezorlib/ckd_public.py | 16 +-
trezorlib/client.py | 308 +++++++++++++++--------------
trezorlib/debuglink.py | 10 +
trezorlib/messages_pb2.py | 277 +++++++++++++-------------
trezorlib/tools.py | 37 ++--
trezorlib/transport.py | 259 ++++++++++++++++++------
trezorlib/transport_bridge.py | 18 +-
trezorlib/transport_fake.py | 24 ---
trezorlib/transport_hid.py | 184 +++++++++--------
trezorlib/transport_pipe.py | 38 ++--
trezorlib/transport_serial.py | 41 ----
trezorlib/transport_socket.py | 112 -----------
trezorlib/transport_udp.py | 51 +++++
trezorlib/tx_api.py | 30 ++-
trezorlib/types_pb2.py | 117 ++++++++---
49 files changed, 1408 insertions(+), 1462 deletions(-)
diff --cc debian/.git-dpm
index ac814ac,0000000..c7557a1
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
- 06906129d91becef56591b23150d740ac00d493a
- 06906129d91becef56591b23150d740ac00d493a
- 06906129d91becef56591b23150d740ac00d493a
- 25ba9394c81839bcd12dcef82239b74451c07d72
- python-trezor_0.6.13.orig.tar.gz
- 2b9ba3d15cd66aca0ee1a44c444c3ff253f03495
- 79535
++c811b3bb99367201d1792fd5e1d35e4fe293120f
++c811b3bb99367201d1792fd5e1d35e4fe293120f
++c811b3bb99367201d1792fd5e1d35e4fe293120f
++c811b3bb99367201d1792fd5e1d35e4fe293120f
++python-trezor_0.7.6.orig.tar.gz
++17bba98dd6046466f22c5ff901b575c28c372ab5
++76276
+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-trezor.git
More information about the Python-modules-commits
mailing list