Wed Jun 2 22:46:55 2021 UTC ()
py-sentry-sdk: update to version 1.1.0

From the release notes:

 * Fix for AWSLambda integration returns value of original handler #1106
 * Fix for RQ integration that only captures exception if RQ job has failed and ignore retries #1076
 * Feature that supports Tracing for the Tornado integration #1060
 * Feature that supports wild cards in ignore_logger in the Logging Integration #1053
 * Fix for django that deals with template span description names that are either lists or tuples #1054


(khorben)
diff -r1.2 -r1.3 pkgsrc/devel/py-sentry-sdk/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/py-sentry-sdk/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/devel/py-sentry-sdk/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-sentry-sdk/Makefile 2021/03/07 13:44:46 1.2
+++ pkgsrc/devel/py-sentry-sdk/Makefile 2021/06/02 22:46:55 1.3
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2021/03/07 13:44:46 adam Exp $ 1# $NetBSD: Makefile,v 1.3 2021/06/02 22:46:55 khorben Exp $
2 2
3DISTNAME= sentry-sdk-1.0.0 3DISTNAME= sentry-sdk-1.1.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=s/sentry-sdk/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=s/sentry-sdk/}
7 7
8MAINTAINER= khorben@defora.org 8MAINTAINER= khorben@defora.org
9HOMEPAGE= https://github.com/getsentry/sentry-python 9HOMEPAGE= https://github.com/getsentry/sentry-python
10COMMENT= Python SDK for Sentry.io 10COMMENT= Python SDK for Sentry.io
11LICENSE= 2-clause-bsd 11LICENSE= 2-clause-bsd
12 12
13DEPENDS+= ${PYPKGPREFIX}-certifi>=0:../../security/py-certifi 13DEPENDS+= ${PYPKGPREFIX}-certifi>=0:../../security/py-certifi
14DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.10.0:../../www/py-urllib3 14DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.10.0:../../www/py-urllib3
15 15
16USE_LANGUAGES= # none 16USE_LANGUAGES= # none

cvs diff -r1.2 -r1.3 pkgsrc/devel/py-sentry-sdk/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-sentry-sdk/distinfo 2021/03/07 13:44:46 1.2
+++ pkgsrc/devel/py-sentry-sdk/distinfo 2021/06/02 22:46:55 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2021/03/07 13:44:46 adam Exp $ 1$NetBSD: distinfo,v 1.3 2021/06/02 22:46:55 khorben Exp $
2 2
3SHA1 (sentry-sdk-1.0.0.tar.gz) = 5b66b0da75a9a69a42a39e2eb98043eaa24d019c 3SHA1 (sentry-sdk-1.1.0.tar.gz) = e4fb2847aa20f5dd94b8011dacbf94dbe87c7111
4RMD160 (sentry-sdk-1.0.0.tar.gz) = b4881a5886d5e04d6fa197b1833163e07c07238a 4RMD160 (sentry-sdk-1.1.0.tar.gz) = 7c81cb504ced335472c37d59e5e6d98e1a68d1bd
5SHA512 (sentry-sdk-1.0.0.tar.gz) = 911921ac4c3e31779f981ecc1416c49701692b88e81e4208599cfd864895263707f77adbd61a02aee669bb3482e09d156688bed546e4256c109152939dcb575a 5SHA512 (sentry-sdk-1.1.0.tar.gz) = ecb0f35776142dc0ee413fe6ffa49ea1c2f7a19e73d718c8b8f53841dcc5e719259125dbe8880d282bdce5fd91a37eaeff4ae6d5b917ded153447aa6a1a16a33
6Size (sentry-sdk-1.0.0.tar.gz) = 99358 bytes 6Size (sentry-sdk-1.1.0.tar.gz) = 100168 bytes