pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-sentry-sdk py-sentry-sdk: updated to 1.0.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/2033a0fca34b
branches: trunk
changeset: 448337:2033a0fca34b
user: adam <adam%pkgsrc.org@localhost>
date: Sun Mar 07 13:44:46 2021 +0000
description:
py-sentry-sdk: updated to 1.0.0
1.0.0
This release contains breaking changes
Feat: Moved auto_session_tracking experimental flag to a proper option and removed session_mode, hence enabling release health by default
Fixed Django transaction name by setting the name to request.path_info rather than request.path
Fix for tracing by getting HTTP headers from span rather than transaction when possible
Fix for Flask transactions missing request body in non errored transactions
Fix for honoring the X-Forwarded-For header
Fix for worker that logs data dropping of events with level error
diffstat:
devel/py-sentry-sdk/Makefile | 13 +++++--------
devel/py-sentry-sdk/PLIST | 22 +++++++++++-----------
devel/py-sentry-sdk/distinfo | 10 +++++-----
3 files changed, 21 insertions(+), 24 deletions(-)
diffs (105 lines):
diff -r 2860ef3da0e1 -r 2033a0fca34b devel/py-sentry-sdk/Makefile
--- a/devel/py-sentry-sdk/Makefile Sun Mar 07 13:43:28 2021 +0000
+++ b/devel/py-sentry-sdk/Makefile Sun Mar 07 13:44:46 2021 +0000
@@ -1,20 +1,17 @@
-# $NetBSD: Makefile,v 1.1 2021/02/25 15:34:38 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2021/03/07 13:44:46 adam Exp $
-GITHUB_PROJECT= sentry-python
-DISTNAME= sentry-sdk-${GITHUB_RELEASE}
+DISTNAME= sentry-sdk-1.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
-MASTER_SITES= ${MASTER_SITE_GITHUB:=getsentry/}
-GITHUB_RELEASE= 0.20.3
-DIST_SUBDIR= ${GITHUB_PROJECT}
+MASTER_SITES= ${MASTER_SITE_PYPI:=s/sentry-sdk/}
MAINTAINER= khorben%defora.org@localhost
-HOMEPAGE= https://github.com/getsentry/sentry-python/
+HOMEPAGE= https://github.com/getsentry/sentry-python
COMMENT= Python SDK for Sentry.io
LICENSE= 2-clause-bsd
DEPENDS+= ${PYPKGPREFIX}-certifi>=0:../../security/py-certifi
-DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.9:../../www/py-urllib3
+DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.10.0:../../www/py-urllib3
USE_LANGUAGES= # none
diff -r 2860ef3da0e1 -r 2033a0fca34b devel/py-sentry-sdk/PLIST
--- a/devel/py-sentry-sdk/PLIST Sun Mar 07 13:43:28 2021 +0000
+++ b/devel/py-sentry-sdk/PLIST Sun Mar 07 13:44:46 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2021/02/25 15:34:38 khorben Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/03/07 13:44:46 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -48,14 +48,14 @@
${PYSITELIB}/sentry_sdk/integrations/_wsgi_common.pyc
${PYSITELIB}/sentry_sdk/integrations/_wsgi_common.pyo
${PYSITELIB}/sentry_sdk/integrations/aiohttp.py
-${PYSITELIB}/sentry_sdk/integrations/aiohttp.pyc
-${PYSITELIB}/sentry_sdk/integrations/aiohttp.pyo
+${PLIST.py3x}${PYSITELIB}/sentry_sdk/integrations/aiohttp.pyc
+${PLIST.py3x}${PYSITELIB}/sentry_sdk/integrations/aiohttp.pyo
${PYSITELIB}/sentry_sdk/integrations/argv.py
${PYSITELIB}/sentry_sdk/integrations/argv.pyc
${PYSITELIB}/sentry_sdk/integrations/argv.pyo
${PYSITELIB}/sentry_sdk/integrations/asgi.py
-${PYSITELIB}/sentry_sdk/integrations/asgi.pyc
-${PYSITELIB}/sentry_sdk/integrations/asgi.pyo
+${PLIST.py3x}${PYSITELIB}/sentry_sdk/integrations/asgi.pyc
+${PLIST.py3x}${PYSITELIB}/sentry_sdk/integrations/asgi.pyo
${PYSITELIB}/sentry_sdk/integrations/atexit.py
${PYSITELIB}/sentry_sdk/integrations/atexit.pyc
${PYSITELIB}/sentry_sdk/integrations/atexit.pyo
@@ -84,8 +84,8 @@
${PYSITELIB}/sentry_sdk/integrations/django/__init__.pyc
${PYSITELIB}/sentry_sdk/integrations/django/__init__.pyo
${PYSITELIB}/sentry_sdk/integrations/django/asgi.py
-${PYSITELIB}/sentry_sdk/integrations/django/asgi.pyc
-${PYSITELIB}/sentry_sdk/integrations/django/asgi.pyo
+${PLIST.py3x}${PYSITELIB}/sentry_sdk/integrations/django/asgi.pyc
+${PLIST.py3x}${PYSITELIB}/sentry_sdk/integrations/django/asgi.pyo
${PYSITELIB}/sentry_sdk/integrations/django/middleware.py
${PYSITELIB}/sentry_sdk/integrations/django/middleware.pyc
${PYSITELIB}/sentry_sdk/integrations/django/middleware.pyo
@@ -135,8 +135,8 @@
${PYSITELIB}/sentry_sdk/integrations/rq.pyc
${PYSITELIB}/sentry_sdk/integrations/rq.pyo
${PYSITELIB}/sentry_sdk/integrations/sanic.py
-${PYSITELIB}/sentry_sdk/integrations/sanic.pyc
-${PYSITELIB}/sentry_sdk/integrations/sanic.pyo
+${PLIST.py3x}${PYSITELIB}/sentry_sdk/integrations/sanic.pyc
+${PLIST.py3x}${PYSITELIB}/sentry_sdk/integrations/sanic.pyo
${PYSITELIB}/sentry_sdk/integrations/serverless.py
${PYSITELIB}/sentry_sdk/integrations/serverless.pyc
${PYSITELIB}/sentry_sdk/integrations/serverless.pyo
@@ -159,8 +159,8 @@
${PYSITELIB}/sentry_sdk/integrations/threading.pyc
${PYSITELIB}/sentry_sdk/integrations/threading.pyo
${PYSITELIB}/sentry_sdk/integrations/tornado.py
-${PYSITELIB}/sentry_sdk/integrations/tornado.pyc
-${PYSITELIB}/sentry_sdk/integrations/tornado.pyo
+${PLIST.py3x}${PYSITELIB}/sentry_sdk/integrations/tornado.pyc
+${PLIST.py3x}${PYSITELIB}/sentry_sdk/integrations/tornado.pyo
${PYSITELIB}/sentry_sdk/integrations/trytond.py
${PYSITELIB}/sentry_sdk/integrations/trytond.pyc
${PYSITELIB}/sentry_sdk/integrations/trytond.pyo
diff -r 2860ef3da0e1 -r 2033a0fca34b devel/py-sentry-sdk/distinfo
--- a/devel/py-sentry-sdk/distinfo Sun Mar 07 13:43:28 2021 +0000
+++ b/devel/py-sentry-sdk/distinfo Sun Mar 07 13:44:46 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2021/02/25 15:34:38 khorben Exp $
+$NetBSD: distinfo,v 1.2 2021/03/07 13:44:46 adam Exp $
-SHA1 (sentry-python/sentry-sdk-0.20.3.tar.gz) = 8a0422a4857975f7db82d968a0f8836a69da7942
-RMD160 (sentry-python/sentry-sdk-0.20.3.tar.gz) = 35be0c7c053a225b4548edc4f6cf116bf9bbc535
-SHA512 (sentry-python/sentry-sdk-0.20.3.tar.gz) = 1e3a8c7f81148343b92a3006e6c275bf36fcc54b4bbdbf941338a5e4c0e890a8b5420f34427e95d1a59f0dcca388f08a586281a9b2a8d3e0119e8141774196d5
-Size (sentry-python/sentry-sdk-0.20.3.tar.gz) = 99177 bytes
+SHA1 (sentry-sdk-1.0.0.tar.gz) = 5b66b0da75a9a69a42a39e2eb98043eaa24d019c
+RMD160 (sentry-sdk-1.0.0.tar.gz) = b4881a5886d5e04d6fa197b1833163e07c07238a
+SHA512 (sentry-sdk-1.0.0.tar.gz) = 911921ac4c3e31779f981ecc1416c49701692b88e81e4208599cfd864895263707f77adbd61a02aee669bb3482e09d156688bed546e4256c109152939dcb575a
+Size (sentry-sdk-1.0.0.tar.gz) = 99358 bytes
Home |
Main Index |
Thread Index |
Old Index