Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 292055

Summary: media-gfx/mirage-0.9.3 warn about deprecated md5 module
Product: Gentoo Linux Reporter: Michael Perlov <perlovka>
Component: Current packagesAssignee: Gentoo Graphics Project <graphics+disabled>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch to use hashlib instead of md5 if python version is >=2.5
ebuild to apply the patch
typo, remove it please

Description Michael Perlov 2009-11-06 07:41:34 UTC
$ mirage
/usr/lib/python2.6/site-packages/mirage.py:32: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import tempfile, socket, md5, threading


Reproducible: Always
Comment 1 Michael Perlov 2009-11-06 07:45:47 UTC
Created attachment 209396 [details, diff]
Patch to use hashlib instead of md5 if python version is >=2.5
Comment 2 Michael Perlov 2009-11-06 07:46:20 UTC
Created attachment 209398 [details]
ebuild to apply the patch
Comment 3 Michael Perlov 2009-11-06 07:46:20 UTC
Created attachment 209399 [details]
typo, remove it please
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2010-07-02 15:44:39 UTC
Fixed by upstream in 0.9.4, now in portage.