[Pkg-bitcoin-commits] [electrum] 02/05: Update upstream source from tag 'upstream/3.1.1'

Tristan Seligmann mithrandi at moszumanska.debian.org
Mon Mar 12 19:48:32 UTC 2018


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

mithrandi pushed a commit to branch master
in repository electrum.

commit 34786daa587e4f7e3b9b740139509f8a14f02045
Merge: 3b65b90 f402c0b
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Mon Mar 12 21:32:13 2018 +0200

    Update upstream source from tag 'upstream/3.1.1'
    
    Update to upstream version '3.1.1'
    with Debian dir 6af765c0a7856228b9a699b81c22767c71e1f105

 Electrum.egg-info/PKG-INFO               |   2 +-
 Electrum.egg-info/SOURCES.txt            |   7 +-
 Electrum.egg-info/requires.txt           |   6 -
 MANIFEST.in                              |   3 +-
 PKG-INFO                                 |   2 +-
 RELEASE-NOTES                            |  16 +-
 app.fil                                  |  29 --
 gui/kivy/main_window.py                  |  29 +-
 gui/kivy/uix/context_menu.py             |   1 -
 gui/kivy/uix/dialogs/addresses.py        | 216 ++++++++++
 gui/kivy/uix/dialogs/invoices.py         | 169 ++++++++
 gui/kivy/uix/dialogs/requests.py         | 157 ++++++++
 gui/kivy/uix/screens.py                  | 204 +---------
 gui/qt/address_list.py                   |   2 +-
 gui/qt/console.py                        |   2 +-
 gui/qt/history_list.py                   |   5 +-
 gui/qt/installwizard.py                  |   5 +-
 gui/qt/main_window.py                    |  17 +-
 gui/qt/qrtextedit.py                     |  10 +-
 gui/qt/transaction_dialog.py             |   4 +-
 lib/base_wizard.py                       |  14 +-
 lib/bitcoin.py                           |  19 +-
 lib/contacts.py                          |  11 +-
 lib/interface.py                         |   2 +-
 lib/locale/de_DE/LC_MESSAGES/electrum.mo | Bin 44368 -> 44315 bytes
 lib/locale/fa_IR/LC_MESSAGES/electrum.mo | Bin 481 -> 661 bytes
 lib/locale/fr_FR/LC_MESSAGES/electrum.mo | Bin 42436 -> 43548 bytes
 lib/locale/id_ID/LC_MESSAGES/electrum.mo | Bin 44078 -> 44080 bytes
 lib/locale/ko_KR/LC_MESSAGES/electrum.mo | Bin 40484 -> 40486 bytes
 lib/locale/nb_NO/LC_MESSAGES/electrum.mo | Bin 22872 -> 22874 bytes
 lib/locale/tr_TR/LC_MESSAGES/electrum.mo | Bin 43501 -> 43501 bytes
 lib/locale/uk_UA/LC_MESSAGES/electrum.mo | Bin 56538 -> 56629 bytes
 lib/locale/vi_VN/LC_MESSAGES/electrum.mo | Bin 19071 -> 19071 bytes
 lib/network.py                           |   2 +-
 lib/plot.py                              |  10 +-
 lib/plugins.py                           |  10 +-
 lib/qrscanner.py                         |   2 +-
 lib/storage.py                           |   4 +-
 lib/tests/test_transaction.py            | 561 +++++++++++++++-----------
 lib/transaction.py                       |  22 +-
 lib/version.py                           |   2 +-
 lib/wallet.py                            |  61 ++-
 lib/x509.py                              |   2 +-
 plugins/cosigner_pool/qt.py              |   4 +-
 plugins/digitalbitbox/digitalbitbox.py   |  81 ++--
 plugins/labels/labels.py                 |   2 +-
 plugins/revealer/__init__.py             |   9 -
 plugins/revealer/qt.py                   | 222 -----------
 plugins/revealer/revealer.py             | 654 -------------------------------
 plugins/trezor/trezor.py                 |  24 +-
 plugins/trustedcoin/trustedcoin.py       |  25 +-
 setup.py                                 |  10 +-
 52 files changed, 1150 insertions(+), 1489 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/electrum.git



More information about the Pkg-bitcoin-commits mailing list