pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-sentry-sdk
Module Name: pkgsrc
Committed By: adam
Date: Sun Mar 7 13:44:46 UTC 2021
Modified Files:
pkgsrc/devel/py-sentry-sdk: Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-sentry-sdk/Makefile \
pkgsrc/devel/py-sentry-sdk/PLIST pkgsrc/devel/py-sentry-sdk/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-sentry-sdk/Makefile
diff -u pkgsrc/devel/py-sentry-sdk/Makefile:1.1 pkgsrc/devel/py-sentry-sdk/Makefile:1.2
--- pkgsrc/devel/py-sentry-sdk/Makefile:1.1 Thu Feb 25 15:34:38 2021
+++ pkgsrc/devel/py-sentry-sdk/Makefile Sun Mar 7 13:44:46 2021
@@ -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
Index: pkgsrc/devel/py-sentry-sdk/PLIST
diff -u pkgsrc/devel/py-sentry-sdk/PLIST:1.1 pkgsrc/devel/py-sentry-sdk/PLIST:1.2
--- pkgsrc/devel/py-sentry-sdk/PLIST:1.1 Thu Feb 25 15:34:38 2021
+++ pkgsrc/devel/py-sentry-sdk/PLIST Sun Mar 7 13:44:46 2021
@@ -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/_ws
${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/dja
${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.
${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/thr
${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
Index: pkgsrc/devel/py-sentry-sdk/distinfo
diff -u pkgsrc/devel/py-sentry-sdk/distinfo:1.1 pkgsrc/devel/py-sentry-sdk/distinfo:1.2
--- pkgsrc/devel/py-sentry-sdk/distinfo:1.1 Thu Feb 25 15:34:38 2021
+++ pkgsrc/devel/py-sentry-sdk/distinfo Sun Mar 7 13:44:46 2021
@@ -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