[Python-modules-team] Processing of pilkit_1.1.13-1_amd64.changes

2015-12-07 Thread Debian FTP Masters
pilkit_1.1.13-1_amd64.changes uploaded successfully to localhost
along with the files:
  pilkit_1.1.13-1.dsc
  pilkit_1.1.13.orig.tar.gz
  pilkit_1.1.13-1.debian.tar.xz
  python-pilkit_1.1.13-1_all.deb
  python3-pilkit_1.1.13-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
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] Processing of flask-api_0.6.4+dfsg-1_amd64.changes

2015-12-07 Thread Debian FTP Masters
flask-api_0.6.4+dfsg-1_amd64.changes uploaded successfully to localhost
along with the files:
  flask-api_0.6.4+dfsg-1.dsc
  flask-api_0.6.4+dfsg.orig.tar.gz
  flask-api_0.6.4+dfsg-1.debian.tar.xz
  python-flask-api-common_0.6.4+dfsg-1_all.deb
  python-flask-api_0.6.4+dfsg-1_all.deb
  python3-flask-api_0.6.4+dfsg-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
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] Processed: [bts-link] source package src:djangorestframework-gis

2015-12-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> #
> # bts-link upstream status pull for source package src:djangorestframework-gis
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> #
> user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
> # remote status report for #806360 (http://bugs.debian.org/806360)
> # Bug title: djangorestframework-gis: FTBFS with Django 1.9
> #  * https://github.com/djangonauts/django-rest-framework-gis/issues/89
> #  * remote status changed: (?) -> closed
> #  * closed upstream
> tags 806360 + fixed-upstream
Bug #806360 [src:djangorestframework-gis] djangorestframework-gis: FTBFS with 
Django 1.9
Added tag(s) fixed-upstream.
> usertags 806360 + status-closed
There were no usertags set.
Usertags are now: status-closed.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
806360: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806360
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
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#807336: python-psycopg2: double free or corruption

2015-12-07 Thread Fabien Harrang

Package: python-psycopg2
Version: 2.6.1-1+b1
Severity: normal

Dear Maintainer,

I don't know if my issue succeed an update or a change in my Python 
code.

Please see below GDB traces and contact me if more informations needed.

Thanks,

Fabien


-- System Information:
Debian Release: stretch/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.2.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python-psycopg2 depends on:
ii  libc6   2.19-22
ii  libpq5  9.4.5-1+b1
ii  python  2.7.9-1
pn  python:any  

Versions of packages python-psycopg2 recommends:
pn  python-egenix-mxdatetime  

Versions of packages python-psycopg2 suggests:
pn  python-psycopg2-doc  

-- no debconf information



$ gdb -ex r --args python -m trt.geolocate
GNU gdb (Debian 7.10-1) 7.10
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 


This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show 
copying"

and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from python...(no debugging symbols found)...done.
Starting program: /usr/bin/python -m trt.geolocate
[Thread debugging using libthread_db enabled]
Using host libthread_db library 
"/lib/x86_64-linux-gnu/libthread_db.so.1".

