Bug 145986 - net-im/py-xmpppy does not work with python2.6
Summary: net-im/py-xmpppy does not work with python2.6
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: 2010-04-23 18:15 UTC by fbsd
Modified: 2010-05-07 08:40 UTC (History)
0 users

See Also:


Attachments
file.diff (2.67 KB, patch)
2010-04-23 18:15 UTC, fbsd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description fbsd 2010-04-23 18:15:36 UTC
python2.6 do not support sha anymore - we have to use hashlib.sha1() instead.

Fix: Patch included, replace the old patch - files/patch-xmpp-auth.py with attached patch.

Patch attached with submission follows:
How-To-Repeat: Just try to use py-xmpppy with python2.6
Comment 1 Wen Heping freebsd_committer freebsd_triage 2010-04-24 03:41:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-05-07 08:35:52 UTC
wen         2010-05-07 07:35:39 UTC

  FreeBSD ports repository

  Modified files:
    net-im/py-xmpppy     Makefile 
    net-im/py-xmpppy/files patch-xmpp-auth.py 
  Log:
  - Fix the run error with python-2.6
  
  PR:             ports/145986
  Submitted by:   Thorkill <fbsd@grid.einherjar.de>
  Approved by:    maintainer(timeout, > 2 weeks)
  
  Revision  Changes    Path
  1.13      +1 -0      ports/net-im/py-xmpppy/Makefile
  1.3       +48 -9     ports/net-im/py-xmpppy/files/patch-xmpp-auth.py
_______________________________________________
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 2010-05-07 08:36:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!