Subject: CVS commit: pkgsrc/databases/py-whisper
From: Min Sik Kim
Date: 2018-07-07 06:56:45
Message id: 20180707045645.7E244FBEC@cvs.NetBSD.org

Log Message:
databases/py-whisper: Update to 1.1.3

Notable changes since 0.9.15:
    - Python 3 support
    - fallocate and sparse support in whisper-create
    - Support FADVISE_RANDOM for create/update/update_many
    - Add update-storage-times.py - a tool to change storage schemas for
      whisper files and update the data. Threaded to vastly improve speed
      over whisper-auto-resize.py
    - Add optional destinationPath for rrd2whisper
    - Add json output to whisper-diff.py script
    - Add whisper-set-xfilesfactor.py utility
    - whisper-fetch: add –time-format option
    - Numerous bug fixes

Files:
RevisionActionfile
1.6modifypkgsrc/databases/py-whisper/Makefile
1.2modifypkgsrc/databases/py-whisper/PLIST
1.2modifypkgsrc/databases/py-whisper/distinfo
1.1addpkgsrc/databases/py-whisper/patches/patch-bin_rrd2whisper.py