[New Thread 0x7fffd8ff9700 (LWP 15874)]
[New Thread 0x7fffb7fff700 (LWP 15875)]
[New Thread 0x7fffb77fe700 (LWP 15876)]
[New Thread 0x7fffb6ffd700 (LWP 15877)]
[New Thread 0x7fffb67fc700 (LWP 15878)]
[New Thread 0x7fffb5ffb700 (LWP 15879)]
[New Thread 0x7fffb57fa700 (LWP 15880)]
[New Thread 0x7fffb4ff9700 (LWP 15881)]
[New Thread 0x7fff97fff700 (LWP 15882)]
[New Thread 0x7fff977fe700 (LWP 15883)]
*** Error in `/usr/bin/python': double free or corruption (out): 
0x7fffbc00a5b0 ***


Program received signal SIGABRT, Aborted.
[Switching to Thread 0x7fffb77fe700 (LWP 15876)]
0x76f28107 in raise () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) bt
#0  0x76f28107 in raise () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x76f294e8 in abort () from /lib/x86_64-linux-gnu/libc.so.6
#2  0x76f66214 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#3  0x76f6b9ee in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#4  0x76f6c6f6 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#5  0x7fffed026259 in ?? () from 
/usr/lib/python2.7/dist-packages/psycopg2/_psycopg.x86_64-linux-gnu.so
#6  0x7fffed02c4eb in ?? () from 
/usr/lib/python2.7/dist-packages/psycopg2/_psycopg.x86_64-linux-gnu.so
#7  0x7fffed02cc64 in ?? () from 
/usr/lib/python2.7/dist-packages/psycopg2/_psycopg.x86_64-linux-gnu.so

#8  0x004c1a10 in PyEval_EvalFrameEx ()
#9  0x004b8556 in PyEval_EvalCodeEx ()
#10 0x004c080c in PyEval_EvalFrameEx ()
#11 0x004b8556 in PyEval_EvalCodeEx ()
#12 0x004c080c in PyEval_EvalFrameEx ()
#13 0x004b8556 in PyEval_EvalCodeEx ()
#14 0x004c080c in PyEval_EvalFrameEx ()
#15 0x004b8556 in PyEval_EvalCodeEx ()
#16 0x004d4593 in ?? ()
#17 0x004a4e9e in PyObject_Call ()
#18 0x004bd0e9 in PyEval_EvalFrameEx ()
#19 0x004bfd1f in PyEval_EvalFrameEx ()
#20 0x004bfd1f in PyEval_EvalFrameEx ()
#21 0x004b8556 in PyEval_EvalCodeEx ()
#22 0x004d4459 in ?? ()
#23 0x004ed111 in ?? ()
#24 0x004a4e9e in PyObject_Call ()
#25 0x004c48b0 in PyEval_CallObjectWithKeywords ()
#26 0x005886e2 in ?? ()
#27 0x77bc70a4 in start_thread () from 
/lib/x86_64-linux-gnu/libpthread.so.0

#28 0x76fd906d in clone () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) info threads
  Id   Target Id Frame
  21   Thread 0x7fff977fe700 (LWP 15883) "python" 0x77bcd7fc in 
__lll_lock_wait () from /lib/x86_64-linux-gnu/libpthread.so.0
  20   Thread 0x7fff97fff700 (LWP 15882) "python" 0x76fd052d in 
poll () from /lib/x86_64-linux-gnu/libc.so.6
  19   Thread 0x7fffb4ff9700 (LWP 15881) "python" 0x76fd052d in 
poll () from /lib/x86_64-linux-gnu/libc.so.6
  18   Thread 0x7fffb57fa700 (LWP 15880) "python" 0x77bcd7fc in 
__lll_lock_wait () from /lib/x86_64-linux-gnu/libpthread.so.0
  17   Thread 0x7fffb5ffb700 (LWP 15879) "python" 0x76fd052d in 
poll () from /lib/x86_64-linux-gnu/libc.so.6
  16   Thread 0x7fffb67fc700 (LWP 15878) "python" 

[Python-modules-team] pilkit_1.1.13-1_amd64.changes is NEW

2015-12-07 Thread Debian FTP Masters
binary:python-pilkit is NEW.
binary:python3-pilkit is NEW.
source:pilkit is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will receive an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html

___
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#807336: Bug#807336: python-psycopg2: double free or corruption

2015-12-07 Thread Fabien Harrang
 

Below GDB traces with python-psycopg2-dbg installed. 

Thanks, 

Fabien 

gdb -ex r --args python -m trt.geolocate geolocate_addresses
GNU gdb (Debian 7.10-1) 7.10
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later

This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show
copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from python...Reading symbols from
/usr/lib/debug//usr/bin/python2.7...done.
done.
Starting program: /usr/bin/python -m trt.geolocate geolocate_addresses
[Thread debugging using libthread_db enabled]
Using host libthread_db library
"/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffea35f700 (LWP 6681)]
[New Thread 0x7fffe9b5e700 (LWP 6682)]
[New Thread 0x7fffe935d700 (LWP 6683)]
[New Thread 0x7fffe8b5c700 (LWP 6684)]
[New Thread 0x7fffdbfff700 (LWP 6685)]
[New Thread 0x7fffdb7fe700 (LWP 6686)]
[New Thread 0x7fffdaffd700 (LWP 6687)]
[New Thread 0x7fffda7fc700 (LWP 6688)]
[New Thread 0x7fffd9ffb700 (LWP 6689)]
[New Thread 0x7fffd97fa700 (LWP 6690)]
[New Thread 0x7fffd8ff9700 (LWP 6700)]
[New Thread 0x7fffb7fff700 (LWP 6701)]
[New Thread 0x7fffb77fe700 (LWP 6702)]
[New Thread 0x7fffb6ffd700 (LWP 6703)]
[New Thread 0x7fffb67fc700 (LWP 6704)]
[New Thread 0x7fffb5ffb700 (LWP 6705)]
[New Thread 0x7fffb57fa700 (LWP 6706)]
[New Thread 0x7fffb4ff9700 (LWP 6707)]
[New Thread 0x7fff97fff700 (LWP 6708)]
[New Thread 0x7fff977fe700 (LWP 6709)]
*** Error in `/usr/bin/python': double free or corruption (out):
0x7fff9c0018b0 ***

