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 19.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1407b5962e8
branches:  trunk
changeset: 330581:f1407b5962e8
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Mar 04 08:40:57 2019 +0000

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

diffstat:

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

diffs (44 lines):

diff -r 0ae9ed8ee46b -r f1407b5962e8 sysutils/py-structlog/Makefile
--- a/sysutils/py-structlog/Makefile    Mon Mar 04 08:29:25 2019 +0000
+++ b/sysutils/py-structlog/Makefile    Mon Mar 04 08:40:57 2019 +0000
@@ -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 @@
 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"
diff -r 0ae9ed8ee46b -r f1407b5962e8 sysutils/py-structlog/distinfo
--- a/sysutils/py-structlog/distinfo    Mon Mar 04 08:29:25 2019 +0000
+++ b/sysutils/py-structlog/distinfo    Mon Mar 04 08:40:57 2019 +0000
@@ -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