Your message dated Wed, 07 Jul 2010 22:02:24 +0000
with message-id <[email protected]>
and subject line Bug#585251: fixed in mgltools-molkit 1.5.4.cvs.20090603-1.1
has caused the Debian Bug report #585251,
regarding mgltools-molkit: 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.)


-- 
585251: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585251
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mgltools-molkit
Version: 1.5.4.cvs.20090603-1
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: mgltools-molkit
Source-Version: 1.5.4.cvs.20090603-1.1

We believe that the bug you reported is fixed in the latest version of
mgltools-molkit, which is due to be installed in the Debian FTP archive:

mgltools-molkit_1.5.4.cvs.20090603-1.1.diff.gz
  to non-free/m/mgltools-molkit/mgltools-molkit_1.5.4.cvs.20090603-1.1.diff.gz
mgltools-molkit_1.5.4.cvs.20090603-1.1.dsc
  to non-free/m/mgltools-molkit/mgltools-molkit_1.5.4.cvs.20090603-1.1.dsc
mgltools-molkit_1.5.4.cvs.20090603-1.1_all.deb
  to non-free/m/mgltools-molkit/mgltools-molkit_1.5.4.cvs.20090603-1.1_all.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.
Piotr Ożarowski <[email protected]> (supplier of updated mgltools-molkit 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: Wed, 30 Jun 2010 21:55:04 +0200
Source: mgltools-molkit
Binary: mgltools-molkit
Architecture: source all
Version: 1.5.4.cvs.20090603-1.1
Distribution: unstable
Urgency: low
Maintainer: Debian-Med Packaging Team 
<[email protected]>
Changed-By: Piotr Ożarowski <[email protected]>
Description: 
 mgltools-molkit - Python classes to read and manipulate molecules
Closes: 585251 586841
Changes: 
 mgltools-molkit (1.5.4.cvs.20090603-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Build for all supported Python versions, add fix_import_star.patch
     (closes: #586841)
   * Add fix_string_exceptions.patch (closes: #585251)
   * Architecture changed to all
Checksums-Sha1: 
 31d18d22e4828cfc8653faef496f959ddf4d5d34 1593 
mgltools-molkit_1.5.4.cvs.20090603-1.1.dsc
 43f96f0b41c388a86b362f98dda344360cb44d4d 6527 
mgltools-molkit_1.5.4.cvs.20090603-1.1.diff.gz
 1d59fbfb211d483d2b27fe3c2dbfafe490b80280 2957518 
mgltools-molkit_1.5.4.cvs.20090603-1.1_all.deb
Checksums-Sha256: 
 71e53f6a90be4f41ca10cdf6e0e9bb5d80b9f4a7529e737e0c84b1df704a5cb8 1593 
mgltools-molkit_1.5.4.cvs.20090603-1.1.dsc
 f54f00af1720909da83468f252a45338ca88a4cc3d652fe3c99fccaa3f153018 6527 
mgltools-molkit_1.5.4.cvs.20090603-1.1.diff.gz
 c233563044fc38dd78ad55167fb2b9eb8a086a480325c25e0d498ae9ddcb9819 2957518 
mgltools-molkit_1.5.4.cvs.20090603-1.1_all.deb
Files: 
 dc8fdddc69edceed55ab1d23ab24dc05 1593 non-free/science optional 
mgltools-molkit_1.5.4.cvs.20090603-1.1.dsc
 a76bd6386bf2e8856c2241c8230b31ac 6527 non-free/science optional 
mgltools-molkit_1.5.4.cvs.20090603-1.1.diff.gz
 eb2154accbdd914355cb879df0417eb3 2957518 non-free/science optional 
mgltools-molkit_1.5.4.cvs.20090603-1.1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkwrtqcACgkQB01zfu119ZmnUgCfZ1AWX7C76yg3DO+eyUjOjKca
CgQAn2m53aN4pe6KGAxWEZRNpqeq6/GW
=bJL9
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to