Your message dated Mon, 04 Mar 2024 18:22:27 +0000
with message-id <[email protected]>
and subject line Bug#1061880: fixed in s-tui 1.1.6-1
has caused the Debian Bug report #1061880,
regarding s-tui: Selecting Graphs raises a ValueError exception
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1061880: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061880
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: s-tui
Version: 1.1.4-1
Severity: grave
Justification: renders package unusable
X-Debbugs-Cc: [email protected]

Dear Maintainer,

Selecting the 'Graphs' option in s-tui causes a ValueError exception:

################
Traceback (most recent call last):
  File "/usr/bin/s-tui", line 33, in <module>
    sys.exit(load_entry_point('s-tui==1.1.4', 'console_scripts', 's-tui')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/s_tui/s_tui.py", line 913, in main
    graph_controller.main()
  File "/usr/lib/python3/dist-packages/s_tui/s_tui.py", line 758, in main
    loop.run()
  File "/usr/lib/python3/dist-packages/urwid/event_loop/main_loop.py", line 
343, in run
    self._run()
  File "/usr/lib/python3/dist-packages/urwid/event_loop/main_loop.py", line 
445, in _run
    self.event_loop.run()
  File "/usr/lib/python3/dist-packages/urwid/event_loop/select_loop.py", line 
182, in run
    self._loop()
  File "/usr/lib/python3/dist-packages/urwid/event_loop/select_loop.py", line 
229, in _loop
    record.data()
  File "/usr/lib/python3/dist-packages/urwid/display/_posix_raw_display.py", 
line 273, in wrapper
    return self.parse_input(event_loop, callback, 
self.get_available_raw_input())
           
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/urwid/display/_raw_display_base.py", 
line 493, in parse_input
    callback(decoded_codes, raw_codes)
  File "/usr/lib/python3/dist-packages/urwid/event_loop/main_loop.py", line 
472, in _update
    self.process_input(keys)
  File "/usr/lib/python3/dist-packages/urwid/event_loop/main_loop.py", line 
573, in process_input
    k = self._topmost_widget.keypress(self.screen_size, k)  # noqa: PLW2901
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/urwid/widget/widget.py", line 798, in 
keypress
    return get_delegate(self).keypress(size, key)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/urwid/widget/padding.py", line 418, in 
keypress
    return self._original_widget.keypress(maxvals, key)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/urwid/widget/columns.py", line 1121, in 
keypress
    key = w.keypress(size_args[i], key)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/s_tui/sturwid/ui_elements.py", line 92, 
in keypress
    return super(ViListBox, self).keypress(size, key)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/urwid/listbox.py", line 1102, in keypress
    key = focus_widget.keypress((maxcol,), key)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/urwid/widget/grid_flow.py", line 494, in 
keypress
    key = super().keypress(size, key)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/urwid/widget/widget.py", line 798, in 
keypress
    return get_delegate(self).keypress(size, key)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/urwid/widget/pile.py", line 862, in 
keypress
    key = self.focus.keypress(size_args[i], key)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/urwid/widget/padding.py", line 418, in 
keypress
    return self._original_widget.keypress(maxvals, key)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/urwid/widget/columns.py", line 1121, in 
keypress
    key = w.keypress(size_args[i], key)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/urwid/widget/widget.py", line 798, in 
keypress
    return get_delegate(self).keypress(size, key)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/urwid/widget/wimp.py", line 762, in 
keypress
    self._emit("click")
  File "/usr/lib/python3/dist-packages/urwid/widget/widget.py", line 428, in 
_emit
    signals.emit_signal(self, name, self, *args)
  File "/usr/lib/python3/dist-packages/urwid/signals.py", line 301, in emit
    result |= self._call_callback(callback, user_arg, weak_args, user_args, 
args)
              
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/urwid/signals.py", line 325, in 
_call_callback
    return bool(callback(*args))
                ^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/s_tui/s_tui.py", line 354, in 
on_graphs_menu_open
    self.original_widget = urwid.Overlay(
                           ^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/urwid/widget/overlay.py", line 166, in 
__init__
    self.set_overlay_parameters(align, width, valign, height, min_width, 
min_height, left, right, top, bottom)
  File "/usr/lib/python3/dist-packages/urwid/widget/overlay.py", line 459, in 
set_overlay_parameters
    self.options(
  File "/usr/lib/python3/dist-packages/urwid/widget/overlay.py", line 355, in 
options
    Align(align_type),
    ^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/enum.py", line 712, in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/enum.py", line 1135, in __new__
    raise ve_exc
ValueError: <WHSettings.RELATIVE: 'relative'> is not a valid Align
################

This upstream issue looks very similar and has a fix:
https://github.com/amanusk/s-tui/issues/212


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.6.13-amd64 (SMP w/16 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages s-tui depends on:
ii  python3                3.11.6-1
ii  python3-distutils      3.11.5-1
ii  python3-pkg-resources  68.1.2-2
ii  python3-psutil         5.9.8-1
ii  python3-urwid          2.4.6-0.1

s-tui recommends no packages.

Versions of packages s-tui suggests:
ii  stress  1.0.7-1

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: s-tui
Source-Version: 1.1.6-1
Done: Jonathan Carter <[email protected]>

We believe that the bug you reported is fixed in the latest version of
s-tui, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonathan Carter <[email protected]> (supplier of updated s-tui package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 05 Feb 2024 13:07:27 +0200
Source: s-tui
Architecture: source
Version: 1.1.6-1
Distribution: unstable
Urgency: medium
Maintainer: Jonathan Carter <[email protected]>
Changed-By: Jonathan Carter <[email protected]>
Closes: 1061880
Changes:
 s-tui (1.1.6-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #1061880)
   * Update standards version to 4.6.2
   * Update copyright years
Checksums-Sha1:
 9d2f012617f24639d546330e0116b0762bfbda43 1878 s-tui_1.1.6-1.dsc
 3e414778b009bcdd9bc2369f3f82692304bc891c 2608253 s-tui_1.1.6.orig.tar.gz
 290bb270bbf4ce1b5d71581a75ff82eaa3c7eaed 3284 s-tui_1.1.6-1.debian.tar.xz
 fa2f0a4cdafcf049ae405b340f1d334614aeef5d 7050 s-tui_1.1.6-1_source.buildinfo
Checksums-Sha256:
 c5050bc541c7349bede897f4462949cc160e12cd49823a90bde82e8df835e805 1878 
s-tui_1.1.6-1.dsc
 99a8905673a427ebce4f77d94c76cd59d4b3f0da74c018e7cb4951c72825bbe7 2608253 
s-tui_1.1.6.orig.tar.gz
 eb23d6616a48a079d99645840b51ee0888648efe212d650d378d575c76fd5535 3284 
s-tui_1.1.6-1.debian.tar.xz
 4af35efc5c66d1e2ccf8519e167335e574243d2d452b55c7669187f55bf195e9 7050 
s-tui_1.1.6-1_source.buildinfo
Files:
 76a9bda34a48fb31b447cf621813dc9b 1878 utils optional s-tui_1.1.6-1.dsc
 e7d2d4ff10123f7e998389c04d68b3ed 2608253 utils optional s-tui_1.1.6.orig.tar.gz
 c05d833103ba4520956a374b3fa3185f 3284 utils optional 
s-tui_1.1.6-1.debian.tar.xz
 e86389bd891c64445157e6fe54f911e1 7050 utils optional 
s-tui_1.1.6-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJDBAEBCgAtFiEExyA8CpIGcL+U8AuxsB0acqyNyaEFAmXmCaIPHGpjY0BkZWJp
YW4ub3JnAAoJELAdGnKsjcmhS+YP/RIOx0GEPML9+aIfOfGGGh/i/xxp4u0vXtNr
tyCO+sVwz1KUf0gICinOpUA4y0U9Vf1H/M3df0M10kwgs00J+A0ord+3zeFCiBfs
t7FBQhlUKdQl2BlqimjR6Ki8cLZc3kGIi9cZjz33IPWhHUo5wdFlbSWOiNkPqhZO
P2nbEMbzVJ/RC1Slb3hhRqwTepQ6r4fgw4juaJd/ubVBtmxYTczEVyee3KAdrZei
x8CtZUZWdyFLL6JRh85b+girs09/v9mSLxlBYCtMn16MScMocMri3LypM0y6qFO+
mtw6RdZcOWQ56rf/JPGvzLhcw2OoTfQJ3iHTr+mY3n7AuL3W5NFnzFl0WireUAB9
pMLPVjtsvMQsAY6O20ip1eq4X8U7mWwUbOMiR95YwW2cYGkWFwRRyNeDJQIsNv5O
nnYXwC+yrbBIz7rEPeLM9epQBRULDqR+cncr2Tp6yefJSCI06ig4e08YGCSK5NHX
mA5cUfWBVYzY1GGzx6ov+p5NjIf2lgNQ0uo+OWC5DIINL74aEYSiIdOPcVyU8zzk
fNkjjSAfauj98ZwZ/ek9o5+omPy+jo2b5un7d6aLpdi2cLToHzyJwusr7l3Z4KwR
sHfqW1Oj4tTBXsO2o88UWFnlx6O7SDEz8F3YtkPZyvXJqXRUnEDBgnnHWdJYMQxY
UrQBcvOM
=eqWx
-----END PGP SIGNATURE-----

Attachment: pgpUHKR5seL0Q.pgp
Description: PGP signature


--- End Message ---

Reply via email to