Bug 141338 - net-im/py-xmpppy needs update
Summary: net-im/py-xmpppy needs update
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-10 10:10 UTC by Gu Xianjie
Modified: 2009-12-10 13:10 UTC (History)
0 users

See Also:


Attachments
file.diff (444 bytes, patch)
2009-12-10 10:10 UTC, Gu Xianjie
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gu Xianjie 2009-12-10 10:10:06 UTC
/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
Comment 1 Wen Heping freebsd_committer freebsd_triage 2009-12-10 12:31:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-12-10 13:04:49 UTC
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"
Comment 3 Wen Heping freebsd_committer freebsd_triage 2009-12-10 13:05:19 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!