Your message dated Mon, 18 Apr 2011 07:48:46 +0000
with message-id <[email protected]>
and subject line Bug#585302: fixed in python-medusa 1:0.5.4-7
has caused the Debian Bug report #585302,
regarding python-medusa: 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.)


-- 
585302: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585302
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-medusa
Version: 0.5.4+clean-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: python-medusa
Source-Version: 1:0.5.4-7

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

python-medusa-doc_0.5.4-7_all.deb
  to main/p/python-medusa/python-medusa-doc_0.5.4-7_all.deb
python-medusa_0.5.4-7.debian.tar.gz
  to main/p/python-medusa/python-medusa_0.5.4-7.debian.tar.gz
python-medusa_0.5.4-7.dsc
  to main/p/python-medusa/python-medusa_0.5.4-7.dsc
python-medusa_0.5.4-7_all.deb
  to main/p/python-medusa/python-medusa_0.5.4-7_all.deb
python-medusa_0.5.4.orig.tar.gz
  to main/p/python-medusa/python-medusa_0.5.4.orig.tar.gz



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.
Arnaud Fontaine <[email protected]> (supplier of updated python-medusa 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: Mon, 18 Apr 2011 14:29:10 +0900
Source: python-medusa
Binary: python-medusa python-medusa-doc
Architecture: source all
Version: 1:0.5.4-7
Distribution: unstable
Urgency: low
Maintainer: Arnaud Fontaine <[email protected]>
Changed-By: Arnaud Fontaine <[email protected]>
Description: 
 python-medusa - Framework for implementing asynchronous servers
 python-medusa-doc - Framework for implementing asynchronous servers
Closes: 585302
Changes: 
 python-medusa (1:0.5.4-7) unstable; urgency=low
 .
   [ Arnaud Fontaine ]
   * Switch to dpkg-source 3.0 (quilt) format.
     + No need to manually remove the debian/ directory anymore.
     + Drop Build-Depends on patchutils in debian/control.
     + Drop include of simple-patchsys.mk in debian/rules.
   * debian/patches:
     + Add fix_string_exceptions.patch as string exceptions were removed
       from Python 2.6. Closes: #585302.
   * debian/copyright:
     + Update copyright years.
   * debian/control:
     + Remove now useless Replaces and Conflicts fields.
     + No need to Build-Depends on python-dev, python is enough.
     + Add ${misc:Depends} to Depends for debhelper.
   * Use dh_python2 rather than dh_pysupport.
     + Remove debian/pyversions.
     + debian/control:
       - Add X-Python-Version field.
       - Remove python-support from Build-Depends.
       - Bump python-all version to 2.6.6-3~.
       - Bump cdbs version to 0.4.90~.
     + debian/rules:
       - Remove DEB_PYTHON_SYSTEM.
 .
   [ Sandro Tosi ]
   * debian/watch
     + Added.
   * debian/control
     + Switch Vcs-Browser field to viewsvn.
Checksums-Sha1: 
 31d4e824d4d6a7ba51f37446a9b7d2e648a591e6 1420 python-medusa_0.5.4-7.dsc
 f03f1a10b1f5b8b3c9a869e81a7c5c9f8f676188 107744 python-medusa_0.5.4.orig.tar.gz
 40cf9b90fb907dfb96cc346f44e2435a90b68e42 3959 
python-medusa_0.5.4-7.debian.tar.gz
 d45f58336ffc5c4a5ae8f1a163af265c936a48eb 61342 python-medusa_0.5.4-7_all.deb
 a27a1ea12350bbcc1cf14126fe1fa01051000b9a 40498 
python-medusa-doc_0.5.4-7_all.deb
Checksums-Sha256: 
 e9e8ab9d5d1703438844efd1b2f617921f518a99713defffbcd9bea72f34fdeb 1420 
python-medusa_0.5.4-7.dsc
 ab7fc4c9afd28b3aaf575aca5bb07005d228a0cad5b1787a521ffca63cfe4317 107744 
python-medusa_0.5.4.orig.tar.gz
 4ccc994974b91561aa9d42b09fe99f868ed0fe905bd7f28916a263368b535086 3959 
python-medusa_0.5.4-7.debian.tar.gz
 c7ccf8538746f5be2e1d4dd697a684ab2a18e9080346fac32442ad8b2e308954 61342 
python-medusa_0.5.4-7_all.deb
 1a34a7b386daece23760e4fa08e09dd18b9d0d786f400c2cb2ce416c7548e042 40498 
python-medusa-doc_0.5.4-7_all.deb
Files: 
 456da81dbd1b4abe965bebad6f09c695 1420 python optional python-medusa_0.5.4-7.dsc
 5d10505036bc38f8d4cb51d87516e069 107744 python optional 
python-medusa_0.5.4.orig.tar.gz
 50bda2cff853e4ea805d03386bf1d22a 3959 python optional 
python-medusa_0.5.4-7.debian.tar.gz
 fce146bbf74e0eeccc2fb639b756de58 61342 python optional 
python-medusa_0.5.4-7_all.deb
 88f585d32d27b215d6514c3774b4b35f 40498 doc optional 
python-medusa-doc_0.5.4-7_all.deb

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

iEYEARECAAYFAk2r6jkACgkQvfKiIF42GdMZeQCfQQALROVIllY5FlYpefXpwmSQ
mjkAn3kRdHy+gNpWPorv/yh1/mTBSbAE
=wWa6
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to