Program received signal SIGABRT, Aborted.
[Switching to Thread 0x7fffb4ff9700 (LWP 6707)]
0x76f28107 in raise () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) bt
#0 0x76f28107 in raise () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x76f294e8 in abort () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x76f66214 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#3 0x76f6b9ee in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#4 0x76f6c6f6 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#5 0x7fffed025ad2 in ?? () from
/usr/lib/python2.7/dist-packages/psycopg2/_psycopg.x86_64-linux-gnu.so
#6 0x7fffed0262e7 in ?? () from
/usr/lib/python2.7/dist-packages/psycopg2/_psycopg.x86_64-linux-gnu.so
#7 0x7fffed02c4eb in ?? () from
/usr/lib/python2.7/dist-packages/psycopg2/_psycopg.x86_64-linux-gnu.so
#8 0x7fffed02cc64 in ?? () from
/usr/lib/python2.7/dist-packages/psycopg2/_psycopg.x86_64-linux-gnu.so
#9 0x004c1a10 in ext_do_call (nk=, na=, flags=, pp_stack=0x7fffb4ff7fe8, func=)
 at ../Python/ceval.c:4660
#10 PyEval_EvalFrameEx () at ../Python/ceval.c:3026
#11 0x004b8556 in PyEval_EvalCodeEx () at ../Python/ceval.c:3582
#12 0x004c080c in fast_function (nk=,
na=, n=5, pp_stack=0x7fffb4ff81e0, func=) at ../Python/ceval.c:4446
#13 call_function (oparg=, pp_stack=0x7fffb4ff81e0) at
../Python/ceval.c:4371
#14 PyEval_EvalFrameEx () at ../Python/ceval.c:2987
#15 0x004b8556 in PyEval_EvalCodeEx () at ../Python/ceval.c:3582
#16 0x004c080c in fast_function (nk=,
na=, n=5, pp_stack=0x7fffb4ff83e0, func=) at ../Python/ceval.c:4446
#17 call_function (oparg=, pp_stack=0x7fffb4ff83e0) at
../Python/ceval.c:4371
#18 PyEval_EvalFrameEx () at ../Python/ceval.c:2987
#19 0x004b8556 in PyEval_EvalCodeEx () at ../Python/ceval.c:3582
#20 0x004c080c in fast_function (nk=,
na=, n=5, pp_stack=0x7fffb4ff85e0, func=) at ../Python/ceval.c:4446
#21 call_function (oparg=, pp_stack=0x7fffb4ff85e0) at
../Python/ceval.c:4371
#22 PyEval_EvalFrameEx () at ../Python/ceval.c:2987
#23 0x004b8556 in PyEval_EvalCodeEx () at ../Python/ceval.c:3582
#24 0x004d4593 in function_call.lto_priv () at
../Objects/funcobject.c:526
#25 0x004a4e9e in PyObject_Call () at ../Objects/abstract.c:2529
#26 0x004bd0e9 in ext_do_call (nk=, na=, flags=, pp_stack=0x7fffb4ff8868, func=) at ../Python/ceval.c:4663
#27 PyEval_EvalFrameEx () at ../Python/ceval.c:3026
#28 0x004bfd1f in fast_function (nk=,
na=, n=1, pp_stack=0x7fffb4ff8980, func=) at ../Python/ceval.c:4436
#29 call_function (oparg=, pp_stack=0x7fffb4ff8980) at
../Python/ceval.c:4371
#30 PyEval_EvalFrameEx () at ../Python/ceval.c:2987
#31 0x004bfd1f in fast_function (nk=,
na=, n=1, pp_stack=0x7fffb4ff8aa0, func=) at ../Python/ceval.c:4436
#32 call_function (oparg=, pp_stack=0x7fffb4ff8aa0) at
../Python/ceval.c:4371
#33 PyEval_EvalFrameEx () at ../Python/ceval.c:2987
#34 0x004b8556 in 

