Update to 0.8.7. Adds a flattenjson module.
This commit is contained in:
parent
59d39005e9
commit
35b57b3b58
3 changed files with 11 additions and 8 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.3 2014/02/13 00:58:05 othyro Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2015/06/26 23:03:28 othyro Exp $
|
||||
#
|
||||
|
||||
DISTNAME= logtools-0.8.6
|
||||
DISTNAME= logtools-0.8.7
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/l/logtools/
|
||||
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2014/02/03 10:51:00 othyro Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2015/06/26 23:03:28 othyro Exp $
|
||||
bin/aggregate
|
||||
bin/colsum
|
||||
bin/filterbots
|
||||
bin/flattenjson
|
||||
bin/geoip
|
||||
bin/logfilter
|
||||
bin/logjoin
|
||||
|
@ -34,6 +35,9 @@ ${PYSITELIB}/logtools/_filter.pyo
|
|||
${PYSITELIB}/logtools/_filterbots.py
|
||||
${PYSITELIB}/logtools/_filterbots.pyc
|
||||
${PYSITELIB}/logtools/_filterbots.pyo
|
||||
${PYSITELIB}/logtools/_flattenjson.py
|
||||
${PYSITELIB}/logtools/_flattenjson.pyc
|
||||
${PYSITELIB}/logtools/_flattenjson.pyo
|
||||
${PYSITELIB}/logtools/_geoip.py
|
||||
${PYSITELIB}/logtools/_geoip.pyc
|
||||
${PYSITELIB}/logtools/_geoip.pyo
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2014/02/03 10:51:00 othyro Exp $
|
||||
$NetBSD: distinfo,v 1.3 2015/06/26 23:03:28 othyro Exp $
|
||||
|
||||
SHA1 (logtools-0.8.6.tar.gz) = 0b9ed82ebccd00dd08ca6b219a17b62edc8eaa1b
|
||||
RMD160 (logtools-0.8.6.tar.gz) = 56bb29e00411ea95dcb440f171d6d81cf1b884c6
|
||||
Size (logtools-0.8.6.tar.gz) = 27441 bytes
|
||||
SHA1 (logtools-0.8.7.tar.gz) = 00da69e02327185674ce6dee74a7b3d34dd7e7cd
|
||||
RMD160 (logtools-0.8.7.tar.gz) = 0aa22d0d721b8ee76a79afc79944ea0abb965f51
|
||||
Size (logtools-0.8.7.tar.gz) = 38365 bytes
|
||||
|
|
Loading…
Reference in a new issue