diff --git a/python-sentry-sdk.changes b/python-sentry-sdk.changes index 3ec7b6e..4441d63 100644 --- a/python-sentry-sdk.changes +++ b/python-sentry-sdk.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Nov 19 08:41:01 UTC 2021 - ecsos + +- Update to 1.5.0 + - Also record client outcomes for before send #1211 + - Add support for implicitly sized envelope items #1229 + - Fix integration with Apache Beam 2.32, 2.33 #1233 + - Remove Python 2.7 support for AWS Lambda layers in craft config #1241 + - Refactor Sanic integration for v21.9 support #1212 + - AWS Lambda Python 3.9 runtime support #1239 + - Fix "shutdown_timeout" typing #1256 +- Disable of python36 build, because out of support at 2021-12-23. + ------------------------------------------------------------------- Mon Oct 25 20:39:36 UTC 2021 - Martin Hauke diff --git a/python-sentry-sdk.spec b/python-sentry-sdk.spec index 4593281..54273b7 100644 --- a/python-sentry-sdk.spec +++ b/python-sentry-sdk.spec @@ -19,8 +19,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} # nothing provides python2-venusian >= 1.0 needed by python2-pyramid %define skip_python2 1 +%define skip_python36 1 Name: python-sentry-sdk -Version: 1.4.1 +Version: 1.5.0 Release: 0 Summary: Python SDK for Sentry.io License: BSD-2-Clause @@ -37,10 +38,11 @@ BuildRequires: %{python_module celery >= 3} BuildRequires: %{python_module certifi} BuildRequires: %{python_module executing} BuildRequires: %{python_module falcon >= 1.4} +BuildRequires: %{python_module httpx >= 0.16.0} BuildRequires: %{python_module rq >= 0.6} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module tornado >= 5} -BuildRequires: %{python_module urllib3} +BuildRequires: %{python_module urllib3 >= 1.10.0} BuildRequires: fdupes BuildRequires: python-rpm-macros # SECTION test requirements @@ -50,7 +52,7 @@ BuildRequires: %{python_module gevent} BuildRequires: %{python_module hypothesis} BuildRequires: %{python_module jsonschema >= 3.2.0} BuildRequires: %{python_module pyramid} -BuildRequires: %{python_module pyrsistent} +BuildRequires: %{python_module pyrsistent >= 0.16.0} BuildRequires: %{python_module pytest-cov >= 2.8.1} BuildRequires: %{python_module pytest-forked >= 1.1.3} BuildRequires: %{python_module pytest-localserver >= 0.5.0} @@ -75,10 +77,11 @@ Requires: python-celery >= 3 Requires: python-certifi Requires: python-executing Requires: python-falcon >= 1.4 +Requires: python-httpx >= 0.16.0 Requires: python-jsonschema Requires: python-rq >= 0.6 Requires: python-tornado >= 5 -Requires: python-urllib3 +Requires: python-urllib3 >= 1.10.0 # SECTION extra requirements - which rise up buildtime error or missing in openSUSE #Requires: python-Django >= 1.8 #Requires: python-sanic >= 0.8 diff --git a/sentry-python-1.4.1.tar.gz b/sentry-python-1.4.1.tar.gz deleted file mode 100644 index 5904f6a..0000000 --- a/sentry-python-1.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d371aed790bbdfcd7cd958f2208f3ff51af09d56272b76735cd64d8b74a326d2 -size 230985 diff --git a/sentry-python-1.5.0.tar.gz b/sentry-python-1.5.0.tar.gz new file mode 100644 index 0000000..eb6160b --- /dev/null +++ b/sentry-python-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3bf748252c5833456a9ede7bef3dddbe44563587d379548b4a16cde2caa0ccc +size 233213