[Python-modules-team] [bts-link] source package src:django-tables

2015-12-07 Thread bts-link-upstream
#
# bts-link upstream status pull for source package src:django-tables
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #806359 (http://bugs.debian.org/806359)
# Bug title: django-tables: FTBFS with Django 1.9
#  * https://github.com/bradleyayers/django-tables2/issues/270
#  * remote status changed: (?) -> open
usertags 806359 + status-open

thanks

___
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] [bts-link] source package src:python-django-extensions

2015-12-07 Thread bts-link-upstream
#
# bts-link upstream status pull for source package src:python-django-extensions
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #806364 (http://bugs.debian.org/806364)
# Bug title: python-django-extensions: FTBFS with Django 1.9
#  * https://github.com/django-extensions/django-extensions/issues/769
#  * remote status changed: (?) -> open
usertags 806364 + status-open

thanks

___
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] [bts-link] source package src:speaklater

2015-12-07 Thread bts-link-upstream
#
# bts-link upstream status pull for source package src:speaklater
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #804909 (http://bugs.debian.org/804909)
# Bug title: speaklater: Python 3 support
#  * https://github.com/mitsuhiko/speaklater/issues/2
#  * remote status changed: (?) -> open
usertags 804909 + status-open

thanks

___
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] [bts-link] source package src:python-restless

2015-12-07 Thread bts-link-upstream
#
# bts-link upstream status pull for source package src:python-restless
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #806335 (http://bugs.debian.org/806335)
# Bug title: python-restless: FTBFS: AttributeError: 'NoneType' object has no 
attribute 'set_close_callback'
#  * https://github.com/toastdriven/restless/issues/66
#  * remote status changed: (?) -> open
usertags 806335 + status-open

thanks

___
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] [bts-link] source package src:djangorestframework-gis

2015-12-07 Thread bts-link-upstream
#
# bts-link upstream status pull for source package src:djangorestframework-gis
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #806360 (http://bugs.debian.org/806360)
# Bug title: djangorestframework-gis: FTBFS with Django 1.9
#  * https://github.com/djangonauts/django-rest-framework-gis/issues/89
#  * remote status changed: (?) -> closed
#  * closed upstream
tags 806360 + fixed-upstream
usertags 806360 + status-closed

thanks

___
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] [bts-link] source package doctrine-sphinx-theme

2015-12-07 Thread bts-link-upstream
#
# bts-link upstream status pull for source package doctrine-sphinx-theme
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #802050 (http://bugs.debian.org/802050)
# Bug title: doctrine-sphinx-theme: please migrate to Bootstrap 3.x
#  * https://github.com/doctrine/doctrine-sphinx-theme/issues/6
#  * remote status changed: (?) -> open
usertags 802050 + status-open

thanks

___
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#807306: pylint-django: new upstream release

2015-12-07 Thread Daniel Stender
Source: pylint-django
Version: 0.6-2
Severity: wishlist
Control: block 807305 by -1

A new upstream release of pylint-django is available, 0.7.1. >= 0.7 is needed
by Prospector 0.11.

DS

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.2.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

___
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] Processed: pylint-django: new upstream release

2015-12-07 Thread Debian Bug Tracking System
Processing control commands:

> block 807305 by -1
Bug #807305 [prospector] prospector: new upstream release
807305 was blocked by: 795038
807305 was not blocking any bugs.
Added blocking bug(s) of 807305: 807306

-- 
807305: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807305
807306: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807306
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
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] kombu_3.0.30-1_amd64.changes ACCEPTED into unstable

2015-12-07 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 07 Dec 2015 21:25:47 +1100
Source: kombu
Binary: python-kombu python3-kombu python-kombu-doc
Architecture: source all
Version: 3.0.30-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Brian May 
Description:
 python-kombu - AMQP Messaging Framework for Python
 python-kombu-doc - AMQP Messaging Framework for Python (Documentation)
 python3-kombu - AMQP Messaging Framework for Python (Python3 version)
Changes:
 kombu (3.0.30-1) unstable; urgency=medium
 .
   * New upstream version.
