[Python-modules-team] python-dbusmock_0.11.1-1_amd64.changes ACCEPTED into unstable

2014-08-07 Thread Debian FTP Masters
Mapping sid to unstable. Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 08 Aug 2014 08:17:34 +0200 Source: python-dbusmock Binary: python-dbusmock python3-dbusmock Architecture: source all Version: 0.11.1-1 Distribution: sid Urgency: medium Maintainer: Debian Py

[Python-modules-team] Processing of python-dbusmock_0.11.1-1_amd64.changes

2014-08-07 Thread Debian FTP Masters
python-dbusmock_0.11.1-1_amd64.changes uploaded successfully to localhost along with the files: python-dbusmock_0.11.1-1_all.deb python3-dbusmock_0.11.1-1_all.deb python-dbusmock_0.11.1-1.dsc python-dbusmock_0.11.1.orig.tar.gz python-dbusmock_0.11.1-1.debian.tar.xz Greetings, Yo

[Python-modules-team] Bug#744145: pip crashes on "import requests"

2014-08-07 Thread Bruno Agutoli
This solved my problem! sudo easy_install requests==2.3.0 ___ 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#755592: Fails to build with Django 1.7

2014-08-07 Thread Daniele Tricoli
Hello, On Thursday 07 August 2014 21:51:51 Raphael Hertzog wrote: > The package fails to build with Django 1.7: Is seems that upstream fixed the issue related to StrAndUnicode for version 2.x[¹], so upgrading django-country should fix this. HTH, [¹] https://github.com/SmileyChris/django-countr

[Python-modules-team] Bug#755633: Fails to build with Django 1.7

2014-08-07 Thread Raphael Hertzog
Control: tag -1 + confirmed The package fails to build with Django 1.7: debian/rules override_dh_auto_test make[1]: Entering directory '/«PKGBUILDDIR»' mkdir -p tmp-locales localedef -i en_US -c -f UTF-8 tmp-locales/en_US.UTF-8 set -e; \ for python in python2.7; do \ for name in pil pgmagick

[Python-modules-team] Processed: Fails to build with Django 1.7

2014-08-07 Thread Debian Bug Tracking System
Processing control commands: > tag -1 + confirmed Bug #755633 [src:sorl-thumbnail] sorl-thumbnail: Please ensure it works with Django 1.7 Added tag(s) confirmed. -- 755633: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755633 Debian Bug Tracking System Contact ow...@bugs.debian.org with prob

[Python-modules-team] Processed: Fails to build with Django 1.7

2014-08-07 Thread Debian Bug Tracking System
Processing control commands: > tag -1 + confirmed Bug #755632 [src:python-django-voting] python-django-voting: Please ensure it works with Django 1.7 Added tag(s) confirmed. -- 755632: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755632 Debian Bug Tracking System Contact ow...@bugs.debian.o

[Python-modules-team] Bug#755639: Fails to build with Django 1.7

2014-08-07 Thread Raphael Hertzog
Control: tag -1 + confirmed The package fails to build with Django 1.7: debian/rules override_dh_auto_test make[1]: Entering directory '/«PKGBUILDDIR»' PYBUILD_SYSTEM=custom \ PYBUILD_TEST_ARGS="cd {build_dir}; {interpreter} {dir}/runtests_sqlite.py" dh_auto_test I: pybuild base:170: cd /«PKG

[Python-modules-team] Processed: Fails to build with Django 1.7

2014-08-07 Thread Debian Bug Tracking System
Processing control commands: > tag -1 + confirmed Bug #755639 [src:python-django-uuidfield] python-django-uuidfield: Please ensure it works with Django 1.7 Added tag(s) confirmed. -- 755639: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755639 Debian Bug Tracking System Contact ow...@bugs.de

[Python-modules-team] Bug#755632: Fails to build with Django 1.7

