Accepting request 891160 from home:ecsos:messenger:matrix
Update to 1.1.0 OBS-URL: https://build.opensuse.org/request/show/891160 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=33
This commit is contained in:
parent
6c35efab17
commit
59b34a7dde
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 6 18:54:28 UTC 2021 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Update to 1.1.0
|
||||
- Fix for AWSLambda integration returns value of original handler
|
||||
#1106
|
||||
- Fix for RQ integration that only captures exception if RQ job
|
||||
has failed and ignore retries #1076
|
||||
- Feature that supports Tracing for the Tornado integration #1060
|
||||
- Feature that supports wild cards in ignore_logger in the
|
||||
Logging Integration #1053
|
||||
- Fix for django that deals with template span description names
|
||||
that are either lists or tuples #1054
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 10 06:36:59 UTC 2021 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
# nothing provides python2-venusian >= 1.0 needed by python2-pyramid
|
||||
%define skip_python2 1
|
||||
Name: python-sentry-sdk
|
||||
Version: 1.0.0
|
||||
Version: 1.1.0
|
||||
Release: 0
|
||||
Summary: Python SDK for Sentry.io
|
||||
License: BSD-2-Clause
|
||||
@ -58,12 +58,12 @@ BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module tox}
|
||||
# /SECTION
|
||||
# SECTION extra requirements - which rise up buildtime error or missing in openSUSE
|
||||
#BuildRequires: %%{python_module Django >= 1.8}
|
||||
#BuildRequires: %%{python_module sanic >= 0.8}
|
||||
#BuildRequires: %%{python_module apache-beam >= 2.12}
|
||||
#BuildRequires: %%{python_module pyspark >= 2.4.4}
|
||||
#BuildRequires: %%{python_module pure_eval}
|
||||
#BuildRequires: %%{python_module Django >= 1.8}
|
||||
#BuildRequires: %%{python_module apache-beam >= 2.12}
|
||||
#BuildRequires: %%{python_module chalice >= 1.16.0}
|
||||
#BuildRequires: %%{python_module pure_eval}
|
||||
#BuildRequires: %%{python_module sanic >= 0.8}
|
||||
# /SECTION
|
||||
Requires: python-Flask >= 0.11
|
||||
Requires: python-SQLAlchemy >= 1.2
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d84b396f31877b1a287711a55db72f93d7c586bd81f3215d687aef4a1c770261
|
||||
size 213707
|
3
sentry-python-1.1.0.tar.gz
Normal file
3
sentry-python-1.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78a8ca3651976a46a64793c09942f2023984156bd402b53991dd3d8430cabee8
|
||||
size 215946
|
Loading…
Reference in New Issue
Block a user