Roundup Tracker - Issues

Issue 2550872

classification
sha/md5 modules deprecated since python v2.5
Type: Severity: normal
Components: Versions: devel
process
Status: closed accepted
:
: jerrykan : ThomasAH, jerrykan
Priority: normal : Effort-Low, patch

Created on 2015-02-28 04:53 by jerrykan, last changed 2015-03-19 14:04 by jerrykan.

Files
File name Uploaded Description Edit Remove
issue2550872-1.patch jerrykan, 2015-02-28 05:47
Messages
msg5234 Author: [hidden] (jerrykan) Date: 2015-02-28 04:53
Both the sha and md5 modules have been deprecated since python v2.5 and
should be replaced with the hashlib module.
msg5236 Author: [hidden] (jerrykan) Date: 2015-02-28 05:47
Patch to remove 'roundup/anypy/hashlib_.py'
msg5238 Author: [hidden] (ThomasAH) Date: 2015-03-02 10:53
* John Kristensen <issues@roundup-tracker.org> [20150228 05:54]:
> Both the sha and md5 modules have been deprecated since python v2.5 and
> should be replaced with the hashlib module.

Which is OK now, because since 2012 we require Python 2.5
msg5295 Author: [hidden] (jerrykan) Date: 2015-03-19 14:04
patch committed:

  http://hg.code.sf.net/p/roundup/code/rev/9ba03348f923
History
Date User Action Args
2015-03-19 14:04:06jerrykansetstatus: new -> closed
resolution: accepted
messages: + msg5295
2015-03-02 10:53:43ThomasAHsetnosy: + ThomasAH
messages: + msg5238
title: sha/md5 modules deprecated since python v2.5 -> sha/md5 modules deprecated since python v2.5
2015-02-28 05:47:43jerrykansetfiles: + issue2550872-1.patch
keywords: + patch
messages: + msg5236
2015-02-28 04:53:59jerrykancreate