Re: python-openssl unavailable in sid

2014-09-08 Thread Julien Cristau
On Mon, Sep 8, 2014 at 09:57:36 +1000, Brian May wrote: As far as I can tell, this problem has been fixed. ftp-master didn't respond, maybe it come good by itself? No, they fixed it last week. Cheers, Julien -- Julien Cristau julien.cris...@logilab.fr Logilab

django 1.7 change for backport to wheezy

2014-09-08 Thread Brian May
Hello, Can I please get the following change in python-django git? Add the following to debian/control: X-Python-Version: = 2.7 This will make backports to stable a lot easier. Otherwise the package builds fine, but won't install in Python 2.6 is installed. I would do it myself, but not 100%

Terminal Pager at unit tests

2014-09-08 Thread Josue Ortega
Hi, Currently I am working on the debianization of oct2py[1] which is a bridge between Python an GNU Octave. When the tests are running the docstrings are displayed in a terminal pager making impossible run all tests without human interaction to close the pager. I've found this really annoying

django 1.7 migrations

2014-09-08 Thread Brian May
Hello, Just noticed, if you generate Django 1.7 migrations using Python 2, they won't be Python 3 compatible. i.e. strings such as 'name' will become b'name' in the migration, which doesn't work in python 3. The work around seems to be to remove the b'...' by hand or make the migrations using