Checksums-Sha1:
 e6cd69652bd995e35041eaa4d7965ef2091a0999 2706 kombu_3.0.30-1.dsc
 6c2abf37c32048a1db940a94d85349533eb9c1c1 380706 kombu_3.0.30.orig.tar.gz
 e0f12716ccdb447a438f5ffa4af310eea2b20840 8612 kombu_3.0.30-1.debian.tar.xz
 ffe1ba86cf67e5136bc081c126078e1b1fbe969f 241064 
python-kombu-doc_3.0.30-1_all.deb
 edbf0acda531f53b3a89ba090d47ee9d7b57fbae 192796 python-kombu_3.0.30-1_all.deb
 41e31465618ef6bdc55d22faf2b7ce6996cc6ee2 192388 python3-kombu_3.0.30-1_all.deb
Checksums-Sha256:
 8dda41732a2f7856b8049234ce378d9590154ea460c90d8941d0275d4b7cac26 2706 
kombu_3.0.30-1.dsc
 b902fe768ea49173c7c26b117bf6c51d258f822d00d753e543b7e2285540f85a 380706 
kombu_3.0.30.orig.tar.gz
 5a6ac2bab988f4f32bfedc0cafdf54b52c29ecb7e1c8af03109923a772574653 8612 
kombu_3.0.30-1.debian.tar.xz
 473d19f35e5f7301e719261e210c2c47bc3c01ad48ebc2c341f5085ffe61 241064 
python-kombu-doc_3.0.30-1_all.deb
 c5b185b8a5915e8012065e3c73b96e5a5364abd39e05c9e967f7a4dfe71b495a 192796 
python-kombu_3.0.30-1_all.deb
 9e47943c1e8410a0998d200a136d33c454c104edd13ca2db9f88cd7817a37922 192388 
python3-kombu_3.0.30-1_all.deb
Files:
 b2e16ad3eb27345e70bfc5c1e5edeab8 2706 python optional kombu_3.0.30-1.dsc
 a95f3886fd628862e45c5dc4e3658e89 380706 python optional 
kombu_3.0.30.orig.tar.gz
 259d285bd1ed6d3a2d43b7f0a2bd2b9b 8612 python optional 
kombu_3.0.30-1.debian.tar.xz
 c36dbad59966897f3af56ffe80b5c675 241064 doc optional 
python-kombu-doc_3.0.30-1_all.deb
 7d009176550f7566f76f9b4453e11617 192796 python optional 
python-kombu_3.0.30-1_all.deb
 eb7f0c7186be1869d9c0ef573d9b823b 192388 python optional 
python3-kombu_3.0.30-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWZV9wAAoJEJyE7hq50CY2rrAQAKzX2pAwd4Uh6JPFGzFmhxKT
dQMmnw7enL8TjcMVji9Ir7DVW2kTUJ1Y3OUgX8TkIUYYLT0FHSFNysJ4/12oDt9e
Sf8qIpXTDcwdX2KOLlFj7D9l0pzkPNXyxE7gyoLo4NsKM9v9NGtFN/pqjUmdmux6
Xy0vEd22PylOfBRMAu+vT89VBNq1fEeijB0sjs4rckVkiQzx6WQnc/detmRoM5e0
T88KlEVj+tm4ohb9lDK0QxU4XswxglemVGEPLi1mBAjidAAqsc06hpEL4aXquZvJ
reOKI9N/z6K+j6oR7igPWsCoLSoYiQWvpSCh4Wb9soBGOyjL1oEAyRPx6MEahT3b
LEb5XPo2yzuSHPD+Y5T6+vku9YVJ+9RLsXteWNGoT+/3cgCz74c5G6Qxx6YC6zbF
7Ybgzq0MngisFOhofUgMfIXEfbwABJDC7PYOFyT7MA1unpYqt7mzXj+5SkCe2CiW
meOszg6wmrKwhEXKEu7qd+TZiPVGovX1cwNEPB0aK+dn13PUOZvLaFSMN8W2ZuOQ
b/zjtR5/bVrNJzTiHslfIzuq6cfFeqvHA8y85OUfiyk39/xm14H7592MzOXIZLGh
yliSuYujfG4bM3nSibf24c+ACSWRHKMsZWKgjhTfF2Vsu4YgptufRXaWoMMMFq5o
pJWX4ZnmE0Sxnczd7fUm
=TdJ8
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
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] Processing of kombu_3.0.30-1_amd64.changes

