From bfa269a57bcd2fd75abe32d85513e365cd4efa39b5fb2f94e068145eabe2838c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 26 Mar 2020 13:08:44 +0000 Subject: [PATCH] Accepting request 788536 from home:mcalabkova:branches:devel:languages:python - update to 0.14.3 * Attempt to use a monotonic clock to measure span durations in Performance/APM. * Avoid overwriting explicitly set user data in web framework integrations. * Allow to pass keyword arguments to `capture_event` instead of configuring the scope. * Feature development for session tracking. OBS-URL: https://build.opensuse.org/request/show/788536 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=23 --- python-sentry-sdk-0.14.2.tar.gz | 3 --- python-sentry-sdk-0.14.3.tar.gz | 3 +++ python-sentry-sdk.changes | 9 +++++++++ python-sentry-sdk.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 python-sentry-sdk-0.14.2.tar.gz create mode 100644 python-sentry-sdk-0.14.3.tar.gz diff --git a/python-sentry-sdk-0.14.2.tar.gz b/python-sentry-sdk-0.14.2.tar.gz deleted file mode 100644 index 2e9ee03..0000000 --- a/python-sentry-sdk-0.14.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88413a87eeb08ba4632ece21794bd8b4031ba9d4426e5307a94538461538cb21 -size 150681 diff --git a/python-sentry-sdk-0.14.3.tar.gz b/python-sentry-sdk-0.14.3.tar.gz new file mode 100644 index 0000000..e170dbc --- /dev/null +++ b/python-sentry-sdk-0.14.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6491fb1082d489dcc1c640126872850043aafa8ad85cceddeec28b8f8738b35 +size 158325 diff --git a/python-sentry-sdk.changes b/python-sentry-sdk.changes index 94664f6..e8ea34f 100644 --- a/python-sentry-sdk.changes +++ b/python-sentry-sdk.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Mar 26 12:36:49 UTC 2020 - Marketa Calabkova + +- update to 0.14.3 + * Attempt to use a monotonic clock to measure span durations in Performance/APM. + * Avoid overwriting explicitly set user data in web framework integrations. + * Allow to pass keyword arguments to `capture_event` instead of configuring the scope. + * Feature development for session tracking. + ------------------------------------------------------------------- Wed Mar 18 14:30:44 UTC 2020 - pgajdos@suse.com diff --git a/python-sentry-sdk.spec b/python-sentry-sdk.spec index ca4c27d..bbb8280 100644 --- a/python-sentry-sdk.spec +++ b/python-sentry-sdk.spec @@ -20,7 +20,7 @@ # nothing provides python2-venusian >= 1.0 needed by python2-pyramid %define skip_python2 1 Name: python-sentry-sdk -Version: 0.14.2 +Version: 0.14.3 Release: 0 Summary: Python SDK for Sentry.io License: BSD-2-Clause