Accepting request 734673 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/734673
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sentry-sdk?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2019-10-03 12:09:00 +00:00 committed by Git OBS Bridge
commit a0a63eca18
4 changed files with 25 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:307bc7b9f3e20ca6f0ac8dfa251554f3ecf4668e60840c2869b872cf9a1e14a4
size 136682

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bd8da5a1f6029c84fa52b865a421d73d194af6e09683315f0decb043aa56a89d
size 138959

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Oct 2 20:34:44 UTC 2019 - Jimmy Berry <jberry@suse.com>
- 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 <jberry@suse.com>

View File

@ -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