py-whisper: updated to 1.1.10

1.1.10
Multiple bugfixes, especially for Graphite-web (see full list below)
Couple of new functions
This commit is contained in:
adam 2024-01-18 10:38:13 +00:00
parent fe2cf6a21f
commit 5a87741d57
3 changed files with 17 additions and 15 deletions

View File

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.10 2022/01/04 20:52:45 wiz Exp $
# $NetBSD: Makefile,v 1.11 2024/01/18 10:38:13 adam Exp $
DISTNAME= whisper-1.1.7
DISTNAME= whisper-1.1.10
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=w/whisper/}
@ -11,10 +10,14 @@ HOMEPAGE= https://github.com/graphite-project/whisper
COMMENT= Fixed-size database, similar in design to RRD
LICENSE= apache-2.0
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
post-install:
.for bin in find-corrupt-whisper-files rrd2whisper update-storage-times \
whisper-auto-resize whisper-auto-update whisper-create \
@ -26,5 +29,5 @@ post-install:
${MV} ${bin}.py ${bin}-${PYVERSSUFFIX} || ${TRUE}
.endfor
.include "../../lang/python/egg.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2020/12/06 11:21:02 adam Exp $
@comment $NetBSD: PLIST,v 1.5 2024/01/18 10:38:13 adam Exp $
bin/find-corrupt-whisper-files-${PYVERSSUFFIX}
bin/rrd2whisper-${PYVERSSUFFIX}
bin/update-storage-times-${PYVERSSUFFIX}
@ -15,12 +15,11 @@ bin/whisper-resize-${PYVERSSUFFIX}
bin/whisper-set-aggregation-method-${PYVERSSUFFIX}
bin/whisper-set-xfilesfactor-${PYVERSSUFFIX}
bin/whisper-update-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/whisper.py
${PYSITELIB}/whisper.pyc
${PYSITELIB}/whisper.pyo

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.7 2021/10/26 10:09:54 nia Exp $
$NetBSD: distinfo,v 1.8 2024/01/18 10:38:13 adam Exp $
BLAKE2s (whisper-1.1.7.tar.gz) = b9c0f089373421454b690f3089ceb2b0f0d02a873d53c665bfadf07f4877f7cd
SHA512 (whisper-1.1.7.tar.gz) = 602c39345abb1d6e3e41ab0eaff9baa374ba513beba31878c9e65b863ee148dd7df55bfb66b0b86d7d94cdbf49672b46e6dfa3d48f7d8e770dee7f39fd52fdc6
Size (whisper-1.1.7.tar.gz) = 37376 bytes
BLAKE2s (whisper-1.1.10.tar.gz) = 9fbad75b5961e3e2f685923137c9ba8e0857ffc0a2e12d0c06cfd4f3b8abd1e6
SHA512 (whisper-1.1.10.tar.gz) = a6f4158374482c5f6264711dc976ab4bf957fac14095592a433d2653f41b9598642e1c06e2aee9d0e725d482a0a4f48d15ead29c2f73813d3c71d280b944a7f9
Size (whisper-1.1.10.tar.gz) = 42835 bytes