diff options
| author | adam <adam@pkgsrc.org> | 2018-10-07 07:19:22 +0000 |
|---|---|---|
| committer | adam <adam@pkgsrc.org> | 2018-10-07 07:19:22 +0000 |
| commit | bcc4e2f3f47d304c95b5882a50e53e973d868de6 (patch) | |
| tree | 5ab442a0d06ae74fb58d4f70b3cd32775938e4bb /sysutils/py-structlog | |
| parent | 0fd30b2bfb67522593abc98333a5bfa553a0f4d7 (diff) | |
| download | pkgsrc-bcc4e2f3f47d304c95b5882a50e53e973d868de6.tar.gz | |
py-structlog: updated to 18.2.0
18.2.0:
Changes:
- Added structlog.stdlib.add_log_level_number() processor that adds the level *number* to the event dictionary.
Can be used to simplify log filtering.
- structlog.processors.JSONRenderer now allows for overwriting the *default* argument of its serializer.
- Added try_unbind() that works like unbind() but doesn't raise a KeyError if one of the keys is missing.
Diffstat (limited to 'sysutils/py-structlog')
| -rw-r--r-- | sysutils/py-structlog/Makefile | 4 | ||||
| -rw-r--r-- | sysutils/py-structlog/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/py-structlog/Makefile b/sysutils/py-structlog/Makefile index 8fb954ff310..c6e38b00296 100644 --- a/sysutils/py-structlog/Makefile +++ b/sysutils/py-structlog/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2018/02/06 08:09:07 adam Exp $ +# $NetBSD: Makefile,v 1.7 2018/10/07 07:19:22 adam Exp $ -DISTNAME= structlog-18.1.0 +DISTNAME= structlog-18.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= sysutils python MASTER_SITES= ${MASTER_SITE_PYPI:=s/structlog/} diff --git a/sysutils/py-structlog/distinfo b/sysutils/py-structlog/distinfo index a196407e47c..b3de64f0150 100644 --- a/sysutils/py-structlog/distinfo +++ b/sysutils/py-structlog/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2018/02/06 08:09:07 adam Exp $ +$NetBSD: distinfo,v 1.6 2018/10/07 07:19:22 adam Exp $ -SHA1 (structlog-18.1.0.tar.gz) = d26b0c82f99ada0a7587846abbe64eb10f4e50ba -RMD160 (structlog-18.1.0.tar.gz) = e726ab73e8ff3a2d985bed89c2cba643ea3a8d98 -SHA512 (structlog-18.1.0.tar.gz) = 3f0411947102cbe5b7422e3c4296158820ebfd2b43c79488cea9c5101ad861892a0c165bcdac3d179fc93b29e447f8b1ac100751b0dfe8b0fc92dafb33919605 -Size (structlog-18.1.0.tar.gz) = 317033 bytes +SHA1 (structlog-18.2.0.tar.gz) = a793458f708b69061226786b475ffd2204b04d8f +RMD160 (structlog-18.2.0.tar.gz) = fd2b0f3477948a134c1db996f011355eca647a0e +SHA512 (structlog-18.2.0.tar.gz) = a6b0d6724c02b66f62d3235b4b611fc594f802f83350fd20a51b59314ad0c1e31e488534aa6b77695ac2f0b76ffb6fb2178a8e6cd90d973c10096f3625f87d33 +Size (structlog-18.2.0.tar.gz) = 316679 bytes |
