Your message dated Tue, 03 Dec 2013 22:18:31 +0000
with message-id <[email protected]>
and subject line Bug#589776: fixed in catfish 0.8.2-1
has caused the Debian Bug report #589776,
regarding catfish: [Patch] Fix md5 DeprecationWarning
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
589776: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589776
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: catfish
Version: 0.3.2-1
Severity: minor
Tags: patch

Remove md5 DeprecationWarning which appears on startup. Patch thanks to 
[email protected] from LP: #578014

-- System Information:
Debian Release: squeeze/sid
  APT prefers lucid-updates
  APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500, 'lucid')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-23-generic (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages catfish depends on:
ii  python                   2.6.5-0ubuntu1  An interactive high-level object-o
ii  python-glade2            2.17.0-0ubuntu2 GTK+ bindings: Glade support
ii  python-gobject           2.21.1-0ubuntu3 Python bindings for the GObject li
ii  python-gtk2              2.17.0-0ubuntu2 Python bindings for the GTK+ widge
ii  python-support           1.0.4ubuntu1    automated rebuilding support for P

Versions of packages catfish recommends:
ii  python-xdg                 0.18-1ubuntu2 Python library to access freedeskt
pn  slocate                    <none>        (no description available)

Versions of packages catfish suggests:
pn  beagle                   <none>          (no description available)
pn  doodle                   <none>          (no description available)
ii  python-dbus              0.83.0-1ubuntu3 simple interprocess messaging syst
pn  strigi-daemon            <none>          (no description available)
pn  tracker                  <none>          (no description available)

-- no debconf information
diff -ru catfish-0.3.2.orig/catfish.py catfish-0.3.2/catfish.py
--- catfish-0.3.2.orig/catfish.py	2010-07-20 23:14:37.263707525 +0100
+++ catfish-0.3.2/catfish.py	2010-07-20 23:14:48.759682295 +0100
@@ -12,7 +12,7 @@
 import sys
 
 try:
-    import os, stat, time, md5, optparse, subprocess, fnmatch, re
+    import os, stat, time, hashlib, optparse, subprocess, fnmatch, re
     import gobject, pygtk
     pygtk.require('2.0')
     import locale, gettext, gtk, gtk.glade, pango
@@ -713,7 +713,7 @@
     def get_thumbnail(self, path, icon_size=0, mime_type=None):
         """Try to fetch a small thumbnail."""
 
-        md5_hash = md5.new('file://' + path).hexdigest()
+        md5_hash = hashlib.md5('file://' + path).hexdigest()
         filename = '%s%s.png' % (self.folder_thumbnails, md5_hash)
         try:
             return gtk.gdk.pixbuf_new_from_file(filename)

--- End Message ---
--- Begin Message ---
Source: catfish
Source-Version: 0.8.2-1

We believe that the bug you reported is fixed in the latest version of
catfish, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jackson Doak <[email protected]> (supplier of updated catfish package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 14 Oct 2013 17:47:55 +1100
Source: catfish
Binary: catfish
Architecture: source all
Version: 0.8.2-1
Distribution: unstable
Urgency: low
Maintainer: Jackson Doak <[email protected]>
Changed-By: Jackson Doak <[email protected]>
Description: 
 catfish    - File searching tool which is configurable via the command line
Closes: 524603 579181 579564 589776 641577 664326 713006
Changes: 
 catfish (0.8.2-1) unstable; urgency=low
 .
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 .
   [ Jackson Doak ]
   * Set myself as maintainer
   * New upstream release
   * Update manpage
   * Merge from ubuntu, changes:
     Closes: #641577, #664326, #579181, #524603, #579564, #589776, #713006
   * Create debian/catfish.manpages, debian/docs,
     debian/patches/Manually-Install-Docs.patch
   * Delete debian/README.source, we no longer use dpatch
   * debian/copyright:
     - Specify GPL-2+
     - Convert to debian format 1.0
   * debian/control:
     - Bump debhelper to 9
     - Use "canonical" VCS fields
     - Update description
   * debian/compat: Set as 9
   * Use new URL in debian/watch
 .
   [ Sean Davis ]
   * debian/control
     - Updated standards version to 3.9.4
     - Updated homepage to launchpad
     - Remove dependencies on yelp, gksu
     - Move zeitgeist dependencies to Suggests
     - Update description to be more accurate
   * Update watch file for new home on Launchpad
     - update debian/watch
 .
   [ Liviu Andronic ]
   * Misc changes to debian/control.
   * Simplify debian/rules to ensure it works with newest catfish.
 .
   [ Scott Kitterman ]
   * Fix Makefile.in.in to install .py instead of .pyc files
   * Drop obsolete debian/patches/10Fix_makefile.dpatch and 00list
   * Drop dpatch from build-depends
   * Add --with python2 so dh_python2 is used
 .
   [ Lionel Le Folgoc ]
   * debian/patches:
     - 20Fix_desktopfile.dpatch, 40Fix_gtkiconload.dpatch: dropped, applied
       upstream.
     - 30Fix_tracker_backend.dpatch: dropped, tracker support has been removed.
   * debian/control:
     - replace gtk2 b-deps with python-gi.
     - promote python-xdg to depends, the new mimetype filter seems to discard
       all results without it.
   * debian/source/format: switch to 3.0 (quilt).
   * Convert to dh_python2
     - update debian/rules
     - update debian/control
 .
   [ Andrew Starr-Bochicchio ]
   * Fix file permissions during install.
   * Don't install extra license file.
   * Document missing copyright holder.
Checksums-Sha1: 
 52b2d9691118646d161723b8978eff34b823d271 1988 catfish_0.8.2-1.dsc
 c5c422c66c34cb1bb75ef5813cf344b2a0e37e97 106522 catfish_0.8.2.orig.tar.bz2
 5bf0422a7de95ac1aeabac572d80b26546a7ed3a 5628 catfish_0.8.2-1.debian.tar.gz
 34bcff4ecfd15ea07cb83b98fda944e3428fd2d3 99666 catfish_0.8.2-1_all.deb
Checksums-Sha256: 
 49c862efd35f346552a912358c68972fa9001ff707242d4f42a33a9fa4d32e15 1988 
catfish_0.8.2-1.dsc
 270eee049080c31a20a058cccb0662c28c1dadb205fc96bd6a18454c580e58a2 106522 
catfish_0.8.2.orig.tar.bz2
 56e350bb1ef8188d1e40f6e01e1c2449fd1ebc2a90515bd69b9c2e86afa8a4a6 5628 
catfish_0.8.2-1.debian.tar.gz
 ee6a043fad332e8b8c0dd482eacef015f09c78a8ecd792e0e282ab720f217eef 99666 
catfish_0.8.2-1_all.deb
Files: 
 de41c7873b46ba8ccc4979f4747b2d77 1988 utils optional catfish_0.8.2-1.dsc
 813666069e7b51d27722fcc6c5f36bf9 106522 utils optional 
catfish_0.8.2.orig.tar.bz2
 8a267c0db184948911f3dcff4beb793e 5628 utils optional 
catfish_0.8.2-1.debian.tar.gz
 fa4816da0013535cba2679dac53eab1b 99666 utils optional catfish_0.8.2-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCAAGBQJSnlZWAAoJEDtW4rvVP9yxgxIP/0UJBhC+QXWua4QpE/JFdjN3
zqXMC7K8U53qJpSNOgo7jJK9dBjWDnAGxvu/K+p+07dxf1ZUcX8o9406iloA+1HF
pfE/WvGotCy69Jy3XrBuo4ZzWSviuRcdMDZgRQPLWGPIwAnMLWi8cG8dh8ydSxLu
oZr/ERZ1bBxSeaHKdJ/QzvGNCos1IrJfl+zwXLnCs36eFWcMWHtRb5sIvYiCRxi8
NnQ9dU2hfLPC1bxrjbOhTsB6YIbVnMHR+ENhTnj3GSaxBAvvT0Ik2ZOGVNdd5/41
njnF1PeWA5vlwk+w9ZtvYMnd8Ak4xFjIEdoZRJ2sKkvwS8+qUXGE7KYKpSPGt28X
FSiyLi6HJ/YzYW2MUiO1mqsGv4CrvhSTIPnU5fe+JBxqZyjcwc5SFD3BanFM0b+U
mxGzpoX7cktWMEjvl3L/HK4UjCBCsycHnwd2r42tQheq2vEKQ7nmCxmZJG1DKpmc
3sE2vtLiCTtMgDLRrODWglCMFlt91zZOBcA1Hz31Qf5wBkL7lYV3mZtNhPVIUMwk
oPk6OLvFlskelFvGUSxn8d6DdDV+R6ICG3Ckl5bLnNK2Bdi8HgjrwIm6wF+k+9vD
OumGP4j839qhSX0pBCMgK4tGkUsb5X4nMTSNflH3cEek6ddRNGOOWqyBkxqOpBMY
pssW3BR4jlF0FQKnz0eW
=d/2p
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to