Bug#586375: Deprecated Python-code

2011-10-12 Thread Laurent Bigonville
Hi, I'm not 100% sure this is really breaking spamassassin, but anyway you can add something like: import warnings warnings.filterwarnings('ignore', category=DeprecationWarning) at the beginning of /usr/bin/pyzor to quiet the DeprecationWarning. BTW there are some changes on the upstream SVN th

Bug#586375: Deprecated Python-code

2011-07-08 Thread Sven Hartge
Carl Chenet wrote: > This message is only a warning, so I'm decreasing the severity to > minor. This deprecation output unfortunately breaks spamassassin, so IMHO this is not so minor. Grüße, Sven. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "un

Bug#586375: Deprecated Python-code

2010-07-01 Thread Carl Chenet
severity 586375 minor forwarded 586375 https://sourceforge.net/apps/trac/pyzor/ticket/117 thanks Hi, Thanks for your bug report. This bug is reported upstream already. I'm linking the upstream ticket to this one. It should be solved in the new 0.6 upstream version. This message is only a warnin

Bug#586375: Deprecated Python-code

2010-06-18 Thread Juhapekka Tolvanen
Package: pyzor Version: 1:0.5.0-2 Severity: normal When I run pyzor, it gives warnings like these: /usr/lib/pymodules/python2.6/pyzor/__init__.py:11: DeprecationWarning: the sha module is deprecated; use the hashlib module instead import sha /usr/lib/pymodules/python2.6/pyzor/client.py:12: Dep