From 1d0fd6e7a5648d596a715f607e15d4588c564b69906f701ce5abe74842c1350f Mon Sep 17 00:00:00 2001 From: Jimmy Berry Date: Wed, 2 Oct 2019 20:41:44 +0000 Subject: [PATCH] Accepting request 734672 from home:jberry:branches:devel:languages:python - Update to 0.12.3 - Various performance improvements to event sending. - Avoid crashes when scope or hub is racy. - Revert a change that broke applications using gevent and channels (in the same virtualenv, but different processes). - Fix a bug that made the SDK crash on unicode in SQL. - Comment out test build dependencies since tests are disabled. OBS-URL: https://build.opensuse.org/request/show/734672 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=13 --- python-sentry-sdk-0.12.2.tar.gz | 3 --- python-sentry-sdk-0.12.3.tar.gz | 3 +++ python-sentry-sdk.changes | 11 +++++++++++ python-sentry-sdk.spec | 22 +++++++++++----------- 4 files changed, 25 insertions(+), 14 deletions(-) delete mode 100644 python-sentry-sdk-0.12.2.tar.gz create mode 100644 python-sentry-sdk-0.12.3.tar.gz diff --git a/python-sentry-sdk-0.12.2.tar.gz b/python-sentry-sdk-0.12.2.tar.gz deleted file mode 100644 index 72fdcdc..0000000 --- a/python-sentry-sdk-0.12.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:307bc7b9f3e20ca6f0ac8dfa251554f3ecf4668e60840c2869b872cf9a1e14a4 -size 136682 diff --git a/python-sentry-sdk-0.12.3.tar.gz b/python-sentry-sdk-0.12.3.tar.gz new file mode 100644 index 0000000..afcfcc6 --- /dev/null +++ b/python-sentry-sdk-0.12.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd8da5a1f6029c84fa52b865a421d73d194af6e09683315f0decb043aa56a89d +size 138959 diff --git a/python-sentry-sdk.changes b/python-sentry-sdk.changes index b5f77a1..7696ca6 100644 --- a/python-sentry-sdk.changes +++ b/python-sentry-sdk.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Oct 2 20:34:44 UTC 2019 - Jimmy Berry + +- Update to 0.12.3 + - Various performance improvements to event sending. + - Avoid crashes when scope or hub is racy. + - Revert a change that broke applications using gevent and channels + (in the same virtualenv, but different processes). + - Fix a bug that made the SDK crash on unicode in SQL. +- Comment out test build dependencies since tests are disabled. + ------------------------------------------------------------------- Mon Sep 30 22:28:19 UTC 2019 - Jimmy Berry diff --git a/python-sentry-sdk.spec b/python-sentry-sdk.spec index bcc2671..a844f40 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.2 +Version: 0.12.3 Release: 0 Summary: Python SDK for Sentry.io License: BSD-2-Clause @@ -43,16 +43,16 @@ Requires: python-falcon >= 1.4 Requires: python-urllib3 BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module Werkzeug} -BuildRequires: %{python_module eventlet} -BuildRequires: %{python_module gevent} -BuildRequires: %{python_module hypothesis} -BuildRequires: %{python_module pyramid} -BuildRequires: %{python_module pytest-localserver} -BuildRequires: %{python_module pytest} -BuildRequires: %{python_module rq} -BuildRequires: %{python_module tornado} -BuildRequires: %{python_module tox} +# BuildRequires: %{python_module Werkzeug} +# BuildRequires: %{python_module eventlet} +# BuildRequires: %{python_module gevent} +# BuildRequires: %{python_module hypothesis} +# BuildRequires: %{python_module pyramid} +# BuildRequires: %{python_module pytest-localserver} +# BuildRequires: %{python_module pytest} +# BuildRequires: %{python_module rq} +# BuildRequires: %{python_module tornado} +# BuildRequires: %{python_module tox} # /SECTION %python_subpackages