Your message dated Tue, 06 Mar 2018 22:00:16 +0000
with message-id <e1etkd6-000flp...@fasolo.debian.org>
and subject line Bug#574737: fixed in urwid 2.0.1-1
has caused the Debian Bug report #574737,
regarding AssertionError: Listbox contents too long! - reportbug urwid UI
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 ow...@bugs.debian.org
immediately.)


-- 
574737: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574737
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-urwid
Version: 0.9.9.1-1
Severity: minor

Hello,
when running this command

$ reportbug --debug -O --ui=urwid reportbug 

(reportbug v4.11) in the first screen, the one showing the presubj file,
if PagDown is pressed when "Ok" button is selected I got this traceback:

Traceback (most recent call last):
  File "/usr/bin/reportbug", line 2050, in <module>
    main()
  File "/usr/bin/reportbug", line 1014, in main
    return iface.user_interface()
  File "/usr/bin/reportbug", line 1719, in user_interface
    ui.display_report(open(presubj).read()+'\n')
  File "/usr/lib/pymodules/python2.5/reportbug/ui/urwid_ui.py", line 322, in 
long_message
    box.main(ui)
  File "/usr/lib/pymodules/python2.5/reportbug/ui/urwid_ui.py", line 203, in 
main
    return self.ui.run_wrapper(self.run)
  File "/usr/lib/pymodules/python2.5/urwid/raw_display.py", line 234, in 
run_wrapper
    return fn()
  File "/usr/lib/pymodules/python2.5/reportbug/ui/urwid_ui.py", line 154, in run
    canvas = self.view.render( size, focus=True )
  File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 135, in 
cached_render
    canv = fn(self, size, focus=focus)
  File "/usr/lib/pymodules/python2.5/urwid/decoration.py", line 202, in render
    canv = self._original_widget.render(size, focus=focus)
  File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 135, in 
cached_render
    canv = fn(self, size, focus=focus)
  File "/usr/lib/pymodules/python2.5/urwid/decoration.py", line 719, in render
    canv = self._original_widget.render((maxcol,maxrow-top-bottom),focus)
  File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 135, in 
cached_render
    canv = fn(self, size, focus=focus)
  File "/usr/lib/pymodules/python2.5/urwid/decoration.py", line 528, in render
    canv = self._original_widget.render((maxcol,)+size[1:], focus)
  File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 135, in 
cached_render
    canv = fn(self, size, focus=focus)
  File "/usr/lib/pymodules/python2.5/urwid/container.py", line 569, in render
    focus and self.focus_part == 'body')
  File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 135, in 
cached_render
    canv = fn(self, size, focus=focus)
  File "/usr/lib/pymodules/python2.5/urwid/container.py", line 1173, in render
    focus = focus and self.focus_col == i)
  File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 135, in 
cached_render
    canv = fn(self, size, focus=focus)
  File "/usr/lib/pymodules/python2.5/urwid/container.py", line 569, in render
    focus and self.focus_part == 'body')
  File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 135, in 
cached_render
    canv = fn(self, size, focus=focus)
  File "/usr/lib/pymodules/python2.5/urwid/decoration.py", line 202, in render
    canv = self._original_widget.render(size, focus=focus)
  File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 135, in 
cached_render
    canv = fn(self, size, focus=focus)
  File "/usr/lib/pymodules/python2.5/urwid/decoration.py", line 719, in render
    canv = self._original_widget.render((maxcol,maxrow-top-bottom),focus)
  File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 135, in 
cached_render
    canv = fn(self, size, focus=focus)
  File "/usr/lib/pymodules/python2.5/urwid/decoration.py", line 528, in render
    canv = self._original_widget.render((maxcol,)+size[1:], focus)
  File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 135, in 
cached_render
    canv = fn(self, size, focus=focus)
  File "/usr/lib/pymodules/python2.5/urwid/container.py", line 569, in render
    focus and self.focus_part == 'body')
  File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 173, in 
finalize_render
    canv = fn(self, size, focus=focus)
  File "/usr/lib/pymodules/python2.5/urwid/listbox.py", line 373, in render
    assert rows <= maxrow, "Listbox contents too long!  Probably urwid's fault 
