Your message dated Fri, 15 Aug 2008 21:17:57 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#477799: fixed in m2crypto 0.18.2-2
has caused the Debian Bug report #477799,
regarding python-m2crypto: missing inspect import makes m2urllib2 fail
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.)
--
477799: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477799
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: python-m2crypto
Version: 0.18.2-1
Severity: important
Tags: patch
m2urllib2.py in M2Crypto uses from urllib 2 import *, which in python 2.4 also
brought in inspect, which is no longer the case in 2.5. Adding an explicit
inspect import works fine:
---snip---
--- m2urllib2.py.orig 2008-04-25 13:07:10.000000000 +0200
+++ m2urllib2.py 2008-04-25 13:07:40.000000000 +0200
@@ -12,6 +12,7 @@
"""
from urllib2 import *
+import inspect
import urlparse
import SSL
---snap---
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.24-1-powerpc
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages python-m2crypto depends on:
ii libc6 2.7-10 GNU C Library: Shared libraries
ii libssl0.9.8 0.9.8g-8 SSL shared libraries
ii python 2.5.2-1 An interactive high-level object-o
ii python-support 0.7.7 automated rebuilding support for P
python-m2crypto recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: m2crypto
Source-Version: 0.18.2-2
We believe that the bug you reported is fixed in the latest version of
m2crypto, which is due to be installed in the Debian FTP archive:
m2crypto_0.18.2-2.diff.gz
to pool/main/m/m2crypto/m2crypto_0.18.2-2.diff.gz
m2crypto_0.18.2-2.dsc
to pool/main/m/m2crypto/m2crypto_0.18.2-2.dsc
python-m2crypto_0.18.2-2_i386.deb
to pool/main/m/m2crypto/python-m2crypto_0.18.2-2_i386.deb
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.
Dima Barsky <[EMAIL PROTECTED]> (supplier of updated m2crypto 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: SHA1
Format: 1.8
Date: Fri, 15 Aug 2008 22:04:14 +0100
Source: m2crypto
Binary: python-m2crypto
Architecture: source i386
Version: 0.18.2-2
Distribution: unstable
Urgency: low
Maintainer: Dima Barsky <[EMAIL PROTECTED]>
Changed-By: Dima Barsky <[EMAIL PROTECTED]>
Description:
python-m2crypto - a crypto and SSL toolkit for Python
Closes: 477799 484364 493314
Changes:
m2crypto (0.18.2-2) unstable; urgency=low
.
* Added "import inspect" to M2Crypto/m2urllib2.py
(Closes: #493314, #484364, 477799)
Checksums-Sha1:
b7feba28c4c2dba42ee37ce308e961b77de1fac4 1086 m2crypto_0.18.2-2.dsc
03621d6db22c0061c8d7fdaa7db0b6a5862e58f1 3374 m2crypto_0.18.2-2.diff.gz
0463f09aea792cf9a67aa0e7b9f0b15e9ae6f3ce 274948
python-m2crypto_0.18.2-2_i386.deb
Checksums-Sha256:
c8008123f19cfcce1c0fe74f21b0e94b432900a7337dc2d4083d812a531b4c10 1086
m2crypto_0.18.2-2.dsc
e756b92604cce2880b6136064363016f47410b740877fa9930d5bf165951acbc 3374
m2crypto_0.18.2-2.diff.gz
fce52b80af9823355e32f27da06b518b13a1367e6e90ae15c12e5c79c7bc0e9b 274948
python-m2crypto_0.18.2-2_i386.deb
Files:
673244328600deedc5faa3bd084ba0a4 1086 python optional m2crypto_0.18.2-2.dsc
8ae5f9cd5d1091ebe50129db9d35a777 3374 python optional m2crypto_0.18.2-2.diff.gz
7604d7f8db8c81c843242e653ef4fc02 274948 python optional
python-m2crypto_0.18.2-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFIpfDMNfye6peqM9YRAqiMAJ9K33tNU7Obv4ZEUVDGNfd1qBbzjgCcDUGa
zg9z/l2j38h1mLPwhq2tsqk=
=R5D/
-----END PGP SIGNATURE-----
--- End Message ---