Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 300041 - [patch] app-misc/klive uses deprecated md5 module
Summary: [patch] app-misc/klive uses deprecated md5 module
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Kernel Miscellaneous
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-07 13:52 UTC by Marco Leogrande
Modified: 2012-12-25 13:30 UTC (History)
1 user (show)

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


Attachments
Remove the deprecated code (klive-python2.6.patch,653 bytes, patch)
2010-01-07 13:54 UTC, Marco Leogrande
Details | Diff
Updated app-misc/klive-0.28 ebuild (klive-0.28.ebuild,1.72 KB, text/plain)
2010-01-07 13:55 UTC, Marco Leogrande
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Leogrande 2010-01-07 13:52:46 UTC
app-misc/klive-0.28 uses Python modules deprecated as of Python 2.6

# /etc/init.d/klive start
klive              | * Starting KLive ...
klive              |/usr/share/klive/klive.tac:80: DeprecationWarning: the md5 module is deprecated; use hashlib instead
klive              |  import sys, os, struct, md5, re, glob, stat, zlib, socket                                                                        [ ok ]

While this warning makes no harm, it pollutes the init script output :)

I will attach a patch that solves the issue and the updated ebuild.
Comment 1 Marco Leogrande 2010-01-07 13:54:02 UTC
Created attachment 215541 [details, diff]
Remove the deprecated code
Comment 2 Marco Leogrande 2010-01-07 13:55:06 UTC
Created attachment 215543 [details]
Updated app-misc/klive-0.28 ebuild
Comment 3 Pacho Ramos gentoo-dev 2012-12-25 13:30:55 UTC
dropped