[Python-modules-team] Fwd: RFP: python-pkgconfig -- interface python with pkg-config

2014-06-05 Thread Julien Puydt
Hi, I didn't know about this team before I sent my RFP, so I'm forwarding it just now (bug #750679). Message original Sujet: RFP: python-pkgconfig -- interface python with pkg-config Date : Thu, 05 Jun 2014 18:10:43 +0200 De : Julien Puydt Pour : sub...@bugs.debian.org Pack

[Python-modules-team] portalocker 0.5.1-1 MIGRATED to testing

2014-06-05 Thread Debian testing watch
FYI: The status of the portalocker source package in Debian's testing distribution has changed. Previous version: 0.5~ds0-0.1 Current version: 0.5.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will

[Python-modules-team] ipython 2.1.0-1 MIGRATED to testing

2014-06-05 Thread Debian testing watch
FYI: The status of the ipython source package in Debian's testing distribution has changed. Previous version: 1.2.1-2 Current version: 2.1.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive

[Python-modules-team] doctrine-sphinx-theme_0~20130227-1_amd64.changes ACCEPTED into unstable, unstable

2014-06-05 Thread Debian FTP Masters
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 31 May 2014 13:41:19 -0400 Source: doctrine-sphinx-theme Binary: doctrine-sphinx-theme Architecture: source all Version: 0~20130227-1 Distribution: unstable Urgency: low Maintainer: Debian Python Modules Team Cha

[Python-modules-team] Processed: pyusb: New upstream version available

2014-06-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > block 749908 by 712206 Bug #749908 [wnpp] RFP: python3-usb -- USB interface for Python 749908 was not blocked by any bugs. 749908 was not blocking any bugs. Added blocking bug(s) of 749908: 712206 > stop Stopping processing here. Please contact m

[Python-modules-team] Bug#718699: Changelog is not in UTF8

2014-06-05 Thread Ivo De Decker
Hi, On Sat, Aug 17, 2013 at 11:18:26PM +0200, Arthur de Jong wrote: > On Sun, 2013-08-04 at 15:19 +0200, Enrico Zini wrote: > > the package declares Standards-Version: 3.9.2 but the changelog is > > encoded in latin1. > > I've had a look at the changelog but the version currently in the > python-

[Python-modules-team] Bug#750630: python-matplotlib: Default backend 'tkagg' broken

2014-06-05 Thread Matthias Liertzer
Package: python-matplotlib Version: 1.3.1-1+b1 Severity: grave Justification: renders package unusable A simple script like #!/usr/bin/env python import numpy as np import matplotlib.pyplot as plt plt.figure() x = np.linspace(0, 1, 100) y = np.sin(x) plt.plot(x, y) plt.show() fails to show a