[Pkg-bitcoin-commits] [electrum] branch upstream updated (b83c2a0 -> 6b25b8d)

Tristan Seligmann mithrandi at moszumanska.debian.org
Wed Nov 27 23:08:53 UTC 2013


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

mithrandi pushed a change to branch upstream
in repository electrum.

      from  b83c2a0   Imported Upstream version 1.8
       new  6b25b8d   Imported Upstream version 1.9.5

The 1 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 => Electrum.egg-info/PKG-INFO        |    4 +-
 Electrum.egg-info/SOURCES.txt                 |  158 +
 Electrum.egg-info/dependency_links.txt        |    1 +
 Electrum.egg-info/requires.txt                |    2 +
 Electrum.egg-info/top_level.txt               |    3 +
 MANIFEST.in                                   |   17 +
 PKG-INFO                                      |    4 +-
 RELEASE-NOTES                                 |   43 +
 app.fil                                       |   16 +-
 ecdsa/__init__.py                             |    7 +-
 ecdsa/_version.py                             |    2 +-
 ecdsa/curves.py                               |    9 +-
 ecdsa/der.py                                  |  101 +-
 ecdsa/ecdsa.py                                |  388 +-
 ecdsa/ellipticcurve.py                        |   91 +-
 ecdsa/keys.py                                 |  123 +-
 ecdsa/numbertheory.py                         |   60 +-
 ecdsa/rfc6979.py                              |  103 +
 ecdsa/six.py                                  |  394 ++
 ecdsa/test_pyecdsa.py                         |  533 ++-
 ecdsa/util.py                                 |   34 +-
 electrum                                      |  440 +--
 gui/__init__.py                               |    7 +-
 gui/{gui_android.py => android.py}            |  168 +-
 gui/exchange_rate.py                          |   62 -
 gui/{gui_gtk.py => gtk.py}                    |  315 +-
 gui/icons_rc.py                               |    4 +-
 gui/plugins.py                                |   37 -
 gui/qt/__init__.py                            |  115 +
 gui/{ => qt}/amountedit.py                    |    0
 gui/{qt_console.py => qt/console.py}          |    9 +-
 gui/{ => qt}/history_widget.py                |    2 +-
 gui/{ => qt}/icons_rc.py                      | 4914 ++++++++++++++++---------
 gui/qt/installwizard.py                       |  323 ++
 gui/{gui_lite.py => qt/lite_window.py}        |  349 +-
 gui/{gui_classic.py => qt/main_window.py}     | 2008 +++++-----
 gui/{ => qt}/network_dialog.py                |  106 +-
 gui/qt/password_dialog.py                     |  129 +
 gui/{ => qt}/qrcodewidget.py                  |    4 +-
 gui/{ => qt}/receiving_widget.py              |   15 +-
 gui/qt/seed_dialog.py                         |   96 +
 gui/qt/transaction_dialog.py                  |  217 ++
 gui/qt/util.py                                |  113 +
 gui/qt/version_getter.py                      |  123 +
 gui/qt_util.py                                |   42 -
 gui/stdio.py                                  |  252 ++
 gui/{gui_text.py => text.py}                  |  142 +-
 icons.qrc                                     |    4 +
 icons/electrum.ico                            |  Bin 34276 -> 289766 bytes
 icons/electrum.png                            |  Bin 8905 -> 15205 bytes
 icons/electrum_dark_icon.png                  |  Bin 0 -> 3872 bytes
 icons/electrum_light_icon.png                 |  Bin 0 -> 3869 bytes
 icons/key.png                                 |  Bin 0 -> 5428 bytes
 icons/status_lagging.png                      |  Bin 0 -> 1036 bytes
 lib/__init__.py                               |   14 +-
 lib/account.py                                |  223 ++
 lib/bitcoin.py                                |  661 +---
 lib/blockchain.py                             |  396 ++
 {gui => lib}/bmp.py                           |   11 +-
 lib/commands.py                               |  258 +-
 lib/deserialize.py                            |  392 --
 {gui => lib}/i18n.py                          |   35 +-
 lib/interface.py                              |  555 ++-
 lib/network.py                                |  418 +++
 lib/plugins.py                                |  105 +
 {gui => lib}/pyqrnative.py                    |    0
 lib/simple_config.py                          |  172 +-
 lib/transaction.py                            |  729 ++++
 lib/util.py                                   |   50 +-
 lib/verifier.py                               |  313 +-
 lib/version.py                                |    7 +-
 lib/wallet.py                                 | 1297 +++++--
 locale/ar-SA/LC_MESSAGES/electrum.mo          |  Bin 0 -> 32278 bytes
 locale/ar/LC_MESSAGES/electrum.mo             |  Bin 7957 -> 0 bytes
 locale/br/LC_MESSAGES/electrum.mo             |  Bin 8275 -> 0 bytes
 locale/cs-CZ/LC_MESSAGES/electrum.mo          |  Bin 0 -> 30312 bytes
 locale/cs/LC_MESSAGES/electrum.mo             |  Bin 9601 -> 0 bytes
 locale/de-DE/LC_MESSAGES/electrum.mo          |  Bin 0 -> 31674 bytes
 locale/de/LC_MESSAGES/electrum.mo             |  Bin 22609 -> 0 bytes
 locale/eo-UY/LC_MESSAGES/electrum.mo          |  Bin 0 -> 29969 bytes
 locale/eo/LC_MESSAGES/electrum.mo             |  Bin 2239 -> 0 bytes
 locale/es-ES/LC_MESSAGES/electrum.mo          |  Bin 0 -> 31857 bytes
 locale/es/LC_MESSAGES/electrum.mo             |  Bin 21605 -> 0 bytes
 locale/fr-FR/LC_MESSAGES/electrum.mo          |  Bin 0 -> 32956 bytes
 locale/fr/LC_MESSAGES/electrum.mo             |  Bin 6335 -> 0 bytes
 locale/hu-HU/LC_MESSAGES/electrum.mo          |  Bin 0 -> 30846 bytes
 locale/hu/LC_MESSAGES/electrum.mo             |  Bin 21227 -> 0 bytes
 locale/id-ID/LC_MESSAGES/electrum.mo          |  Bin 0 -> 29998 bytes
 locale/it-IT/LC_MESSAGES/electrum.mo          |  Bin 0 -> 31526 bytes
 locale/it/LC_MESSAGES/electrum.mo             |  Bin 7467 -> 0 bytes
 locale/ja-JP/LC_MESSAGES/electrum.mo          |  Bin 0 -> 34101 bytes
 locale/ja/LC_MESSAGES/electrum.mo             |  Bin 23227 -> 0 bytes
 locale/ky-KG/LC_MESSAGES/electrum.mo          |  Bin 0 -> 30775 bytes
 locale/ky/LC_MESSAGES/electrum.mo             |  Bin 4162 -> 0 bytes
 locale/lv-LV/LC_MESSAGES/electrum.mo          |  Bin 0 -> 31001 bytes
 locale/lv/LC_MESSAGES/electrum.mo             |  Bin 15569 -> 0 bytes
 locale/nl-NL/LC_MESSAGES/electrum.mo          |  Bin 0 -> 30221 bytes
 locale/nl/LC_MESSAGES/electrum.mo             |  Bin 10572 -> 0 bytes
 locale/pl-PL/LC_MESSAGES/electrum.mo          |  Bin 0 -> 30034 bytes
 locale/pt-BR/LC_MESSAGES/electrum.mo          |  Bin 0 -> 30276 bytes
 locale/pt-PT/LC_MESSAGES/electrum.mo          |  Bin 0 -> 30143 bytes
 locale/ru-RU/LC_MESSAGES/electrum.mo          |  Bin 0 -> 37255 bytes
 locale/ru/LC_MESSAGES/electrum.mo             |  Bin 28135 -> 0 bytes
 locale/sl-SI/LC_MESSAGES/electrum.mo          |  Bin 0 -> 29952 bytes
 locale/sl/LC_MESSAGES/electrum.mo             |  Bin 2532 -> 0 bytes
 locale/ta-IN/LC_MESSAGES/electrum.mo          |  Bin 0 -> 31304 bytes
 locale/ta/LC_MESSAGES/electrum.mo             |  Bin 3194 -> 0 bytes
 locale/vi-VN/LC_MESSAGES/electrum.mo          |  Bin 0 -> 30280 bytes
 locale/vi/LC_MESSAGES/electrum.mo             |  Bin 3742 -> 0 bytes
 locale/zh-CN/LC_MESSAGES/electrum.mo          |  Bin 0 -> 29789 bytes
 locale/zh/LC_MESSAGES/electrum.mo             |  Bin 3414 -> 0 bytes
 mki18n.py                                     |  111 +-
 plugins/aliases.py                            |   25 +-
 plugins/exchange_rate.py                      |  140 +
 plugins/labels.py                             |   97 +-
 plugins/pointofsale.py                        |   94 +-
 plugins/qrscanner.py                          |  226 +-
 plugins/virtualkeyboard.py                    |   14 +-
 scripts/block_headers                         |   20 +
 scripts/blocks                                |   16 -
 scripts/get_balance                           |   91 +
 scripts/get_history                           |   10 +-
 scripts/merchant.py                           |  245 --
 scripts/merchant/merchant.conf                |   17 +
 scripts/{ => merchant}/merchant.conf.template |   10 +-
 scripts/merchant/merchant.conf~               |   19 +
 scripts/merchant/merchant.py                  |  244 ++
 scripts/{ => merchant}/merchant.readme        |   17 +-
 scripts/merchant/no_path                      |    1 +
 scripts/merchant/test.db                      |  Bin 0 -> 2048 bytes
 scripts/peers                                 |   15 +-
 scripts/servers                               |   55 +-
 scripts/validate_tx                           |   60 -
 scripts/watch_address                         |   41 +-
 setup-release.py                              |   39 +-
 setup.cfg                                     |    5 +
 setup.py                                      |  140 +-
 test.py                                       |   37 +
 138 files changed, 12382 insertions(+), 7132 deletions(-)
 copy PKG-INFO => Electrum.egg-info/PKG-INFO (78%)
 create mode 100644 Electrum.egg-info/SOURCES.txt
 create mode 100644 Electrum.egg-info/dependency_links.txt
 create mode 100644 Electrum.egg-info/requires.txt
 create mode 100644 Electrum.egg-info/top_level.txt
 create mode 100644 MANIFEST.in
 mode change 100755 => 100644 ecdsa/__init__.py
 mode change 100755 => 100644 ecdsa/_version.py
 mode change 100755 => 100644 ecdsa/curves.py
 mode change 100755 => 100644 ecdsa/der.py
 mode change 100755 => 100644 ecdsa/ecdsa.py
 mode change 100755 => 100644 ecdsa/ellipticcurve.py
 mode change 100755 => 100644 ecdsa/keys.py
 mode change 100755 => 100644 ecdsa/numbertheory.py
 create mode 100644 ecdsa/rfc6979.py
 create mode 100644 ecdsa/six.py
 mode change 100755 => 100644 ecdsa/test_pyecdsa.py
 mode change 100755 => 100644 ecdsa/util.py
 rename gui/{gui_android.py => android.py} (88%)
 delete mode 100644 gui/exchange_rate.py
 rename gui/{gui_gtk.py => gtk.py} (86%)
 delete mode 100644 gui/plugins.py
 create mode 100644 gui/qt/__init__.py
 rename gui/{ => qt}/amountedit.py (100%)
 rename gui/{qt_console.py => qt/console.py} (96%)
 rename gui/{ => qt}/history_widget.py (96%)
 copy gui/{ => qt}/icons_rc.py (52%)
 create mode 100644 gui/qt/installwizard.py
 rename gui/{gui_lite.py => qt/lite_window.py} (73%)
 rename gui/{gui_classic.py => qt/main_window.py} (51%)
 rename gui/{ => qt}/network_dialog.py (70%)
 create mode 100644 gui/qt/password_dialog.py
 rename gui/{ => qt}/qrcodewidget.py (97%)
 rename gui/{ => qt}/receiving_widget.py (83%)
 create mode 100644 gui/qt/seed_dialog.py
 create mode 100644 gui/qt/transaction_dialog.py
 create mode 100644 gui/qt/util.py
 create mode 100644 gui/qt/version_getter.py
 delete mode 100644 gui/qt_util.py
 create mode 100644 gui/stdio.py
 rename gui/{gui_text.py => text.py} (77%)
 create mode 100644 icons/electrum_dark_icon.png
 create mode 100644 icons/electrum_light_icon.png
 create mode 100644 icons/key.png
 create mode 100644 icons/status_lagging.png
 create mode 100644 lib/account.py
 create mode 100644 lib/blockchain.py
 rename {gui => lib}/bmp.py (94%)
 delete mode 100644 lib/deserialize.py
 rename {gui => lib}/i18n.py (72%)
 create mode 100644 lib/network.py
 create mode 100644 lib/plugins.py
 rename {gui => lib}/pyqrnative.py (100%)
 create mode 100644 lib/transaction.py
 create mode 100644 locale/ar-SA/LC_MESSAGES/electrum.mo
 delete mode 100644 locale/ar/LC_MESSAGES/electrum.mo
 delete mode 100644 locale/br/LC_MESSAGES/electrum.mo
 create mode 100644 locale/cs-CZ/LC_MESSAGES/electrum.mo
 delete mode 100644 locale/cs/LC_MESSAGES/electrum.mo
 create mode 100644 locale/de-DE/LC_MESSAGES/electrum.mo
 delete mode 100644 locale/de/LC_MESSAGES/electrum.mo
 create mode 100644 locale/eo-UY/LC_MESSAGES/electrum.mo
 delete mode 100644 locale/eo/LC_MESSAGES/electrum.mo
 create mode 100644 locale/es-ES/LC_MESSAGES/electrum.mo
 delete mode 100644 locale/es/LC_MESSAGES/electrum.mo
 create mode 100644 locale/fr-FR/LC_MESSAGES/electrum.mo
 delete mode 100644 locale/fr/LC_MESSAGES/electrum.mo
 create mode 100644 locale/hu-HU/LC_MESSAGES/electrum.mo
 delete mode 100644 locale/hu/LC_MESSAGES/electrum.mo
 create mode 100644 locale/id-ID/LC_MESSAGES/electrum.mo
 create mode 100644 locale/it-IT/LC_MESSAGES/electrum.mo
 delete mode 100644 locale/it/LC_MESSAGES/electrum.mo
 create mode 100644 locale/ja-JP/LC_MESSAGES/electrum.mo
 delete mode 100644 locale/ja/LC_MESSAGES/electrum.mo
 create mode 100644 locale/ky-KG/LC_MESSAGES/electrum.mo
 delete mode 100644 locale/ky/LC_MESSAGES/electrum.mo
 create mode 100644 locale/lv-LV/LC_MESSAGES/electrum.mo
 delete mode 100644 locale/lv/LC_MESSAGES/electrum.mo
 create mode 100644 locale/nl-NL/LC_MESSAGES/electrum.mo
 delete mode 100644 locale/nl/LC_MESSAGES/electrum.mo
 create mode 100644 locale/pl-PL/LC_MESSAGES/electrum.mo
 create mode 100644 locale/pt-BR/LC_MESSAGES/electrum.mo
 create mode 100644 locale/pt-PT/LC_MESSAGES/electrum.mo
 create mode 100644 locale/ru-RU/LC_MESSAGES/electrum.mo
 delete mode 100644 locale/ru/LC_MESSAGES/electrum.mo
 create mode 100644 locale/sl-SI/LC_MESSAGES/electrum.mo
 delete mode 100644 locale/sl/LC_MESSAGES/electrum.mo
 create mode 100644 locale/ta-IN/LC_MESSAGES/electrum.mo
 delete mode 100644 locale/ta/LC_MESSAGES/electrum.mo
 create mode 100644 locale/vi-VN/LC_MESSAGES/electrum.mo
 delete mode 100644 locale/vi/LC_MESSAGES/electrum.mo
 create mode 100644 locale/zh-CN/LC_MESSAGES/electrum.mo
 delete mode 100644 locale/zh/LC_MESSAGES/electrum.mo
 create mode 100644 plugins/exchange_rate.py
 create mode 100755 scripts/block_headers
 delete mode 100755 scripts/blocks
 create mode 100755 scripts/get_balance
 delete mode 100644 scripts/merchant.py
 create mode 100644 scripts/merchant/merchant.conf
 rename scripts/{ => merchant}/merchant.conf.template (69%)
 create mode 100644 scripts/merchant/merchant.conf~
 create mode 100644 scripts/merchant/merchant.py
 rename scripts/{ => merchant}/merchant.readme (62%)
 create mode 100644 scripts/merchant/no_path
 create mode 100644 scripts/merchant/test.db
 delete mode 100755 scripts/validate_tx
 create mode 100644 setup.cfg
 create mode 100644 test.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