pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-structlog



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Oct  7 07:19:22 UTC 2018

Modified Files:
        pkgsrc/sysutils/py-structlog: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/py-structlog/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/py-structlog/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/py-structlog/Makefile
diff -u pkgsrc/sysutils/py-structlog/Makefile:1.6 pkgsrc/sysutils/py-structlog/Makefile:1.7
--- pkgsrc/sysutils/py-structlog/Makefile:1.6   Tue Feb  6 08:09:07 2018
+++ pkgsrc/sysutils/py-structlog/Makefile       Sun Oct  7 07:19:22 2018
@@ -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/}

Index: pkgsrc/sysutils/py-structlog/distinfo
diff -u pkgsrc/sysutils/py-structlog/distinfo:1.5 pkgsrc/sysutils/py-structlog/distinfo:1.6
--- pkgsrc/sysutils/py-structlog/distinfo:1.5   Tue Feb  6 08:09:07 2018
+++ pkgsrc/sysutils/py-structlog/distinfo       Sun Oct  7 07:19:22 2018
@@ -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