From 1e0f3f2445c231d9c1b2b6ecbf13105e08948cf2f319d8201a453286c965d33f Mon Sep 17 00:00:00 2001 From: Jimmy Berry Date: Mon, 21 Oct 2019 19:38:49 +0000 Subject: [PATCH] Accepting request 741615 from home:jberry:branches:devel:languages:python - Update to 0.13.0 - Remove an old deprecation warning (behavior itself already changed since a long time). - The AIOHTTP integration now attaches the request body to crash reports. Thanks to Vitali Rebkavets! - Add an experimental PySpark integration. - First release to be tested under Python 3.8. No code changes were necessary though, so previous releases also might have worked. OBS-URL: https://build.opensuse.org/request/show/741615 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=15 --- python-sentry-sdk-0.12.3.tar.gz | 3 --- python-sentry-sdk-0.13.0.tar.gz | 3 +++ python-sentry-sdk.changes | 13 +++++++++++++ python-sentry-sdk.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 python-sentry-sdk-0.12.3.tar.gz create mode 100644 python-sentry-sdk-0.13.0.tar.gz diff --git a/python-sentry-sdk-0.12.3.tar.gz b/python-sentry-sdk-0.12.3.tar.gz deleted file mode 100644 index afcfcc6..0000000 --- a/python-sentry-sdk-0.12.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd8da5a1f6029c84fa52b865a421d73d194af6e09683315f0decb043aa56a89d -size 138959 diff --git a/python-sentry-sdk-0.13.0.tar.gz b/python-sentry-sdk-0.13.0.tar.gz new file mode 100644 index 0000000..06cb393 --- /dev/null +++ b/python-sentry-sdk-0.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93245d352ff8ded72034cf2a61eecfab502401b2046ae5b14741e353bb707ced +size 144398 diff --git a/python-sentry-sdk.changes b/python-sentry-sdk.changes index 7696ca6..0dad8ec 100644 --- a/python-sentry-sdk.changes +++ b/python-sentry-sdk.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Oct 17 21:13:24 UTC 2019 - Jimmy Berry + +- Update to 0.13.0 + - Remove an old deprecation warning (behavior itself already + changed since a long time). + - The AIOHTTP integration now attaches the request body to crash + reports. Thanks to Vitali Rebkavets! + - Add an experimental PySpark integration. + - First release to be tested under Python 3.8. No code changes + were necessary though, so previous releases also might have + worked. + ------------------------------------------------------------------- Wed Oct 2 20:34:44 UTC 2019 - Jimmy Berry diff --git a/python-sentry-sdk.spec b/python-sentry-sdk.spec index a844f40..c7b38df 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.12.3 +Version: 0.13.0 Release: 0 Summary: Python SDK for Sentry.io License: BSD-2-Clause