* Michael Bienia <[email protected]>, 2009-03-02, 13:20:
as Ubuntu is currently switching to python 2.6 (I guess Debian will follow in the near future), dput produces the following warnings: ,---- | /usr/bin/dput:21: DeprecationWarning: the md5 module is deprecated; use hashlib instead | import pwd, stat, md5, sha, rfc822 | /usr/bin/dput:21: DeprecationWarning: the sha module is deprecated; use the hashlib module instead | import pwd, stat, md5, sha, rfc822 `---- Attached is a patch which makes dput use the hashlib module.
hashlib is a new module in Python 2.5, so dependency on python should be bumped to (>= 2.5).
python 2.6 (as the default version) is now avaialble in experimental, so it's high time to fix these warnings. :)
-- Jakub Wilk
signature.asc
Description: Digital signature

