Your message dated Sat, 14 Aug 2010 10:47:59 +0000
with message-id <[email protected]>
and subject line Bug#585246: fixed in listen 0.6.5-5
has caused the Debian Bug report #585246,
regarding listen: Python string exceptions no more allowed in Python 2.6
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.)
--
585246: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585246
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: listen
Version: 0.6.5-2
Severity: minor
User: [email protected]
Usertags: python2.6
Hello,
One of the changes brought by Python 2.6 is the removal of string
exceptions, so they won't work in Python 2.6 (just a side note: they
were also buggy before, since they were not guaranteed to work
reliable even in <2.6); as an example:
$ python2.5 -c "raise 'eggs'"
-c:1: DeprecationWarning: raising a string exception is deprecated
Traceback (most recent call last):
File "<string>", line 1, in <module>
eggs
$ python2.6 -c "raise 'eggs'"
Traceback (most recent call last):
File "<string>", line 1, in <module>
TypeError: exceptions must be old-style classes or derived from BaseException,
not str
Since 2.6 is the planned default version for the upcoming new Debian
stable release, there are chances your package may be affected by this
change.
We are not sure your package is impacted, since the exception raise
can be in a dead or very rare branch of the code, and so simply never
being executed. We would like to leverage your package maintainer
status and the relationship with upstream authors to inspect more
deeply the issue and act accordingly (that includes: making this bug
release critical, closing it as irrelevant, tagging it 'wontfix', or
whatever is appropriate).
Jakub Wilk made the discovery of the problem and kindly prepared a
list [1] of all identified packages (downloaded on 2010-06-09) along
with files & lines that triggered the pattern search.
[1] http://people.debian.org/~morph/strexp/string-exceptions.lintian
This mass-bug filing was announced at 2010-06-06 on [2] (see the
thread and the references there).
[2] http://lists.debian.org/debian-devel/2010/06/msg00097.html
We do not consider the whole situation a stopper for the Python
transition to 2.6, except (of course) for those single bugs where
severity will be increased.
Thanks in advance for your attention,
Sandro on behalf of debian-python
--- End Message ---
--- Begin Message ---
Source: listen
Source-Version: 0.6.5-5
We believe that the bug you reported is fixed in the latest version of
listen, which is due to be installed in the Debian FTP archive:
listen_0.6.5-5.debian.tar.gz
to main/l/listen/listen_0.6.5-5.debian.tar.gz
listen_0.6.5-5.dsc
to main/l/listen/listen_0.6.5-5.dsc
listen_0.6.5-5_i386.deb
to main/l/listen/listen_0.6.5-5_i386.deb
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.
Alessio Treglia <[email protected]> (supplier of updated listen 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: SHA1
Format: 1.8
Date: Sat, 14 Aug 2010 12:34:03 +0200
Source: listen
Binary: listen
Architecture: source i386
Version: 0.6.5-5
Distribution: unstable
Urgency: low
Maintainer: Alessio Treglia <[email protected]>
Changed-By: Alessio Treglia <[email protected]>
Description:
listen - music player and manager for GNOME
Closes: 585246
Changes:
listen (0.6.5-5) unstable; urgency=low
.
* Update debian/patches/03-string_exc_py26.patch patch, found another
string exception in ./src/song.py (Closes: #585246).
* Adjust XS-Python-Version field -> current, >= 2.6
Checksums-Sha1:
8a4e59954651120e585f994b7a457aa65ed591d3 1374 listen_0.6.5-5.dsc
381b297a6cfcca2989dfe324a261eeb98af17d7d 13098 listen_0.6.5-5.debian.tar.gz
617d241e16093532e9eacfd4e0fbef398a72464f 777848 listen_0.6.5-5_i386.deb
Checksums-Sha256:
1b50c6fbe86681960b5988ff81a94bb7d12ecb513799a4bc1f14145f68fd8f15 1374
listen_0.6.5-5.dsc
9ae29f8f8aaff922f74ef3061dd36246304d2c0a0ca7a4bf347859e1f7cc401b 13098
listen_0.6.5-5.debian.tar.gz
1277e45c65b72b09c12cd91561b8905d1e4f1f9ec660fc2976a7c4d21eef1fa6 777848
listen_0.6.5-5_i386.deb
Files:
4778bacc8bd91687e2bb4727a41b7e30 1374 sound optional listen_0.6.5-5.dsc
5c15c9ddc26622c107147e8d17a87618 13098 sound optional
listen_0.6.5-5.debian.tar.gz
4b2eab96f6de6f41e01730112d3cec1a 777848 sound optional listen_0.6.5-5_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkxmc0IACgkQRdSMfNz8P9BSzwCeOpgFtmI5ZGa6+DjetDYhVdWS
x54An33oFxrXYJEntlyIz/JDeU2UEZ4K
=sWWv
-----END PGP SIGNATURE-----
--- End Message ---