2015-12-07 Thread Debian FTP Masters
kombu_3.0.30-1_amd64.changes uploaded successfully to localhost
along with the files:
  kombu_3.0.30-1.dsc
  kombu_3.0.30.orig.tar.gz
  kombu_3.0.30-1.debian.tar.xz
  python-kombu-doc_3.0.30-1_all.deb
  python-kombu_3.0.30-1_all.deb
  python3-kombu_3.0.30-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
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] Processed: Re: Bug#807097: python-django: Undeclared removal of previously supported features causes crashes

2015-12-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 807097 django-hijack
Bug #807097 [python-django] python-django: Undeclared removal of previously 
supported features causes crashes
Bug reassigned from package 'python-django' to 'django-hijack'.
No longer marked as found in versions python-django/1.9-1.
Ignoring request to alter fixed versions of bug #807097 to the same values 
previously set
> retitle 807097 incompatible with django1.9
Bug #807097 [django-hijack] python-django: Undeclared removal of previously 
supported features causes crashes
Changed Bug title to 'incompatible with django1.9' from 'python-django: 
Undeclared removal of previously supported features causes crashes'
> found 807097 1.0.10-1
Bug #807097 [django-hijack] incompatible with django1.9
There is no source info for the package 'django-hijack' at version '1.0.10-1' 
with architecture ''
Unable to make a source version for version '1.0.10-1'
Marked as found in versions 1.0.10-1.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
807097: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807097
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
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#807097: Bug#807097: python-django: Undeclared removal of previously supported features causes crashes

2015-12-07 Thread Neil Williams
reassign 807097 django-hijack
retitle 807097 incompatible with django1.9
found 807097 1.0.10-1
thanks

On Sun, 06 Dec 2015 20:21:17 +1100
Brian May  wrote:

> Sorry, accidentally sent private response by mistake. Resending.
> 
> Neil Williams  writes:
> 
> > Downgrading to 1.8 in testing fixes the problem, so if this isn't
> > the root cause, something else in 1.9 is producing a misleading
> > traceback. There's no reference to add-to-builtins in the
> > lava-server code that I can find.  
> 
> django-compat 1.0.7 has:
> 
> try:
> from django.template.base import add_to_builtins
> except ImportError:  # Django < 1.8
> from django.template import add_to_builtins
> 
> So looks like Django 1.8 does have it, but it moved. Which perhaps
> should have been a warning that maybe this was a private symbol not
> intended for apps to use.
> 
> 
> django-compat 1.0.8 has in the release notes:
> 
> add_to_builtins was removed for Django 1.9, still available for
> Django < 1.9
> 
> The relevant code is now:
> 
> if django.VERSION < (1, 8):
> from django.template import add_to_builtins
> elif django.VERSION < (1, 9):
> from django.template.base import add_to_builtins
> else:
> pass  # Removed in 1.9. Use template settings instead
> 
> 
> I don't know what version of django-compat you have, however I think
> it must be < 1.0.8
> 
> From your stack trace it would appear that the calling application -
> django-hijack - doesn't actually use add_to_builtins, however it uses
> the file from django-compat that tries to import the symbol anyway.

ARRRGGHHH! OK, that looks like hijack should test the import more
carefully to identify the right support.
 
> Looks like this should be fixed with django-compat 1.0.8
> 
> As far as I can tell, django-compat isn't packaged for Debian.

The binary is python-django-compat.

https://tracker.debian.org/pkg/django-compat

> It looks like the latest release of django-hijack 2.0.0 requires
> django-compat >= 1.0.8

Many thanks for this, Brian. I had indeed misinterpreted that traceback
- and there was another database issue hiding behind the scenes which is
now in review upstream as well. I now have lava-server working again
with python-django 1.9-1 - and unit tests passing - but only if
python-django-hijack is not installed alongside django1.9.

Re-assigning to django-hijack. Django1.9 is revealing a bug in
django-hijack - so I'll add a Conflicts on django-hijack (<= 1.0.10-1)
to the lava-server package.

Sorry about this, I hadn't spotted hijack in the traceback from the
unit tests and it didn't make sense initially that this would be the
problem with the from django.template import Origin,
TemplateDoesNotExist traceback.

-- 


Neil Williams
=
http://www.linux.codehelp.co.uk/



pgpM_d87taGri.pgp
Description: OpenPGP digital signature
___
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] Processed: Forwarded 806601

