[Python-modules-team] Bug#794461: Confusing information from the UDD

2016-01-17 Thread Christopher Baines
The UDD shows that this bug is affecting stable [1]. 1: https://udd.debian.org/dmd/?email1=&email2=&email3=&packages=python-mock&bin2src=on&ignpackages=&format=html#todo I can't work out why this is though? As far as I can see, it is not correct as this issue never effected stable. Does somethin

[Python-modules-team] Bug#796717: (no subject)

2015-12-22 Thread Christopher Baines
I tried this out when updating the python-urllib3 package to the latest upstream release. With a few minor changes, I was able to get this working under python 2 and python 3. You can find the resulting files here [1]. 1: http://git.cbaines.net/python-urllib3/tree/debian/tests _

[Python-modules-team] Bug#793945: Missing dependency on python-funcsigs

2015-07-30 Thread Christopher Baines
Note that even with the correct version of the python-pbr package installed, importing this module will still fail due to what I guess is a missing dependency on python-funcsigs. $ python Python 2.7.10 (default, Jul 1 2015, 10:54:53) [GCC 4.9.2] on linux2 Type "help", "copyright", "credits" or "l

[Python-modules-team] Bug#793945: Cannot import mock AttributeError: 'VersionInfo' object has no, attribute 'semantic_version'

2015-07-29 Thread Christopher Baines
Package: python-mock Version: 1.3.0-1 Severity: important Dear Maintainer, I cannot import mock, either using python 2 or 3. $ python Python 2.7.10 (default, Jul 1 2015, 10:54:53) [GCC 4.9.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import mock Traceb