On Mon, 17 Oct 2022 15:58:07 -0700 Soren Stoutner <so...@stoutner.com> wrote:
 electrum (4.3.2-0.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * New upstream release (Closes: #1001064).
   * Switch to new "sourceonly" upstream tarball (see the upstream changelog
     for release 4.3.1).
   * debian/compat: Create file and set version to debhelper v13.
   * debian/control: Update debendencies.
   * debian/control: Bump Standards-Version to 4.6.1 (no changes).
   * debian/copyright: Update and reformat copyright and license information.
   * debian/electrum.install: Include the new electrum.png in
     usr/share/icons/hicolor/128x128/apps/.
   * debian/patches: Refresh 0001-Improve-message-about-PyQt5.patch.
   * debian/rules: Build paymentrequest_pb2.py from the .proto file and
     remove redundant license files from the binary packages.
   * debian/source: Remove unneeded include-binaries file.
   * debian/upstream: Strip extra signatures from signing-key.asc
   * debian/watch: Update to version 4 and refactor for "sourceonly" tarball.

Building on amd64, the package builds completely but dh_auto_test fails:

   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:240: cd /home/bage/electrum/.pybuild/cpython3_3.10/build; 
python3.10 -m unittest discover -v
[WARNING] [Config      ] Older configuration version detected (0 instead of 21)
[WARNING] [Config      ] Upgrading configuration in progress.
[INFO   ] [Logger      ] Record log in 
/home/bage/electrum/.pybuild/cpython3_3.10/.kivy/logs/kivy_22-10-18_0.txt
[INFO   ] [Kivy        ] v1.11.0
[INFO   ] [Kivy        ] Installed at 
"/usr/lib/python3/dist-packages/kivy/__init__.py"
[INFO   ] [Python      ] v3.10.7 (main, Oct  1 2022, 04:31:04) [GCC 12.2.0]
[INFO   ] [Python      ] Interpreter at "/usr/bin/python3.10"
[INFO   ] [Factory     ] 184 symbols loaded
[INFO   ] [Image       ] Providers: img_tex, img_dds, img_sdl2, img_pil, 
img_gif (img_ffpyplayer ignored)
[CRITICAL] [Nfc_manager ] Unable to find any valuable Nfc_manager provider. Please enable debug logging (e.g. add -d if running from the command line, or change the log level in the config) and re-run your app to identify potential causes
android - ModuleNotFoundError: No module named 'electrum.gui.kivy.nfc_manager'
  File "/usr/lib/python3/dist-packages/kivy/core/__init__.py", line 59, in 
core_select_lib
    mod = __import__(name='{2}.{0}.{1}'.format(

dummy - ModuleNotFoundError: No module named 'electrum.gui.kivy.nfc_manager'
  File "/usr/lib/python3/dist-packages/kivy/core/__init__.py", line 59, in 
core_select_lib
    mod = __import__(name='{2}.{0}.{1}'.format(

[INFO   ] [Window      ] Provider: sdl2(['window_egl_rpi'] ignored)
[CRITICAL] [Window ] Unable to find any valuable Window provider. Please enable debug logging (e.g. add -d if running from the command line, or change the log level in the config) and re-run your app to identify potential causes egl_rpi - ImportError: cannot import name 'bcm' from 'kivy.lib.vidcore_lite' (/usr/lib/python3/dist-packages/kivy/lib/vidcore_lite/__init__.py)
  File "/usr/lib/python3/dist-packages/kivy/core/__init__.py", line 59, in 
core_select_lib
    mod = __import__(name='{2}.{0}.{1}'.format(
  File "/usr/lib/python3/dist-packages/kivy/core/window/window_egl_rpi.py", line 12, 
in <module>
    from kivy.lib.vidcore_lite import bcm, egl

sdl2 - RuntimeError: b'No available video device'
  File "/usr/lib/python3/dist-packages/kivy/core/__init__.py", line 71, in 
core_select_lib
    cls = cls()
  File "/usr/lib/python3/dist-packages/kivy/core/window/window_sdl2.py", line 
152, in __init__
    super(WindowSDL, self).__init__()
  File "/usr/lib/python3/dist-packages/kivy/core/window/__init__.py", line 969, 
in __init__
    self.create_window()
  File "/usr/lib/python3/dist-packages/kivy/core/window/window_sdl2.py", line 
287, in create_window
    self.system_size = _size = self._win.setup_window(
  File "kivy/core/window/_window_sdl2.pyx", line 111, in 
kivy.core.window._window_sdl2._WindowSDL2Storage.setup_window
  File "kivy/core/window/_window_sdl2.pyx", line 75, in 
kivy.core.window._window_sdl2._WindowSDL2Storage.die

x11 - ModuleNotFoundError: No module named 'kivy.core.window.window_x11'
  File "/usr/lib/python3/dist-packages/kivy/core/__init__.py", line 59, in 
core_select_lib
    mod = __import__(name='{2}.{0}.{1}'.format(

[INFO   ] [Text        ] Provider: sdl2
 No module named 'electrum.plugins.jade.jadepy.jade_ble'
 BLE scanning/connectivity will not be available

 ----------------------------------------------------------------------
 Ran 0 tests in 0.000s

Reply via email to