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: Mon Mar 4 08:40:57 UTC 2019
Modified Files:
pkgsrc/sysutils/py-structlog: Makefile distinfo
Log Message:
py-structlog: updated to 19.1.0
19.1.0:
Backward-incompatible changes:
- As announced in 18.1.0, pip install -e .[dev] now installs all development dependencies.
Sorry for the inconveniences this undoubtedly will cause!
Changes:
- structlog.ReturnLogger and structlog.PrintLogger now have a fatal() log method.
- Under certain (rather unclear) circumstances, the frame extraction could throw an SystemError: error return without exception set.
A workaround has been added.
- structlog now tolerates passing through dict\ s to stdlib logging.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/py-structlog/Makefile
cvs rdiff -u -r1.6 -r1.7 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.7 pkgsrc/sysutils/py-structlog/Makefile:1.8
--- pkgsrc/sysutils/py-structlog/Makefile:1.7 Sun Oct 7 07:19:22 2018
+++ pkgsrc/sysutils/py-structlog/Makefile Mon Mar 4 08:40:57 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2018/10/07 07:19:22 adam Exp $
+# $NetBSD: Makefile,v 1.8 2019/03/04 08:40:57 adam Exp $
-DISTNAME= structlog-18.2.0
+DISTNAME= structlog-19.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/structlog/}
@@ -11,8 +11,16 @@ COMMENT= Painless structural logging
LICENSE= apache-2.0 AND mit
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun>=0.2.8:../../devel/py-freezegun
+TEST_DEPENDS+= ${PYPKGPREFIX}-pretend-[0-9]*:../../devel/py-pretend
+TEST_DEPENDS+= ${PYPKGPREFIX}-simplejson-[0-9]*:../../textproc/py-simplejson
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+TEST_DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
USE_LANGUAGES= # none
+PYSETUPTESTTARGET= pytest
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/sysutils/py-structlog/distinfo
diff -u pkgsrc/sysutils/py-structlog/distinfo:1.6 pkgsrc/sysutils/py-structlog/distinfo:1.7
--- pkgsrc/sysutils/py-structlog/distinfo:1.6 Sun Oct 7 07:19:22 2018
+++ pkgsrc/sysutils/py-structlog/distinfo Mon Mar 4 08:40:57 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/10/07 07:19:22 adam Exp $
+$NetBSD: distinfo,v 1.7 2019/03/04 08:40:57 adam Exp $
-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
+SHA1 (structlog-19.1.0.tar.gz) = ca4f546a3dafcae9d802eb1a5730278d652d75d0
+RMD160 (structlog-19.1.0.tar.gz) = bfe0ad26fd25385f7692cc85ea828d2779c33c4e
+SHA512 (structlog-19.1.0.tar.gz) = 4fd83eb6359c999c0f78dd1ff5bca4209ef5d7b5de74612c9824b43a0cfdd9bec7581999660eeb6a1825f1482cd4d2ea8cb0bf128e915c605a57f94a11fdc020
+Size (structlog-19.1.0.tar.gz) = 317443 bytes
Home |
Main Index |
Thread Index |
Old Index