(please report): %s" % `top,middle,bottom`
AssertionError: Listbox contents too long!  Probably urwid's fault (please 
report): ((7, []), (-25, <SelectableText selectable flow widget 'Common issues 
with reportbug:\n\nEXIM IS CONFIGURED FOR LOCAL DELIVERY: In Debian 4.0 (etch) 
and later, exim4 is configured by default to only deliver email to addresses on 
your system. YOUR BUG REPORTS WILL NOT ARRIVE AT THE BUG TRACKING SYSTEM UNLESS 
YOU FOLLOW ONE OF THE FOLLOWING STEPS:\n\n- Reconfigure exim (using 
\'dpkg-reconfigure -plow exim4\') to send mail to the Internet directly or via 
a smarthost.\n\n- Configure reportbug to deliver mail to your ISP\'s smarthost 
or reportbug.debian.org directly (using \'reportbug --configure\').\n\n- 
Alternatively, see /usr/share/doc/reportbug/README.Users for instructions on 
how to use GMail\'s SMTP server to submit reports.\n\nEMAIL ADDRESS SETTING: 
See the manual page reportbug(1) for how to set your email address (i.e. the 
address that appears in the "From:" header), if reportbug is unable
  to correctly figure it out for you.\n\nNote that some mail systems will 
further rewrite the address displayed by reportbug when it starts.\n\nEDITORS: 
See the manual page reportbug(1) for how to choose an editor. You probably will 
want to have this setting for other tools as well. As an alternative, some mail 
programs, such as "mutt", can be configured to be used as the editor for your 
report, which you may find preferable.\n\nREPORTING: It is useful to include 
the full transcript of reportbug (with text ui) output, so we can see what 
it\'s trying to do and provide a faster and more precise response.\n\nGTK+ UI: 
There are some situation when the GTK+ stack crashes, reporting "Floating point 
exception" or GTK+ stack traces; those are bugs in GTK+ or misconfigurations 
(for example, using \'testing\' suite can lead to such errors) on the current 
machine. Do not report bugs against reportbug in such situations but consult 
users support forums.\n\n(You may need to press \'q\' to
  exit your pager and continue using reportbug at this point. Doesn\'t apply to 
GTK+ UI.)' edit_pos=1437>, 0, 40, (0, 32)), (0, []))

Since it says "Probably urwid's fault (please report)", here it is :)

Regards,
Sandro

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-urwid depends on:
ii  libc6                         2.10.2-6   Embedded GNU C Library: Shared lib
ii  python                        2.5.4-9    An interactive high-level object-o
ii  python-support                1.0.6.1    automated rebuilding support for P

python-urwid recommends no packages.

python-urwid suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: urwid
Source-Version: 2.0.1-1

We believe that the bug you reported is fixed in the latest version of
urwid, 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 574...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sophie Brun <sop...@freexian.com> (supplier of updated urwid 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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Tue, 06 Mar 2018 14:39:24 +0100
Source: urwid
Binary: python-urwid python3-urwid python-urwid-doc
Architecture: source amd64 all
Version: 2.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
<python-modules-team@lists.alioth.debian.org>
Changed-By: Sophie Brun <sop...@freexian.com>
Description:
 python-urwid - curses-based UI/widget library for Python 2
 python-urwid-doc - curses-based UI/widget library (common documentation)
 python3-urwid - curses-based UI/widget library for Python 3
Closes: 574737 814457 853013 890174
Changes:
 urwid (2.0.1-1) unstable; urgency=low
 .
   * Team upload.
 .
   [ Ondřej Nový ]
   * Fixed VCS URL (https)
   * d/control: Set Vcs-* to salsa.debian.org
 .
   [ Sophie Brun ]
   * New upstream version 2.0.1 (Closes: #853013, #574737)
   * Update Homepage (Closes: #814457)
   * Remove useless dependency python-gobject (Closes: #890174)
   * Add autopkgtest-pkg-python
   * Create a separated package for documentation
   * Add hardening=+all in debian/rules
   * Bump Standards-version to 4.1.3 (no change required)
   * Use debhelper 11
 .
   [ Raphaël Hertzog ]
   * Add dh-python to Build-Depends
   * Fix python3-urwid's Provides field to include ${python3:Provides}
Checksums-Sha1:
 3e07b6b4f5a49b74e841232bd5cc7453946109e6 1882 urwid_2.0.1-1.dsc
 1624d7c180b717a3d9cd5bdcf64fb353eed4e448 604167 urwid_2.0.1.orig.tar.gz
 91318cfc8b70c7b605a1719bc29d22955bd58324 5292 urwid_2.0.1-1.debian.tar.xz
 9d1acfa504c8d9459cc4b939362d07be840d425b 16220 
python-urwid-dbgsym_2.0.1-1_amd64.deb
 03a6aa300566f13ca2bc21dedc2467c42b4eadfb 490516 
python-urwid-doc_2.0.1-1_all.deb
 640293100e23a2c618a9fff65234344f369c532a 173604 python-urwid_2.0.1-1_amd64.deb
 00b60810af456caa691f8172f316fd8c63a0f9bd 17488 
python3-urwid-dbgsym_2.0.1-1_amd64.deb
 39e328eb8f50205be81dc298285c0f74e4dc6bc0 173628 python3-urwid_2.0.1-1_amd64.deb
 35134ccb78d641fb32975c1df80cd9509215e8a0 9029 urwid_2.0.1-1_amd64.buildinfo
Checksums-Sha256:
 b557d289aea638e6a1fcdd44357e9799af60f284a1e3c2a48715a79c1edc9d8f 1882 
urwid_2.0.1-1.dsc
 644d3e3900867161a2fc9287a9762753d66bd194754679adb26aede559bcccbc 604167 
urwid_2.0.1.orig.tar.gz
 e6f963a91c3eb68a1940eb3634bf75ba697feb426c23ee4b500a469b062de2f3 5292 
urwid_2.0.1-1.debian.tar.xz
 3d747f84d555fc583da41ac1392af27d50a2ecb274b342987d8243cf56cce45a 16220 
python-urwid-dbgsym_2.0.1-1_amd64.deb
 407e59a85ba5ba9d1e4c84f447087aaada6c40637c849d2e0821afa663912482 490516 
python-urwid-doc_2.0.1-1_all.deb
 81d8b6af656b38d107f726cb950e23d7c0050988eade0bd40ab7bca835bd9ca6 173604 
python-urwid_2.0.1-1_amd64.deb
 d0f1669a421efcd83533a7f65714b09646294fc4c2e8cc69a925b92aa15972db 17488 
python3-urwid-dbgsym_2.0.1-1_amd64.deb
 c221d9872919ef73b4049be4af55c8440273c55838783cea42e4941e41fd6a03 173628 
python3-urwid_2.0.1-1_amd64.deb
 fad3553a3235c8192a5f37fac993ef3d689cecde6c4be53ba49f6f57463c3ffd 9029 
urwid_2.0.1-1_amd64.buildinfo
Files:
 0c954ad52541f7b53397c6c070c50f53 1882 python optional urwid_2.0.1-1.dsc
 c70a7016fa1ad2c2a979dbebd4de78c2 604167 python optional urwid_2.0.1.orig.tar.gz
 6bf886df1211b75c2983ef78652b913c 5292 python optional 
urwid_2.0.1-1.debian.tar.xz
 d4af5a17383bc64e60f7b5bc1b437426 16220 debug optional 
python-urwid-dbgsym_2.0.1-1_amd64.deb
 a4c5d4570a767b00dcb049dd199b4426 490516 doc optional 
python-urwid-doc_2.0.1-1_all.deb
 d033d15af573d9a7bb5366bffebef251 173604 python optional 
python-urwid_2.0.1-1_amd64.deb
 91d5af61ae8d2f883109945ecddcf8ed 17488 debug optional 
python3-urwid-dbgsym_2.0.1-1_amd64.deb
 a440293bdeda141172171de818994462 173628 python optional 
python3-urwid_2.0.1-1_amd64.deb
 41024b854743764b1a57825f13bfc41d 9029 python optional 
urwid_2.0.1-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----
Comment: Signed by Raphael Hertzog

iQEzBAEBCgAdFiEE1823g1EQnhJ1LsbSA4gdq+vCmrkFAlqe2OMACgkQA4gdq+vC
mrlbmAf/aW6xAJyfhGfxnQECHf2oa0bhcG3G/mrIeX9R2MGPp/moFrUWM7vjMbEe
E+6NNSgFpGBwRNNeOTCkVXJB5pqL/iDgA1ojZZR/PzUwqr/Sss6qP93HHljCi54S
XxkGmWvWYf0ZnWjofYCnqL7dUEQHPScyp4MtocaAe5YNeFlap1RAyvrUaDqHfXcB
PNXoqAlMuVr5WkpkfKKDkmuXnP/wK1GMegJKU4c9suIUP/RTiprk2+ZVvZyCVJmY
Zf8qMTq44d94PXQUzSgvHkorLHJbOtTC6yzW4qk9LTibLvLadGPp7+01JulDqIgM
HH6mx+M8CDTBNaXzPTsSW9xcZfxXng==
=zh1Z
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to