14
0

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
This commit is contained in:
Jimmy Berry
2019-10-02 20:41:44 +00:00
committed by Git OBS Bridge
parent 47648e82fb
commit 1d0fd6e7a5
4 changed files with 25 additions and 14 deletions

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