[Pkg-bitcoin-commits] [electrum] branch master updated (3b65b90 -> 80310ed)

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 change to branch master
in repository electrum.

      from  3b65b90   Bump debhelper compat level to 11.
       new  f402c0b   New upstream version 3.1.1
       new  34786da   Update upstream source from tag 'upstream/3.1.1'
       new  65ef0f3   New upstream release.
       new  0ed2ae4   Remove pip hackery.
       new  80310ed   Update changelog for release.

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:
 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 -
 debian/changelog                                   |   6 +
 .../0001-Do-not-ship-requirements-files.patch      |  21 -
 debian/patches/0001-Remove-pip-hackery.patch       |  21 +
 debian/patches/series                              |   2 +-
 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 +-
 56 files changed, 1178 insertions(+), 1511 deletions(-)
 delete mode 100644 app.fil
 delete mode 100644 debian/patches/0001-Do-not-ship-requirements-files.patch
 create mode 100644 debian/patches/0001-Remove-pip-hackery.patch
 create mode 100644 gui/kivy/uix/dialogs/addresses.py
 create mode 100644 gui/kivy/uix/dialogs/invoices.py
 create mode 100644 gui/kivy/uix/dialogs/requests.py
 delete mode 100644 plugins/revealer/__init__.py
 delete mode 100644 plugins/revealer/qt.py
 delete mode 100644 plugins/revealer/revealer.py

-- 
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