Your message dated Thu, 03 Oct 2013 15:20:00 +0000
with message-id <[email protected]>
and subject line Bug#691230: fixed in pyrrd 0.1.0-2
has caused the Debian Bug report #691230,
regarding python-pyrrd: RRD.fetch method is broken
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.)


-- 
691230: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691230
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-pyrrd
Version: 0.1.0-1
Severity: important
Tags: upstream

Dear Maintainer,

python-pyrrd as currently found in wheezy and sid has a bug, known upstream 
(<https://code.google.com/p/pyrrd/issues/detail?id=26>) which breaks 
the RRD.fetch method, preventing the user from getting data out of an RRD.

With some boilerplate taken from the package doctests, this is a 
way to trigger the bug:

    >>> import os, tempfile
    >>> from pyrrd.rrd import DataSource, RRA, RRD
    >>>
    >>> dss = []
    >>> rras = []
    >>> rrdfile = tempfile.NamedTemporaryFile()
    >>> dss.append(DataSource(dsName='speed', dsType='COUNTER', heartbeat=600))
    >>> rras.append(RRA(cf='AVERAGE', xff=0.5, steps=1, rows=24))
    >>> rras.append(RRA(cf='AVERAGE', xff=0.5, steps=6, rows=10))
    >>> rrd = RRD(rrdfile.name, ds=dss, rra=rras, start=920804400)
    >>> rrd.create()
    >>> rrd.bufferValue('920805600', '12363')
    >>> rrd.bufferValue('920805900', '12363')
    >>> rrd.update()
    >>> rrd.fetch()
    Traceback (most recent call last):
      File "<input>", line 1, in <module>
      File "/usr/lib/python2.7/dist-packages/pyrrd/rrd.py", line 226, in fetch
        return self.backend.fetch(*data)[returnStyle]
    TypeError: fetch() takes exactly 2 arguments (3 given)

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-pyrrd depends on:
ii  python          2.7.3~rc2-1
ii  python-rrdtool  1.4.7-2
ii  python2.6       2.6.8-0.2
ii  python2.7       2.7.3~rc2-2.1
ii  rrdtool         1.4.7-2

python-pyrrd recommends no packages.

python-pyrrd suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: pyrrd
Source-Version: 0.1.0-2

We believe that the bug you reported is fixed in the latest version of
pyrrd, 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.
Elena Grandi <[email protected]> (supplier of updated pyrrd 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: Wed, 21 Aug 2013 21:18:23 +0200
Source: pyrrd
Binary: python-pyrrd
Architecture: source all
Version: 0.1.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
<[email protected]>
Changed-By: Elena Grandi <[email protected]>
Description: 
 python-pyrrd - object-oriented Python interface for RRD
Closes: 691230
Changes: 
 pyrrd (0.1.0-2) unstable; urgency=low
 .
   * Added myself to uploaders until Andrea has again time to maintain
     (by agreement with him).
   * Convert to format 3.0 (quilt)
   * Backport fix for RRD.fetch from upstream bzr revision 158
     (git commit dcd78df45c52) (Closes: #691230)
   * Updated standard versions to 3.9.4 (no change needed).
 .
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
Checksums-Sha1: 
 083c5945165ad027a8aa2057062d3b63b89d3641 1370 pyrrd_0.1.0-2.dsc
 3f81af820d2166460a051b83b8e8241457cd6bed 3776 pyrrd_0.1.0-2.debian.tar.gz
 66ed0d440724c9d35fa9ac97ceb262eee959284b 39806 python-pyrrd_0.1.0-2_all.deb
Checksums-Sha256: 
 e0c01988486582981573415d72ddaca3a49cc4f19d55ce2621a58576b7ce6701 1370 
pyrrd_0.1.0-2.dsc
 8ee47b02e2bcd6105b4a6187ed9ade76245fb595d537e1debd260c28bd4bece6 3776 
pyrrd_0.1.0-2.debian.tar.gz
 63a48cce1fd348a677b0b2ab9fb10f414a25559bae20c6a624fc0db1c2add461 39806 
python-pyrrd_0.1.0-2_all.deb
Files: 
 a6683cd7330154242be3763c26cfdc74 1370 python optional pyrrd_0.1.0-2.dsc
 77ae8921d8da45094de21132ed77008f 3776 python optional 
pyrrd_0.1.0-2.debian.tar.gz
 bfec1f8469ecf64d9e9cf6be404b4c57 39806 python optional 
python-pyrrd_0.1.0-2_all.deb

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

iEYEARECAAYFAlJNhvUACgkQNFDtUT/MKpCtSACg6a8knCns7S62Mu8e4yfB8gg+
xBEAnA+xHzPgwpqiWNDriEJ02y80IrR5
=GEyC
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to