diff --git a/python-sentry-sdk.changes b/python-sentry-sdk.changes index 8483362..d42b771 100644 --- a/python-sentry-sdk.changes +++ b/python-sentry-sdk.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Nov 14 15:19:03 UTC 2022 - ecsos + +- 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 diff --git a/python-sentry-sdk.spec b/python-sentry-sdk.spec index 474a512..bc5e4dc 100644 --- a/python-sentry-sdk.spec +++ b/python-sentry-sdk.spec @@ -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 diff --git a/sentry-python-1.10.1.tar.gz b/sentry-python-1.10.1.tar.gz deleted file mode 100644 index 64f7aa8..0000000 --- a/sentry-python-1.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f255425d07dfe71f971a8f118fde9826060ab26d03eb3e35c9954f6ba0cab57 -size 292186 diff --git a/sentry-python-1.11.0.tar.gz b/sentry-python-1.11.0.tar.gz new file mode 100644 index 0000000..b1d3292 --- /dev/null +++ b/sentry-python-1.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ca7c604b406af9f8ccbdd3c14e064ef8a9430ced209bd923b3fca5ead7224e +size 296421