2014-08-07 Thread Raphael Hertzog
Control: tag -1 + confirmed The package fails to build with Django 1.7: debian/rules override_dh_auto_test make[1]: Entering directory '/«PKGBUILDDIR»' set -e; \ cd voting/tests; \ for python in python2.7; do \ PYTHONPATH=:../.. $python runtests.py; \ done Traceback (most recent call l

[Python-modules-team] Processed: Fails to build with Django 1.7

2014-08-07 Thread Debian Bug Tracking System
Processing control commands: > tag -1 + confirmed Bug #755604 [src:django-sitetree] django-sitetree: Please ensure it works with Django 1.7 Added tag(s) confirmed. -- 755604: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755604 Debian Bug Tracking System Contact ow...@bugs.debian.org with pr

[Python-modules-team] Bug#755604: Fails to build with Django 1.7

2014-08-07 Thread Raphael Hertzog
Control: tag -1 + confirmed The package fails to build with Django 1.7: debian/rules override_dh_auto_test make[1]: Entering directory '/«PKGBUILDDIR»' set -e; \ for python in python2.7; do \ $python sitetree/runtests.py; \ done Traceback (most recent call last): File "sitetree/runte

[Python-modules-team] Processed: Fails to build with Django 1.7

2014-08-07 Thread Debian Bug Tracking System
Processing control commands: > tag -1 + confirmed Bug #755603 [src:django-sekizai] django-sekizai: Please ensure it works with Django 1.7 Added tag(s) confirmed. -- 755603: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755603 Debian Bug Tracking System Contact ow...@bugs.debian.org with prob

[Python-modules-team] Bug#755603: Fails to build with Django 1.7

2014-08-07 Thread Raphael Hertzog
Control: tag -1 + confirmed The package fails to build with Django 1.7: debian/rules override_dh_auto_test make[1]: Entering directory '/«PKGBUILDDIR»' set -e; \ for python in python2.7; do \ PYTHONPATH="." $python runtests.py; \ done Traceback (most recent call last): File "runtests

[Python-modules-team] Bug#755602: Fails to build with Django 1.7

2014-08-07 Thread Raphael Hertzog
Control: tag -1 + confirmed The package fails to build with Django 1.7: debian/rules override_dh_auto_test make[1]: Entering directory '/«PKGBUILDDIR»' set -e; \ for python in python2.7; do \ PYTHONPATH="." $python runtests.py; \ done Using Python version 2.7.8 from /usr/bin/python2.7

[Python-modules-team] Processed: Fails to build with Django 1.7

2014-08-07 Thread Debian Bug Tracking System
Processing control commands: > tag -1 + confirmed Bug #755612 [src:django-reversion] django-reversion: Please ensure it works with Django 1.7 Added tag(s) confirmed. -- 755612: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755612 Debian Bug Tracking System Contact ow...@bugs.debian.org with

[Python-modules-team] Bug#755612: Fails to build with Django 1.7

2014-08-07 Thread Raphael Hertzog
Control: tag -1 + confirmed The package fails to build with Django 1.7: debian/rules override_dh_auto_test make[1]: Entering directory '/«PKGBUILDDIR»' django-admin startproject testproject Using: Python 2.7 if [ -d testproject/testproject ]; then \ cp debian/settings.py testproject/te

[Python-modules-team] Processed: Fails to build with Django 1.7

2014-08-07 Thread Debian Bug Tracking System
Processing control commands: > tag -1 + confirmed Bug #755602 [src:django-polymorphic] django-polymorphic: Please ensure it works with Django 1.7 Added tag(s) confirmed. -- 755602: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755602 Debian Bug Tracking System Contact ow...@bugs.debian.org w

[Python-modules-team] Processed: Fails to build with Django 1.7

2014-08-07 Thread Debian Bug Tracking System
Processing control commands: > tag -1 + confirmed Bug #755647 [src:django-picklefield] django-picklefield: Please ensure it works with Django 1.7 Added tag(s) confirmed. -- 755647: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755647 Debian Bug Tracking System Contact ow...@bugs.debian.org w

[Python-modules-team] Bug#755647: Fails to build with Django 1.7

2014-08-07 Thread Raphael Hertzog
Control: tag -1 + confirmed The package fails to build with Django 1.7: debian/rules override_dh_auto_test make[1]: Entering directory '/«PKGBUILDDIR»' django-admin startproject testproject Using: Python 2.7 if [ -d testproject/testproject ]; then \ cp debian/settings.py testproject/te

[Python-modules-team] Processed: Fails to build with Django 1.7

2014-08-07 Thread Debian Bug Tracking System
Processing control commands: > tag -1 + confirmed Bug #755667 [src:django-openid-auth] django-openid-auth: Please ensure it works with Django 1.7 Added tag(s) confirmed. -- 755667: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755667 Debian Bug Tracking System Contact ow...@bugs.debian.org w

[Python-modules-team] Bug#755667: Fails to build with Django 1.7

2014-08-07 Thread Raphael Hertzog
Control: tag -1 + confirmed The package fails to build with Django 1.7: debian/rules override_dh_auto_test make[1]: Entering directory '/«PKGBUILDDIR»' set -e; \ for python in python2.7; do \ PYTHONPATH="." $python example_consumer/manage.py test --settings=example_consumer.settings django_

[Python-modules-team] Bug#755665: Fails to build with Django 1.7

2014-08-07 Thread Raphael Hertzog
Control: tag -1 + confirmed The package fails to build with Django 1.7: debian/rules override_dh_auto_test make[1]: Entering directory '/«PKGBUILDDIR»' set -e; \ for python in python2.7; do \ PYTHON=$python ./runtests.sh; \ done PASS: normal settings PASS: normal settings (--help) FAIL: with

[Python-modules-team] Processed: Fails to build with Django 1.7

2014-08-07 Thread Debian Bug Tracking System
Processing control commands: > tag -1 + confirmed Bug #755665 [src:django-nose] django-nose: Please ensure it works with Django 1.7 Added tag(s) confirmed. -- 755665: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755665 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems

[Python-modules-team] Bug#755592: Fails to build with Django 1.7

2014-08-07 Thread Raphael Hertzog
Control: tag -1 + confirmed The package fails to build with Django 1.7: debian/rules override_dh_auto_test make[1]: Entering directory '/«PKGBUILDDIR»' django-admin startproject testproject Using: Python 2.7 if [ -d testproject/testproject ]; then \ cp debian/settings.py testproject/te

[Python-modules-team] Processed: Fails to build with Django 1.7

2014-08-07 Thread Debian Bug Tracking System
Processing control commands: > tag -1 + confirmed Bug #755592 [src:django-countries] django-countries: Please ensure it works with Django 1.7 Added tag(s) confirmed. -- 755592: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755592 Debian Bug Tracking System Contact ow...@bugs.debian.org with

[Python-modules-team] Bug#755595: Fails to build with Django 1.7

2014-08-07 Thread Raphael Hertzog
Control: tag -1 confirmed The package fails to build with Django 1.7: debian/rules override_dh_auto_test make[1]: Entering directory '/«PKGBUILDDIR»' set -e; \ for python in python2.7; do \ PYTHONPATH="." $python runtests.py; \ done Traceback (most recent call last): File "runtests.p

[Python-modules-team] Bug#755588: Fails to build with Django 1.7

2014-08-07 Thread Raphael Hertzog
Control: tag -1 confirmed The package fails to build with Django 1.7: [...] WARNINGS: ?: (1_7.W001) MIDDLEWARE_CLASSES is not set. HINT: Django 1.7 changed the global defaults for the MIDDLEWARE_CLASSES. django.contrib.sessions.middleware.SessionMiddleware, djang o.contrib.auth.middlewar

[Python-modules-team] Processed: Fails to build with Django 1.7

2014-08-07 Thread Debian Bug Tracking System
Processing control commands: > tag -1 confirmed Bug #755595 [src:django-classy-tags] django-classy-tags: Please ensure it works with Django 1.7 Added tag(s) confirmed. -- 755595: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755595 Debian Bug Tracking System Contact ow...@bugs.debian.org wit

[Python-modules-team] Processed: Fails to build with Django 1.7

2014-08-07 Thread Debian Bug Tracking System
Processing control commands: > tag -1 confirmed Bug #755588 [src:django-auth-ldap] django-auth-ldap: Please ensure it works with Django 1.7 Added tag(s) confirmed. -- 755588: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755588 Debian Bug Tracking System Contact ow...@bugs.debian.org with pr

[Python-modules-team] codespeak-lib_1.4.23-1_amd64.changes ACCEPTED into unstable

2014-08-07 Thread Debian FTP Masters
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 07 Aug 2014 21:20:25 +0200 Source: codespeak-lib Binary: python3-py python-py Architecture: source all Version: 1.4.23-1 Distribution: unstable Urgency: medium Maintainer: Debian Python Modules Team Changed-By: S

[Python-modules-team] Processing of codespeak-lib_1.4.23-1_amd64.changes

2014-08-07 Thread Debian FTP Masters
codespeak-lib_1.4.23-1_amd64.changes uploaded successfully to localhost along with the files: python3-py_1.4.23-1_all.deb python-py_1.4.23-1_all.deb codespeak-lib_1.4.23-1.dsc codespeak-lib_1.4.23.orig.tar.gz codespeak-lib_1.4.23-1.debian.tar.xz Greetings, Your Debian queue daem

Re: [Python-modules-team] Bug#756331: RFS: aafigure/0.5-4 [ITA]

2014-08-07 Thread Breno Leitao
On 07/28/2014 06:52 PM, Daniel Lintott wrote: > Hi, > > I'm not a DD so cannot sponsor your package. I haven't tried to build > the package, but a couple of comments. Thank you, I addressed you concerns and I just uploaded a new package: http://mentors.debian.net/package/aafigure __

[Python-modules-team] breathe_3.0.0-1_amd64.changes ACCEPTED into unstable

2014-08-07 Thread Debian FTP Masters
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 07 Aug 2014 18:42:56 +0200 Source: breathe Binary: python-breathe python3-breathe breathe-doc Architecture: source all Version: 3.0.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Python Modules Team

[Python-modules-team] Processing of breathe_3.0.0-1_amd64.changes

2014-08-07 Thread Debian FTP Masters
breathe_3.0.0-1_amd64.changes uploaded successfully to localhost along with the files: python-breathe_3.0.0-1_all.deb python3-breathe_3.0.0-1_all.deb breathe-doc_3.0.0-1_all.deb breathe_3.0.0-1.dsc breathe_3.0.0.orig.tar.gz breathe_3.0.0-1.debian.tar.xz Greetings, Your Debian

[Python-modules-team] pyfits 1:3.3-2 MIGRATED to testing

2014-08-07 Thread Debian testing watch
FYI: The status of the pyfits source package in Debian's testing distribution has changed. Previous version: 1:3.3-1 Current version: 1:3.3-2 -- 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] qscintilla2 2.8.3+dfsg-3 MIGRATED to testing

2014-08-07 Thread Debian testing watch
FYI: The status of the qscintilla2 source package in Debian's testing distribution has changed. Previous version: 2.8.3+dfsg-2 Current version: 2.8.3+dfsg-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day yo

[Python-modules-team] RES:mould price market

2014-08-07 Thread Jason
Hi, Glad to write to you, We are world-class injection mold manufacturer in China ,we can help you produce good products ,but reasonable price. If you need injection, please contact me . Jason Skype: marvin.chen9___ Python-modules-team mailing list

[Python-modules-team] Bug#756905: python-scipy autopkg test failures, and build failure on mips

2014-08-07 Thread YunQiang Su
On Sun, 03 Aug 2014 13:34:24 +0200 Matthias Klose wrote: > Package: python-scipy > Version: 0.14.0-1 > Severity: serious > Tags: sid jessie > > the package fails to build on mips, but did build before. > see > https://buildd.debian.org/status/fetch.php?pkg=python-scipy&arch=mips&ver=0.14.0-1&stamp