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 2024-11-14 16:10:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sentry-sdk (Old)
and /work/SRC/openSUSE:Factory/.python-sentry-sdk.new.2017 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sentry-sdk"
Thu Nov 14 16:10:29 2024 rev:39 rq:1224204 version:2.18.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sentry-sdk/python-sentry-sdk.changes
2024-11-12 19:22:54.643209409 +0100
+++
/work/SRC/openSUSE:Factory/.python-sentry-sdk.new.2017/python-sentry-sdk.changes
2024-11-14 16:11:35.874030038 +0100
@@ -1,0 +2,43 @@
+Thu Nov 14 11:54:57 UTC 2024 - Daniel Garcia <[email protected]>
+
+- Update to 2.18.0:
+ * Various fixes & improvements
+ - Add LaunchDarkly and OpenFeature integration (#3648) by
+ @cmanallen
+ - Correct typo in a comment (#3726) by @szokeasaurusrex
+ - End http.client span on timeout (#3723) by @Zylphrex
+ - Check for h2 existence in HTTP/2 transport (#3690) by @BYK
+ - Use type() instead when extracting frames (#3716) by @Zylphrex
+ - Prefer python_multipart import over multipart (#3710) by
+ @musicinmybrain
+ - Update active thread for asgi (#3669) by @Zylphrex
+ - Only enable HTTP2 when DSN is HTTPS (#3678) by @BYK
+ - Prepare for upstream Strawberry extension removal (#3649) by
+ @DoctorJohn
+ - Enhance README with improved clarity and developer-friendly
+ examples (#3667) by @UTSAVS26
+ - Run license compliance action on all PRs (#3699) by
+ @szokeasaurusrex
+ - Run CodeQL action on all PRs (#3698) by @szokeasaurusrex
+ - Fix UTC assuming test (#3722) by @BYK
+ - Exclude fakeredis 2.26.0 on py3.6 and 3.7 (#3695) by
+ @szokeasaurusrex
+ - Unpin pytest for tornado-latest tests (#3714) by
+ @szokeasaurusrex
+ - Install pytest-asyncio for redis tests (Python 3.12-13) (#3706)
+ by @szokeasaurusrex
+ - Clarify that only pinned tests are required (#3713) by
+ @szokeasaurusrex
+ - Remove accidentally-committed print (#3712) by @szokeasaurusrex
+ - Disable broken RQ test in newly-released RQ 2.0 (#3708) by
+ @szokeasaurusrex
+ - Unpin pytest for celery tests (#3701) by @szokeasaurusrex
+ - Unpin pytest on Python 3.8+ gevent tests (#3700) by
+ @szokeasaurusrex
+ - Unpin pytest for Python 3.8+ common tests (#3697) by
+ @szokeasaurusrex
+ - Remove pytest pin in requirements-devenv.txt (#3696) by
+ @szokeasaurusrex
+ - Test with Falcon 4.0 (#3684) by @sentrivana
+
+-------------------------------------------------------------------
Old:
----
sentry-python-2.17.0.tar.gz
New:
----
sentry-python-2.18.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sentry-sdk.spec ++++++
--- /var/tmp/diff_new_pack.AaR27j/_old 2024-11-14 16:11:36.406052291 +0100
+++ /var/tmp/diff_new_pack.AaR27j/_new 2024-11-14 16:11:36.406052291 +0100
@@ -19,7 +19,7 @@
# nothing provides python2-venusian >= 1.0 needed by python2-pyramid
%{?sle15_python_module_pythons}
Name: python-sentry-sdk
-Version: 2.17.0
+Version: 2.18.0
Release: 0
Summary: Python SDK for Sentry.io
License: BSD-2-Clause
@@ -59,6 +59,7 @@
BuildRequires: %{python_module fastapi >= 0.79.0}
BuildRequires: %{python_module gevent}
BuildRequires: %{python_module greenlet}
+BuildRequires: %{python_module h2}
BuildRequires: %{python_module hypothesis}
BuildRequires: %{python_module jsonschema >= 3.2.0}
BuildRequires: %{python_module pyramid}
@@ -69,7 +70,6 @@
BuildRequires: %{python_module pytest-localserver >= 0.5.1}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module responses}
-BuildRequires: %{python_module tox >= 3.7.0}
# /SECTION
# SECTION test requirements - which rise up buildtime error or missing in
openSUSE
#BuildRequires: %%{python_module pytest-watch >= 4.2.0}
@@ -114,6 +114,7 @@
Suggests: python-rq >= 0.6
Suggests: python-starlette >= 0.19.1
Suggests: python-tornado >= 6
+Suggests: python-h2
# SECTION extra requirements - which rise up buildtime error or missing in
openSUSE
#Requires: python-sanic >= 0.8
#Requires: python-apache-beam >= 2.12
@@ -166,6 +167,9 @@
IGNORED_CHECKS="${IGNORED_CHECKS} or test_socks_proxy or test_utils"
# https://github.com/getsentry/sentry-python/issues/3624
IGNORED_CHECKS="${IGNORED_CHECKS} or test_redis_disabled_when_not_installed"
+# Related to this report gh#getsentry/sentry-python#576, looks like it
+# freeze also with python 3.13
+IGNORED_CHECKS="${IGNORED_CHECKS} or eventlet or greenlet"
%pytest -rs -k "not (${IGNORED_CHECKS})"
%files %{python_files}
++++++ sentry-python-2.17.0.tar.gz -> sentry-python-2.18.0.tar.gz ++++++
++++ 2375 lines of diff (skipped)