Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 345411 - net-misc/charm-1.9.1: md5 deprecation warning
Summary: net-misc/charm-1.9.1: md5 deprecation warning
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor with 1 vote (vote)
Assignee: Python Gentoo Team
URL: http://sourceforge.net/tracker/?func=...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-14 14:24 UTC by Ivan Anishchuk
Modified: 2016-10-23 14:36 UTC (History)
0 users

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


Attachments
pacth with fix (charm-1.9.1-hashlib.patch,1.61 KB, patch)
2010-11-14 14:48 UTC, Ivan Anishchuk
Details | Diff
new ebuild (charm-1.9.1-r1.ebuild,1.05 KB, text/plain)
2010-11-14 14:54 UTC, Ivan Anishchuk
Details
diff for easy review (charm-1.9.1.ebuild.patch,548 bytes, patch)
2010-11-14 14:55 UTC, Ivan Anishchuk
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Anishchuk 2010-11-14 14:24:43 UTC
Charm use old, deprecated md5 python module.

user@home-gentoo ~ $ charm
/usr/lib/python2.6/site-packages/ljcharm.py:41: DeprecationWarning: the md5
module is deprecated; use hashlib instead
  import md5

There is patch, that fix it. It was reported upstream but upstream developer hasn't answer yet.

Reproducible: Couldn't Reproduce
Comment 1 Ivan Anishchuk 2010-11-14 14:48:54 UTC
Created attachment 254309 [details, diff]
pacth with fix

This patch works for me
Comment 2 Ivan Anishchuk 2010-11-14 14:54:41 UTC
Created attachment 254317 [details]
new ebuild

New ebuild, with patch applying
Comment 3 Ivan Anishchuk 2010-11-14 14:55:12 UTC
Created attachment 254319 [details, diff]
diff for easy review
Comment 4 Mathy Vanvoorden 2016-10-19 09:15:04 UTC
This has been fixed in 1.9.2, which is in the tree.

Perhaps kill 1.9.1 from the tree?
Comment 5 Patrice Clement gentoo-dev 2016-10-23 14:36:33 UTC
commit 4108f72356ef54ca5f56d274fe77935f188308e2 (HEAD -> master, origin/master, origin/HEAD)
Author:     Patrice Clement <monsieurp@gentoo.org>
AuthorDate: Sun Oct 23 16:35:25 2016 +0200
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Sun Oct 23 16:35:39 2016 +0200

net-misc/charm: clean up old.

Gentoo-Bug: https://bugs.gentoo.org/345411

Package-Manager: portage-2.3.0

net-misc/charm/Manifest           |  1 -
net-misc/charm/charm-1.9.1.ebuild | 38 --------------------------------------
2 files changed, 39 deletions(-)
delete mode 100644 net-misc/charm/charm-1.9.1.ebuild