summaryrefslogtreecommitdiff
path: root/databases/py-whisper
AgeCommit message (Collapse)AuthorFilesLines
2022-01-04*: bump PKGREVISION for egg.mk userswiz1-1/+2
They now have a tool dependency on py-setuptools instead of a DEPENDS
2021-10-26databases: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (some may be only fetched conditionally): ./databases/cstore/distinfo D6.data.ros.gz ./databases/cstore/distinfo cstore0.2.tar.gz ./databases/cstore/distinfo data4.tar.gz
2021-10-07databases: Remove SHA1 distfile hashesnia1-2/+1
2020-12-06py-whisper: updated to 1.1.7adam3-10/+15
1.1.7: Graphite release 1.1.7 1.1.6: Graphite release 1.1.6 * set package long description * Dump as raw values
2019-08-11py-whisper: updated to 1.1.5adam4-25/+50
1.1.5: Python 3.x support fixes for whisper, carbon and graphite-web REMOTE_BUFFER_SIZE = 0 now works properly Multi-instance settings support Increase performance of localdatabase tag db avg_zero consolidation function fully supported now Carbonlink queries working now for tagged series Docker image migrated to Alpine, reducing the image size from ~530MB to 188MB
2018-11-14py-whisper: updated to 1.1.4adam3-29/+12
1.1.4: Include tests in PyPI distributions Add Python 3.7 testing to Travis
2018-07-07databases/py-whisper: Update to 1.1.3minskim4-12/+35
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
2018-07-03extend PYTHON_VERSIONS_ for Python 3.7adam1-2/+2
2017-02-14Update HOMEPAGE.wiz1-3/+2
2017-01-01Add python-3.6 to incompatible versions.wiz1-2/+2
2016-07-09Remove python33: adapt all packages that refer to it.wiz1-2/+2
2015-12-11Add whisper 0.9.15, as used by the graphite project.riz4-0/+45
Whisper is a fixed-size database, similar in design to RRD (round-robin-database). It provides fast, reliable storage of numeric data over time.