2015-12-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 806601 https://sourceforge.net/p/docutils/bugs/287/
Bug #806601 [python-docutils] rst2man: comma after option argument is in bold
Set Bug forwarded-to-address to 'https://sourceforge.net/p/docutils/bugs/287/'.
> kthxbye
Stopping processing here.

Please contact me if you need assistance.
-- 
806601: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806601
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
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#784513: qtwebkit removal from python-qt4

2015-12-07 Thread Scott Kitterman
s/2015/2016//___
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#807347: txaws: FTBFS: twisted.trial.unittest.FailTest: '500' != 500

2015-12-07 Thread Chris Lamb
Source: txaws
Version: 0.2.3-1
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

txaws fails to build from source in unstable/amd64:

  [..]
  
  txaws.ec2.tests.test_client.QueryTestCase.test_submit_non_EC2_400
  
===
  [FAIL]
  Traceback (most recent call last):
File

"/home/lamby/temp/cdt.20151207215711.OLxXnJQQOq/txaws-0.2.3/txaws/tests/test_exception.py",
line 18, in test_creation
  self.assertEquals(error.status, 500)
File "/usr/lib/python2.7/dist-packages/twisted/trial/_synctest.py",
line 437, in assertEqual
  super(_Assertions, self).assertEqual(first, second, msg)
File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual
  assertion_func(first, second, msg=msg)
File "/usr/lib/python2.7/unittest/case.py", line 506, in
_baseAssertEqual
  raise self.failureException(msg)
  twisted.trial.unittest.FailTest: '500' != 500
  
  txaws.tests.test_exception.AWSErrorTestCase.test_creation
  
---
  Ran 437 tests in 0.633s
  
  FAILED (skips=56, failures=9, successes=372)
  debian/rules:14: recipe for target 'override_dh_auto_test' failed
  make[1]: *** [override_dh_auto_test] Error 1
  make[1]: Leaving directory
  '/home/lamby/temp/cdt.20151207215711.OLxXnJQQOq/txaws-0.2.3'
  debian/rules:6: recipe for target 'build' failed
  make: *** [build] Error 2

  [..]

The full build log is attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-


txaws.0.2.3-1.unstable.amd64.log.txt.gz
Description: Binary data
___
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#807336: Bug#807336: python-psycopg2: double free or corruption

2015-12-07 Thread Scott Kitterman
On Monday, December 07, 2015 05:42:54 PM Fabien Harrang wrote:
> Below GDB traces with python-psycopg2-dbg installed.
> 
> Thanks,
> 
> Fabien
> 
> gdb -ex r --args python -m trt.geolocate geolocate_addresses

Sorry, I should have mentioned this the first time...

Please use python-dbg as the interpreter command.

Scott K

___
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#784513: qtwebkit removal from python-qt4

2015-12-07 Thread Dmitry Shachnev
Hi all,

I am going to remove qtwebkit support from python-qt4 package in an upload in
early 2015 (but not before January 7th, one month from now).

That means that these files will be no longer installed (and accompanying
documentation files):

  In python-qt4:

  - /usr/lib/python2.7/dist-packages/PyQt4/QtWebKit.so
  - /usr/lib/python2.7/dist-packages/PyQt4/uic/widget-plugins/qtwebkit.py

  In python-qt4-dbg:

  - /usr/lib/debug/usr/lib/python2.7/dist-packages/PyQt4/QtWebKit.so
  - /usr/lib/python2.7/dist-packages/PyQt4/QtWebKit_d.so

  In python3-pyqt4:

  - /usr/lib/python3/dist-packages/PyQt4/QtWebKit.cpython-*-*.so
  - /usr/lib/python3/dist-packages/PyQt4/uic/widget-plugins/qtwebkit.py

  In python3-pyqt4-dbg:

  - /usr/lib/debug/usr/lib/python3/dist-packages/PyQt4/QtWebKit.cpython-*-*.so
  - /usr/lib/python3/dist-packages/PyQt4/QtWebKit.cpython-*-*.so

Please port your packages before that date, or these bugs will become RC.

The recommended way is to port packages to PyQt5, see the instructions at [1].

For the reasoning behind qtwebkit removal, please see the original bug report
and the announcement in [2].

[1]: http://pyqt.sourceforge.net/Docs/PyQt5/pyqt4_differences.html
[2]: https://lists.debian.org/debian-devel-announce/2015/05/msg1.html

On behalf of python-qt4 maintainers,

--
Dmitry Shachnev

signature.asc
Description: OpenPGP digital signature
___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team