/usr/local/lib/python2.6/site-packages/xmpp/auth.py:24: DeprecationWarning: the sha module is deprecated; use the hashlib module instead import sha,base64,random,dispatcher,re /usr/local/lib/python2.6/site-packages/xmpp/auth.py:26: DeprecationWarning: the md5 module is deprecated; use hashlib instead import md5 How-To-Repeat: import xmpp in python2.6 then use it
Responsible Changed From-To: freebsd-ports-bugs->wen I'll take it.
wen 2009-12-10 13:04:35 UTC FreeBSD ports repository Modified files: net-im/py-xmpppy Makefile Added files: net-im/py-xmpppy/files patch-xmpp-auth.py Log: - Fix the run error with python-2.6 [1] - Add the missing run dependence PR: ports/141338 [1] Submitted by: kevin <kevinxlinuz@163.com> [1] Revision Changes Path 1.10 +3 -0 ports/net-im/py-xmpppy/Makefile 1.1 +14 -0 ports/net-im/py-xmpppy/files/patch-xmpp-auth.py (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!