[Pkg-bitcoin-commits] [electrum] branch master updated (273318f -> 103be2e)

Tristan Seligmann mithrandi at moszumanska.debian.org
Sun Jan 7 02:04:20 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  273318f   Bump to 3.0.3.
       new  38ec615   New upstream version 3.0.4
       new  4864a5d   Update upstream source from tag 'upstream/3.0.4'
       new  ca47dee   * New upstream release.   - Fixes a security issue allowing hostile JavaScript to access the     JSON-RPC server: https://github.com/spesmilo/electrum/issues/3374
       new  ae5c7d6   Fix debian/copyright for new vendored packages.
       new  5ef521e   Bump Standards-Version to 4.1.3 (no changes).
       new  103be2e   Bump debhelper compat level to 10.

The 6 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                      |    6 +-
 PKG-INFO                                           |    2 +-
 RELEASE-NOTES                                      |   10 +
 debian/changelog                                   |   11 +
 debian/compat                                      |    2 +-
 debian/control                                     |    4 +-
 debian/copyright                                   |    8 +-
 gui/kivy/main_window.py                            |   50 +-
 gui/kivy/uix/screens.py                            |    2 +-
 gui/qt/__init__.py                                 |   25 +-
 gui/qt/installwizard.py                            |    4 +-
 gui/qt/main_window.py                              |    1 +
 gui/qt/network_dialog.py                           |    4 +-
 gui/qt/qrtextedit.py                               |    2 +
 gui/qt/seed_dialog.py                              |    4 +-
 lib/daemon.py                                      |   17 +-
 lib/locale/da_DK/LC_MESSAGES/electrum.mo           |  Bin 20490 -> 21205 bytes
 lib/locale/de_DE/LC_MESSAGES/electrum.mo           |  Bin 44398 -> 44409 bytes
 lib/locale/fr_FR/LC_MESSAGES/electrum.mo           |  Bin 41701 -> 42477 bytes
 lib/locale/id_ID/LC_MESSAGES/electrum.mo           |  Bin 44119 -> 44119 bytes
 lib/locale/it_IT/LC_MESSAGES/electrum.mo           |  Bin 40913 -> 40962 bytes
 lib/locale/ja_JP/LC_MESSAGES/electrum.mo           |  Bin 49093 -> 49102 bytes
 lib/locale/ko_KR/LC_MESSAGES/electrum.mo           |  Bin 36288 -> 40525 bytes
 lib/locale/nb_NO/LC_MESSAGES/electrum.mo           |  Bin 17534 -> 17534 bytes
 lib/locale/nl_NL/LC_MESSAGES/electrum.mo           |  Bin 34085 -> 43826 bytes
 lib/locale/pt_PT/LC_MESSAGES/electrum.mo           |  Bin 34784 -> 39566 bytes
 lib/locale/ro_RO/LC_MESSAGES/electrum.mo           |  Bin 12789 -> 44283 bytes
 lib/locale/ru_RU/LC_MESSAGES/electrum.mo           |  Bin 54756 -> 54756 bytes
 lib/locale/sv_SE/LC_MESSAGES/electrum.mo           |  Bin 0 -> 11242 bytes
 lib/locale/tr_TR/LC_MESSAGES/electrum.mo           |  Bin 31606 -> 40214 bytes
 lib/locale/zh_CN/LC_MESSAGES/electrum.mo           |  Bin 24412 -> 40071 bytes
 lib/locale/zh_TW/LC_MESSAGES/electrum.mo           |  Bin 40778 -> 40778 bytes
 lib/network.py                                     |    3 +-
 lib/pem.py                                         |    2 +-
 lib/qrscanner.py                                   |    3 +-
 lib/version.py                                     |    2 +-
 lib/wallet.py                                      |    5 +-
 packages/certifi/__init__.py                       |    2 +-
 packages/certifi/cacert.pem                        |  793 +++++-------
 packages/certifi/core.py                           |    3 +-
 packages/google/protobuf/__init__.py               |    2 +-
 packages/google/protobuf/any_pb2.py                |    4 +-
 packages/google/protobuf/any_test_pb2.py           |    6 +-
 packages/google/protobuf/api_pb2.py                |   32 +-
 packages/google/protobuf/compiler/plugin_pb2.py    |   26 +-
 packages/google/protobuf/descriptor_database.py    |   13 +-
 packages/google/protobuf/descriptor_pb2.py         |  389 +++---
 packages/google/protobuf/descriptor_pool.py        |   24 +-
 packages/google/protobuf/duration_pb2.py           |    4 +-
 packages/google/protobuf/field_mask_pb2.py         |    2 +-
 packages/google/protobuf/internal/any_test_pb2.py  |   76 +-
 .../google/protobuf/internal/api_implementation.py |   39 +-
 packages/google/protobuf/internal/decoder.py       |    2 +-
 .../protobuf/internal/descriptor_database_test.py  |   34 +
 .../protobuf/internal/descriptor_pool_test.py      |  272 ++--
 .../protobuf/internal/descriptor_pool_test1_pb2.py |   28 +-
 .../protobuf/internal/descriptor_pool_test2_pb2.py |   16 +-
 .../google/protobuf/internal/descriptor_test.py    |  299 ++++-
 packages/google/protobuf/internal/encoder.py       |    4 +-
 .../google/protobuf/internal/factory_test1_pb2.py  |   12 +-
 .../google/protobuf/internal/factory_test2_pb2.py  |   56 +-
 .../protobuf/internal/file_options_test_pb2.py     |    4 +-
 .../internal/import_test_package/inner_pb2.py      |    2 +-
 .../internal/import_test_package/outer_pb2.py      |    2 +-
 .../google/protobuf/internal/json_format_test.py   |   66 +-
 .../protobuf/internal/message_factory_test.py      |   38 +-
 .../internal/message_set_extensions_pb2.py         |   12 +-
 packages/google/protobuf/internal/message_test.py  |  229 +++-
 .../protobuf/internal/missing_enum_values_pb2.py   |   14 +-
 .../internal/more_extensions_dynamic_pb2.py        |    8 +-
 .../protobuf/internal/more_extensions_pb2.py       |   12 +-
 .../google/protobuf/internal/more_messages_pb2.py  |   10 +-
 .../protobuf/internal/packed_field_test_pb2.py     |   56 +-
 .../google/protobuf/internal/python_message.py     |   37 +-
 .../google/protobuf/internal/reflection_test.py    |   65 +-
 .../protobuf/internal/service_reflection_test.py   |    4 +
 .../protobuf/internal/test_bad_identifiers_pb2.py  |    8 +-
 packages/google/protobuf/internal/test_util.py     |   64 +-
 .../google/protobuf/internal/text_format_test.py   |   98 +-
 .../protobuf/internal/unknown_fields_test.py       |  157 ++-
 .../google/protobuf/internal/well_known_types.py   |   62 +-
 .../protobuf/internal/well_known_types_test.py     |  185 ++-
 packages/google/protobuf/json_format.py            |    5 +
 .../google/protobuf/map_proto2_unittest_pb2.py     | 1331 ++++++++++++++++++++
 packages/google/protobuf/map_unittest_pb2.py       |  266 ++--
 packages/google/protobuf/message_factory.py        |   13 +-
 packages/google/protobuf/pyext/python_pb2.py       |   18 +-
 packages/google/protobuf/source_context_pb2.py     |    2 +-
 packages/google/protobuf/struct_pb2.py             |   20 +-
 .../google/protobuf/test_messages_proto2_pb2.py    |  430 +++----
 .../google/protobuf/test_messages_proto3_pb2.py    |  332 ++---
 packages/google/protobuf/text_format.py            |   15 +-
 packages/google/protobuf/timestamp_pb2.py          |    4 +-
 packages/google/protobuf/type_pb2.py               |   52 +-
 packages/google/protobuf/unittest_arena_pb2.py     |    6 +-
 .../google/protobuf/unittest_custom_options_pb2.py |  142 +--
 packages/google/protobuf/unittest_import_pb2.py    |    2 +-
 .../google/protobuf/unittest_import_public_pb2.py  |    2 +-
 packages/google/protobuf/unittest_mset_pb2.py      |   16 +-
 .../protobuf/unittest_mset_wire_format_pb2.py      |    2 +-
 .../protobuf/unittest_no_arena_import_pb2.py       |    2 +-
 packages/google/protobuf/unittest_no_arena_pb2.py  |  162 +--
 .../protobuf/unittest_no_generic_services_pb2.py   |    4 +-
 packages/google/protobuf/unittest_pb2.py           |  872 ++++++-------
 .../google/protobuf/unittest_proto3_arena_pb2.py   |  192 +--
 .../google/protobuf/util/json_format_proto3_pb2.py |  208 +--
 packages/google/protobuf/wrappers_pb2.py           |   18 +-
 packages/pkg_resources/__init__.py                 |  103 +-
 packages/setuptools/__init__.py                    |   22 +-
 packages/setuptools/archive_util.py                |    4 +-
 packages/setuptools/build_meta.py                  |   34 +-
 packages/setuptools/command/__init__.py            |    3 +-
 packages/setuptools/command/bdist_egg.py           |   18 +-
 packages/setuptools/command/develop.py             |    4 +-
 packages/setuptools/command/dist_info.py           |    9 +-
 packages/setuptools/command/easy_install.py        |   34 +-
 packages/setuptools/command/egg_info.py            |    6 +-
 packages/setuptools/command/sdist.py               |    7 -
 packages/setuptools/command/test.py                |   18 +-
 packages/setuptools/config.py                      |    2 +-
 packages/setuptools/dist.py                        |   42 +-
 packages/setuptools/glibc.py                       |   86 ++
 packages/setuptools/monkey.py                      |    2 +-
 packages/setuptools/package_index.py               |   60 +-
 packages/setuptools/pep425tags.py                  |  316 +++++
 packages/setuptools/py26compat.py                  |   31 -
 packages/setuptools/py31compat.py                  |   15 -
 packages/setuptools/sandbox.py                     |    4 -
 packages/setuptools/ssl_support.py                 |   11 +-
 packages/setuptools/wheel.py                       |  163 +++
 131 files changed, 5757 insertions(+), 2793 deletions(-)
 create mode 100644 lib/locale/sv_SE/LC_MESSAGES/electrum.mo
 create mode 100644 packages/google/protobuf/map_proto2_unittest_pb2.py
 create mode 100644 packages/setuptools/glibc.py
 create mode 100644 packages/setuptools/pep425tags.py
 delete mode 100644 packages/setuptools/py26compat.py
 create mode 100644 packages/setuptools/wheel.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