Your message dated Tue, 08 Jan 2008 21:02:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#459076: fixed in sympy 0.5.11-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: python-sympy
Version: 0.5.9-1
Severity: normal
Tags: patch

The xlib code used when plotting fails when an atom (here _NET_WM_NAME)
was not yet interned into the X server. There are two fixes: only
setting them when they exist, or interning the atom to set it.

I don't know which of those is better, but the following patch
implements the second possibility and allows isympy to open
a plot window here:

diff -rup sympy-0.5.9.unpatched/sympy/plotting/pyglet/window/xlib/__init__.py 
sympy-0.5.9/sympy/plotting/pyglet/window/xlib/__init__.py
--- sympy-0.5.9.unpatched/sympy/plotting/pyglet/window/xlib/__init__.py 
2007-12-21 23:00:48.000000000 +0100
+++ sympy-0.5.9/sympy/plotting/pyglet/window/xlib/__init__.py   2008-01-04 
12:42:32.000000000 +0100
@@ -912,7 +912,7 @@ class XlibWindow(BaseWindow):
         xlib.XSetWMNormalHints(self._x_display, self._window, byref(hints))
 
     def _set_text_property(self, name, value, allow_utf8=True):
-        atom = xlib.XInternAtom(self._x_display, name, True)
+        atom = xlib.XInternAtom(self._x_display, name, False)
         if not atom:
             raise XlibException('Undefined atom "%s"' % name)
         assert type(value) in (str, unicode)


-- System Information:
Debian Release: 4.0
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages python-sympy depends on:
ii  python                        2.4.4-2    An interactive high-level object-o
ii  python-support                0.5.6      automated rebuilding support for p

Versions of packages python-sympy recommends:
pn  libgtkmathview-bin            <none>     (no description available)
ii  python-ctypes                 1.0.0-1.1  Python package to create and manip
pn  python-imaging                <none>     (no description available)
pn  python-opengl                 <none>     (no description available)

-- no debconf information

Hochachtungsvoll,
        Bernhard R. Link
-- 
"Never contain programs so few bugs, as when no debugging tools are available!"
        Niklaus Wirth



--- End Message ---
--- Begin Message ---
Source: sympy
Source-Version: 0.5.11-1

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

python-sympy_0.5.11-1_all.deb
  to pool/main/s/sympy/python-sympy_0.5.11-1_all.deb
sympy_0.5.11-1.diff.gz
  to pool/main/s/sympy/sympy_0.5.11-1.diff.gz
sympy_0.5.11-1.dsc
  to pool/main/s/sympy/sympy_0.5.11-1.dsc
sympy_0.5.11.orig.tar.gz
  to pool/main/s/sympy/sympy_0.5.11.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.
Ondrej Certik <[EMAIL PROTECTED]> (supplier of updated sympy 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.7
Date: Tue, 08 Jan 2008 21:19:16 +0100
Source: sympy
Binary: python-sympy
Architecture: source all
Version: 0.5.11-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
<[email protected]>
Changed-By: Ondrej Certik <[EMAIL PROTECTED]>
Description: 
 python-sympy - Computer Algebra System (CAS) in Python
Closes: 459076 459316 459411
Changes: 
 sympy (0.5.11-1) unstable; urgency=low
 .
   * New upstream version (Closes: #459076)
   * ipython added to recommends (Closes: #459411)
   * libgtkmathview-bin, python-opengl removed from recommends
   * debian/copyright updated
   * menu item is installed for isympy (Closes: #459316)
Files: 
 3fd85b28edf97c275c7be0d6061acc61 974 python optional sympy_0.5.11-1.dsc
 57e8f2c17023f160e9ef8cc18ea4c15c 966916 python optional 
sympy_0.5.11.orig.tar.gz
 dc6df74bc3693db72d75ae478faaa45d 5813 python optional sympy_0.5.11-1.diff.gz
 dd3acfbbcf8fe6c15ab20f0fcd504086 974646 python optional 
python-sympy_0.5.11-1_all.deb

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

iD8DBQFHg+DiKQ++Uu6gdgkRAqL6AJ42DQnOFAM4dva8MZEVZrcd0XEnFwCfUsyh
Q+6QW38n2IoIWWb9kJGuewY=
=qxFZ
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

Reply via email to