Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 292055 - media-gfx/mirage-0.9.3 warn about deprecated md5 module
Summary: media-gfx/mirage-0.9.3 warn about deprecated md5 module
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-06 07:41 UTC by Michael Perlov
Modified: 2010-07-02 15:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to use hashlib instead of md5 if python version is >=2.5 (mirage-0.9.3-hashlib_migration.patch,921 bytes, patch)
2009-11-06 07:45 UTC, Michael Perlov
Details | Diff
ebuild to apply the patch (mirage-0.9.3.ebuild,919 bytes, text/plain)
2009-11-06 07:46 UTC, Michael Perlov
Details
typo, remove it please (mirage-0.9.3.ebuild,919 bytes, text/plain)
2009-11-06 07:46 UTC, Michael Perlov
Details

Note You need to log in before you can comment on or make changes to this bug.
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.