pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/py-structlog py-structlog: updated to 18.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0301309f84b6
branches:  trunk
changeset: 324049:0301309f84b6
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Oct 07 07:19:22 2018 +0000

description:
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:

 sysutils/py-structlog/Makefile |   4 ++--
 sysutils/py-structlog/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 82faa4b2683a -r 0301309f84b6 sysutils/py-structlog/Makefile
--- a/sysutils/py-structlog/Makefile    Sun Oct 07 07:16:55 2018 +0000
+++ b/sysutils/py-structlog/Makefile    Sun Oct 07 07:19:22 2018 +0000
@@ -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 -r 82faa4b2683a -r 0301309f84b6 sysutils/py-structlog/distinfo
--- a/sysutils/py-structlog/distinfo    Sun Oct 07 07:16:55 2018 +0000
+++ b/sysutils/py-structlog/distinfo    Sun Oct 07 07:19:22 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index