1
0

Accepting request 724196 from devel:languages:python

Newer source available from package origin. (host boomba-work)

OBS-URL: https://build.opensuse.org/request/show/724196
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sentry-sdk?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2019-08-19 19:39:02 +00:00 committed by Git OBS Bridge
commit 0da4baba92
4 changed files with 12 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Aug 16 21:37:16 UTC 2019 - Jimmy Berry <jberry@suse.com>
- Update to 0.11.0
- mostly bug fixes
- integration with SQLAlchemy and Apache Beam
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 12 14:19:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com> Mon Aug 12 14:19:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-sentry-sdk Name: python-sentry-sdk
Version: 0.10.2 Version: 0.11.0
Release: 0 Release: 0
Summary: Python SDK for Sentry.io Summary: Python SDK for Sentry.io
License: BSD-2-Clause License: BSD-2-Clause
@ -74,7 +74,7 @@ rm pytest.ini
%check %check
export PYTHONDONTWRITEBYTECODE=1 export PYTHONDONTWRITEBYTECODE=1
# the two tests fail in obs # the two tests fail in obs
%pytest -k 'not (test_scope_initialized_before_client or test_configure_scope_unavailable)' %pytest -k 'not (test_scope_initialized_before_client or test_configure_scope_unavailable or test_gevent_is_not_patched)'
%files %{python_files} %files %{python_files}
%doc README.md CHANGES.md %doc README.md CHANGES.md