[Python-modules-commits] [python-trezor] branch master updated (263ea31 -> f7a3754)
Tristan Seligmann
mithrandi at moszumanska.debian.org
Sun Nov 20 21:04:30 UTC 2016
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a change to branch master
in repository python-trezor.
from 263ea31 record new upstream branch
adds 25ba939 Import python-trezor_0.6.13.orig.tar.gz
new c811b3b Import python-trezor_0.7.6.orig.tar.gz
new 5b5537b Import python-trezor_0.7.6-1.dsc
new 7151588 Import python-trezor 0.7.6-1
new 3842744 Fix Vcs URIs.
new f7a3754 Merge changelog.
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:
PKG-INFO | 2 +-
README.rst | 42 ++--
debian/.git-dpm | 14 +-
debian/changelog | 6 +
debian/control | 1 +
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, 1405 insertions(+), 1453 deletions(-)
delete mode 100644 debian/pydist-overrides
delete mode 100644 tests/test_ecies.py
create mode 100644 tests/test_msg_ethereum_getaddress.py
create mode 100644 tests/test_msg_ethereum_signtx.py
create mode 100644 tests/test_msg_signtx_zcash.py
delete mode 100644 tests/test_msg_simplesigntx.py
delete mode 100644 trezorlib/transport_fake.py
delete mode 100644 trezorlib/transport_serial.py
delete mode 100644 trezorlib/transport_socket.py
create mode 100644 trezorlib/transport_udp.py
--
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