[Bug 340757] Re: Deprecated module md5 with python 2.6

2011-08-10 Thread Bug Watch Updater
** Changed in: python-support (Debian) Status: Unknown = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/340757 Title: Deprecated module md5 with python 2.6 To manage

[Bug 340757] Re: Deprecated module md5 with python 2.6

2009-07-02 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/python-support -- Deprecated module md5 with python 2.6 https://bugs.launchpad.net/bugs/340757 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 340757] Re: Deprecated module md5 with python 2.6

2009-04-09 Thread Steve Langasek
This causes build failures for all packages using dh_pysupport, so raising to high. I've uploaded the fix, waiting for another release team member to review. ** Changed in: python-support (Ubuntu Jaunty) Importance: Low = High ** Changed in: python-support (Ubuntu Jaunty) Status:

[Bug 340757] Re: Deprecated module md5 with python 2.6

2009-04-09 Thread Launchpad Bug Tracker
This bug was fixed in the package python-support - 0.8.7ubuntu4 --- python-support (0.8.7ubuntu4) jaunty; urgency=low * Fix invocation of hashlib md5 in pysupport-movemodules; thanks to Kyle Ambroff k...@icculus.org for the fix. LP: #340757. -- Steve Langasek

[Bug 340757] Re: Deprecated module md5 with python 2.6

2009-04-08 Thread Adam Conrad
This is no longer throwing warnings on builds, but rather throwing errors and causing cascading build failures in jaunty-autotest: dh_pysupport -v pysupport-movemodules debian/libaa1-dev /usr/bin/pysupport-movemodules:8: DeprecationWarning: the md5 module is deprecated; use hashlib

[Bug 340757] Re: Deprecated module md5 with python 2.6

2009-04-08 Thread Adam Conrad
The traceback looks like python's trying to import some backward-compat code and failing miserably, so maybe the critically urgent fix belongs to python here, rather than python-support. -- Deprecated module md5 with python 2.6 https://bugs.launchpad.net/bugs/340757 You received this bug

[Bug 340757] Re: Deprecated module md5 with python 2.6

2009-04-08 Thread Adam Conrad
Nevermind the severity inflation. The build logs where I saw the error look to be a case of the package was partially removed, and python2.6 was no longer installed, but a less-than-clever debian/rules file conditionally calls dh_pysupport if the binary exists, hence the spectacular explosion.

[Bug 340757] Re: Deprecated module md5 with python 2.6

2009-04-08 Thread Launchpad Bug Tracker
This bug was fixed in the package python-support - 0.8.7ubuntu3 --- python-support (0.8.7ubuntu3) jaunty; urgency=low * use hashlib instead of the md5 module (LP: #340757) * depend on python2.5 (because of hashlib) -- Michael Vogt michael.v...@ubuntu.com Wed, 08 Apr 2009

[Bug 340757] Re: Deprecated module md5 with python 2.6

2009-04-08 Thread kwa
I'm going to reopen this, since the fix in 0.8.7 is not correct. The attached one-liner patch will correct the problem. ** Attachment added: patch to pysupport-movemodules to fix use of hashlib.md5() http://launchpadlibrarian.net/25093842/pysupport-movemodules.diff ** Changed in:

[Bug 340757] Re: Deprecated module md5 with python 2.6

2009-03-10 Thread Marco Rodrigues
** Bug watch added: Debian Bug tracker #519189 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519189 ** Also affects: python-support (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519189 Importance: Unknown Status: Unknown -- Deprecated module md5 with python