Accepting request 1035692 from home:ecsos:messenger:matrix
Update to 1.11.0 OBS-URL: https://build.opensuse.org/request/show/1035692 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=43
This commit is contained in:
parent
8e158de167
commit
640f4e912c
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 15:19:03 UTC 2022 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Update to 1.11.0
|
||||
- NEW: Support for MongoDB (#1590)
|
||||
Queries to MongoDB are now instrumented!
|
||||
See https://docs.sentry.io/platforms/python/guides/pymongo/
|
||||
for more information.
|
||||
- Profiling: Do not error if already setup (#1731)
|
||||
- Profiling: Use sleep scheduler by default (#1729)
|
||||
- Profiling: Extract more frame info (#1702)
|
||||
- Profiling: Tune the sample profile generation code for performance (#1694)
|
||||
- Fix: Reading FastAPI request body twice. (#1724)
|
||||
- Fix: Django signals problem on sentry.io (#1732)
|
||||
- Fix: Performance optimizations for Django signals (#1725)
|
||||
- Fix: Move relay to port 5333 to avoid collisions (#1716)
|
||||
- Fix: strip_string() checks text length counting bytes not chars (#1711)
|
||||
- Chore: remove jira workflow (#1707)
|
||||
- Update actions/upload-artifact to v3.1.1 (#1718)
|
||||
- Update checkouts/data-schemas from a214fbc to 20ff3b9 (#1703)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 23 10:40:00 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define skip_python2 1
|
||||
%define skip_python36 1
|
||||
Name: python-sentry-sdk
|
||||
Version: 1.10.1
|
||||
Version: 1.11.0
|
||||
Release: 0
|
||||
Summary: Python SDK for Sentry.io
|
||||
License: BSD-2-Clause
|
||||
@ -63,8 +63,10 @@ BuildRequires: %{python_module tox}
|
||||
#BuildRequires: %%{python_module pyspark >= 2.4.4}
|
||||
#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 chalice >= 1.16.0}
|
||||
#BuildRequires: %%{python_module starlette >= 0.19.1}
|
||||
#BuildRequires: %%{python_module fastapi >= 0.79.0}
|
||||
#BuildRequires: %%{python_module quart >= 1.16.1}
|
||||
#BuildRequires: %%{python_module sanic >= 0.8}
|
||||
# /SECTION
|
||||
@ -90,6 +92,9 @@ Requires: python-urllib3 >= 1.10.0
|
||||
#Requires: python-pyspark >= 2.4.4
|
||||
#Requires: python-pure_eval
|
||||
#Requires: python-chalice >= 1.16.0
|
||||
#Requires: python-starlette >= 0.19.1
|
||||
#Requires: python-fastapi >= 0.79.0
|
||||
|
||||
# /SECTION
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f255425d07dfe71f971a8f118fde9826060ab26d03eb3e35c9954f6ba0cab57
|
||||
size 292186
|
3
sentry-python-1.11.0.tar.gz
Normal file
3
sentry-python-1.11.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49ca7c604b406af9f8ccbdd3c14e064ef8a9430ced209bd923b3fca5ead7224e
|
||||
size 296421
|
Loading…
Reference in New Issue
Block a user