From af2a7e4c3267790e93bbc4fd083a8af824d709d758d1ff3089450869bc1dc229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 9 Nov 2019 07:12:36 +0000 Subject: [PATCH] Accepting request 746718 from home:jberry:branches:devel:languages:python - Update to 0.13.2 - Fix a bug in APM that would cause wrong durations to be displayed on non-UTC servers. OBS-URL: https://build.opensuse.org/request/show/746718 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=19 --- python-sentry-sdk-0.13.1.tar.gz | 3 --- python-sentry-sdk-0.13.2.tar.gz | 3 +++ python-sentry-sdk.changes | 7 +++++++ python-sentry-sdk.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 python-sentry-sdk-0.13.1.tar.gz create mode 100644 python-sentry-sdk-0.13.2.tar.gz diff --git a/python-sentry-sdk-0.13.1.tar.gz b/python-sentry-sdk-0.13.1.tar.gz deleted file mode 100644 index 6cc45e7..0000000 --- a/python-sentry-sdk-0.13.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04801aba5abb098b7b7f0c48369e44ebee98549fffb5fbeb61a2751aa09962c8 -size 144038 diff --git a/python-sentry-sdk-0.13.2.tar.gz b/python-sentry-sdk-0.13.2.tar.gz new file mode 100644 index 0000000..fccfafd --- /dev/null +++ b/python-sentry-sdk-0.13.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3ea7cf45b0c07163e92fbce49466db145a544b5e512fc32fc1ba406fbd63ec9 +size 144241 diff --git a/python-sentry-sdk.changes b/python-sentry-sdk.changes index b89d94a..b980314 100644 --- a/python-sentry-sdk.changes +++ b/python-sentry-sdk.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 8 23:09:33 UTC 2019 - Jimmy Berry + +- Update to 0.13.2 + - Fix a bug in APM that would cause wrong durations to be + displayed on non-UTC servers. + ------------------------------------------------------------------- Fri Oct 25 14:53:43 UTC 2019 - Jimmy Berry diff --git a/python-sentry-sdk.spec b/python-sentry-sdk.spec index 8aec3e0..54b7c32 100644 --- a/python-sentry-sdk.spec +++ b/python-sentry-sdk.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-sentry-sdk -Version: 0.13.1 +Version: 0.13.2 Release: 0 Summary: Python SDK for Sentry.io License: BSD-2-Clause