Your message dated Tue, 17 Apr 2007 17:17:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#415032: fixed in python-pysnmp4 4.1.7a-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: python-pysnmp-common
Version: 4.1.6a-1
Severity: normal
File: /usr/share/python-support/pysnmp-common/pysnmp/__init__.py
Tags: patch
python-pysnmp-common is equipped with a nice system which is supposed to
choose the most recent version of the library if more than one is
available. However, right now it chooses the most old version available
since the list of available versions is first sorted in increasing
version order, then reversed, and then the last element is picked.
The attached one-liner patch fixes the problem avoiding the reverse
pass.
Cheers.
PS I'm packaging python-pysnmp-se, which is basically python-pysnmp3,
hence I'm hooking on the python-pysnmp-common version choice mechanism
too. JFYI.
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Versions of packages python-pysnmp-common depends on:
ii python 2.4.4-2 An interactive high-level object-o
ii python-support 0.5.6 automated rebuilding support for p
Versions of packages python-pysnmp-common recommends:
ii python-pysnmp4 4.1.6a-1 Python SNMP library for agents and
-- no debconf information
--- __init__.py.orig 2007-03-15 18:15:11.000000000 +0100
+++ __init__.py 2007-03-15 18:15:24.000000000 +0100
@@ -18,7 +18,7 @@
return 1
subDirs = filter(__isSubPackage, os.listdir(__path__[0]))
-subDirs.sort(); subDirs.reverse()
+subDirs.sort()
if os.environ.has_key('PYSNMP_API_VERSION'):
v = os.environ['PYSNMP_API_VERSION']
--- End Message ---
--- Begin Message ---
Source: python-pysnmp4
Source-Version: 4.1.7a-1
We believe that the bug you reported is fixed in the latest version of
python-pysnmp4, which is due to be installed in the Debian FTP archive:
python-pysnmp-common_4.1.7a-1_all.deb
to pool/main/p/python-pysnmp4/python-pysnmp-common_4.1.7a-1_all.deb
python-pysnmp4-doc_4.1.7a-1_all.deb
to pool/main/p/python-pysnmp4/python-pysnmp4-doc_4.1.7a-1_all.deb
python-pysnmp4_4.1.7a-1.diff.gz
to pool/main/p/python-pysnmp4/python-pysnmp4_4.1.7a-1.diff.gz
python-pysnmp4_4.1.7a-1.dsc
to pool/main/p/python-pysnmp4/python-pysnmp4_4.1.7a-1.dsc
python-pysnmp4_4.1.7a-1_all.deb
to pool/main/p/python-pysnmp4/python-pysnmp4_4.1.7a-1_all.deb
python-pysnmp4_4.1.7a.orig.tar.gz
to pool/main/p/python-pysnmp4/python-pysnmp4_4.1.7a.orig.tar.gz
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.
Arnaud Fontaine <[EMAIL PROTECTED]> (supplier of updated python-pysnmp4 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.7
Date: Tue, 17 Apr 2007 00:14:22 +0200
Source: python-pysnmp4
Binary: python-pysnmp-common python-pysnmp4-doc python-pysnmp4
Architecture: source all
Version: 4.1.7a-1
Distribution: unstable
Urgency: low
Maintainer: Arnaud Fontaine <[EMAIL PROTECTED]>
Changed-By: Arnaud Fontaine <[EMAIL PROTECTED]>
Description:
python-pysnmp-common - Python SNMP library for agents and managers (version
selection mo
python-pysnmp4 - Python SNMP library for agents and managers (unstable branch)
python-pysnmp4-doc - Python SNMP library for agents and managers (unstable
branch)
Closes: 415032
Changes:
python-pysnmp4 (4.1.7a-1) unstable; urgency=low
.
[ Arnaud Fontaine ]
* New upstream release.
+ Now choose the last version of pysnmp when multiple versions are
installed. Closes: #415032.
.
[ Piotr Ozarowski ]
* Added XS-Vcs-Svn field
Files:
90ac258a8e162794c4cdae84203364be 899 python optional
python-pysnmp4_4.1.7a-1.dsc
2beee23ab8463f111c98f247880a2f33 129287 python optional
python-pysnmp4_4.1.7a.orig.tar.gz
69b6c601893bcd82dca6d0804ff17519 3443 python optional
python-pysnmp4_4.1.7a-1.diff.gz
1338cdb2a9243f7ea06f9d10565afb1f 97410 python optional
python-pysnmp4_4.1.7a-1_all.deb
cdeb96589886cfe8379adf7832c97365 51546 doc optional
python-pysnmp4-doc_4.1.7a-1_all.deb
addbd3341bc9a0a8d2b4d9910c1db053 11766 python optional
python-pysnmp-common_4.1.7a-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGJP8GB01zfu119ZkRAvVZAJ91D1/RTZdSTw0sk0W6X06q+GxJHwCeITg+
z9PfDzYy3+yezVYcUm2XXF8=
=f3Xl
-----END PGP SIGNATURE-----
--- End Message ---