Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-sentry-sdk for
openSUSE:Factory checked in at 2022-11-15 13:18:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sentry-sdk (Old)
and /work/SRC/openSUSE:Factory/.python-sentry-sdk.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sentry-sdk"
Tue Nov 15 13:18:49 2022 rev:22 rq:1035693 version:1.11.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sentry-sdk/python-sentry-sdk.changes
2022-10-24 11:13:35.739259118 +0200
+++
/work/SRC/openSUSE:Factory/.python-sentry-sdk.new.1597/python-sentry-sdk.changes
2022-11-15 13:21:34.272845901 +0100
@@ -1,0 +2,21 @@
+Mon Nov 14 15:19:03 UTC 2022 - ecsos <[email protected]>
+
+- 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)
+
+-------------------------------------------------------------------
Old:
----
sentry-python-1.10.1.tar.gz
New:
----
sentry-python-1.11.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sentry-sdk.spec ++++++
--- /var/tmp/diff_new_pack.wbVCf2/_old 2022-11-15 13:21:34.812848688 +0100
+++ /var/tmp/diff_new_pack.wbVCf2/_new 2022-11-15 13:21:34.816848710 +0100
@@ -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 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-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
++++++ sentry-python-1.10.1.tar.gz -> sentry-python-1.11.0.tar.gz ++++++
++++ 2153 lines of diff (skipped)