[Python-modules-team] Bug#694517: Fix committed

2012-11-28 Thread Thomas Kluyver
Thanks, I've committed that to SVN. ___ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#693855: Fixed upstream

2012-11-26 Thread Thomas Kluyver
Thanks for the bug report. I've fixed this upstream: https://github.com/takluyver/pyxdg/commit/7a6e107db8d5be45c6b0d06d8092b6e7fec82449 I think I had over-eagerly implemented the latest version of the spec, which says that .desktop files are UTF-8, without looking at the history of it. Best wish

[Python-modules-team] Bug#592357: Should be fixed

2012-08-06 Thread Thomas Kluyver
I think this should be closed now - IPython has no dependencies on Numeric, and there's no longer a specific scipy profile. ___ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/li

[Python-modules-team] Bug#675456: Menu files

2012-08-04 Thread Thomas Kluyver
Is $XDG_MENU_PREFIX set? If it is set to "gnome-", pyxdg should correctly pick gnome-applications.menu as the default, as per the spec [1]. What is the function of the debian-menu.menu file from menu-xdg? It was added as a fallback (see bug #654978 [2]), but I'm not sure what it stores. [1] http:

[Python-modules-team] Bug#611923: xdg.DesktopEntry & unicode

2012-07-23 Thread Thomas Kluyver
I'm just triaging bugs for PyXDG. It seems that getName() returns a unicode string suitable for the current locale. I'd consider that the expected behaviour. I believe modern GUI toolkits work with unicode (I'm familiar with Qt, which certainly does). Do you think that it should return an 8-bit st

[Python-modules-team] Bug#656338: PyXDG

2012-07-23 Thread Thomas Kluyver
I'm happy to add support for $XDG_RUNTIME_DIR, but I don't know what the most common fallback directory is if the environment variable is not set. The spec is unhelpfully vague: "If $XDG_RUNTIME_DIR is not set applications should fall back to a replacement directory with similar capabilities and p

[Python-modules-team] Bug#591017: New upstream release

2012-07-18 Thread Thomas Kluyver
There's a new upstream release (0.20), which supports Python 3 and includes several of the patches Debian has against 0.19. http://freedesktop.org/wiki/Software/pyxdg it's already been packaged in Ubuntu, so it should be simple to copy that and adjust it.

[Python-modules-team] Bug#674351: Committed patch

2012-05-28 Thread Thomas Kluyver
Thanks, Jakub, I've committed that patch. ___ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#669272: python3-matplotlib

2012-04-18 Thread Thomas Kluyver
Python 3 support is only in the development version at present. It should be released as 1.2.0. I've got daily builds of matplotlib, including Python 3 builds, in a PPA [1]. It seems to be working, although the most recent build failed for reasons I haven't yet investigated. My changes to the pack

[Python-modules-team] Bug#601593: Patch to package numpy for Python 3

2012-03-16 Thread Thomas Kluyver
The attached patch against the debian/ folder gets a python3-numpy (and -dbg) package built. It may well need some refinement, and I haven't considered how best to handle dh_numpy and the ABI/API versions, so those parts are only in the Python 2 python-numpy package at present. Thomas py3-numpy.

[Python-modules-team] Bug#565351: Bug fixed in trunk

2011-02-23 Thread Thomas Kluyver
Hi, Thanks for the bug report. It's been fixed in trunk (which will become v 0.11). For more details, see the pull request here: https://github.com/ipython/ipython/pull/251 Best wishes, Thomas ___ Python-modules-team mailing list Python-modules-team@lis