commit:     e522baa036c8c9ba76e9cc0a30c0d3accff14889
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 02:09:48 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 03:15:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e522baa0

dev-python/sentry-sdk: Bump to 1.27.1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/sentry-sdk/Manifest                 |   1 +
 dev-python/sentry-sdk/sentry-sdk-1.27.1.ebuild | 118 +++++++++++++++++++++++++
 2 files changed, 119 insertions(+)

diff --git a/dev-python/sentry-sdk/Manifest b/dev-python/sentry-sdk/Manifest
index 45023164ab88..d0edfa560abd 100644
--- a/dev-python/sentry-sdk/Manifest
+++ b/dev-python/sentry-sdk/Manifest
@@ -2,3 +2,4 @@ DIST sentry-python-1.24.0.gh.tar.gz 360564 BLAKE2B 
032c929b75e29ebb0e95f8dddcc56
 DIST sentry-python-1.25.1.gh.tar.gz 362026 BLAKE2B 
f392d766305a119d8d24472d21efade8a0f058d18e8d0e7b15fbcc2c368171e89a79394534aa85a7f9c4013fc1ba2566ee3de6d4708e1c5d7f3e3dd2aae56d4d
 SHA512 
eb22213d99989711fc1449f3910dbd81eafe6d8903181955cb307066ba90a6e0cf587e875c806a013ca2b9465dc070e622c4ec6a656bdec51668455d353ad91a
 DIST sentry-python-1.26.0.gh.tar.gz 371531 BLAKE2B 
cdc44a8c4067405242b7aaec28999902df8ac7938d933ec8f5c050b6659bf5f920d7422dbe712813de995308fd49ce6173ca59e346d5a8912f6c3452f6063fb2
 SHA512 
de1d1c4af1d629c7689691d99ebd0acd3c023fc07fcfc6e706e7738b536601186ce33672b85ba08123f430923bb0c67cdbe0e56c9642d2219df55c8f1d14f07d
 DIST sentry-python-1.27.0.gh.tar.gz 375579 BLAKE2B 
ad6de41078c76a1fe99c415d4eaf3a7ad11283f4a95ecdc543918de6f931b3ffc0d840345478834dbf97fe2f48490533a14de294b852ec5ac03f24d57cfef935
 SHA512 
45317295fc71f2a2965ba65552cd6b0fd5f48ae95e1ed06a288d61cfab96cd05d5316cef08f7a90599c1ba57d24022a610fe1bfb9c98ff2a0853f2fc8921c8e7
+DIST sentry-python-1.27.1.gh.tar.gz 376598 BLAKE2B 
4ad5986af5e252cf501523fcafdaa7ada4870aae0252227907d86ce3e886b58f7154f4407cb6ae22473044589c9c2639c7de8ca92dea1a7a7835c51c28b44bb6
 SHA512 
1408c06b3b8a8ef0c888f26a4591d45b63fda51853e52f2ea8921e4983d0a7b05b053c6bf17d55fc59667e5b4b4ca953419303774101fa58ef6f37428d600c90

diff --git a/dev-python/sentry-sdk/sentry-sdk-1.27.1.ebuild 
b/dev-python/sentry-sdk/sentry-sdk-1.27.1.ebuild
new file mode 100644
index 000000000000..1335788113ac
--- /dev/null
+++ b/dev-python/sentry-sdk/sentry-sdk-1.27.1.ebuild
@@ -0,0 +1,118 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_11 )
+
+inherit distutils-r1
+
+MY_P=sentry-python-${PV}
+DESCRIPTION="Python client for Sentry"
+HOMEPAGE="
+       https://sentry.io/
+       https://github.com/getsentry/sentry-python/
+       https://pypi.org/project/sentry-sdk/
+"
+SRC_URI="
+       https://github.com/getsentry/sentry-python/archive/${PV}.tar.gz
+               -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+       dev-python/urllib3[${PYTHON_USEDEP}]
+       dev-python/certifi[${PYTHON_USEDEP}]
+"
+BDEPEND="
+       test? (
+               dev-python/asttokens[${PYTHON_USEDEP}]
+               dev-python/django[${PYTHON_USEDEP}]
+               dev-python/executing[${PYTHON_USEDEP}]
+               dev-python/fakeredis[${PYTHON_USEDEP}]
+               dev-python/flask-login[${PYTHON_USEDEP}]
+               dev-python/jsonschema[${PYTHON_USEDEP}]
+               dev-python/pyrsistent[${PYTHON_USEDEP}]
+               dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
+               dev-python/pytest-django[${PYTHON_USEDEP}]
+               dev-python/pytest-forked[${PYTHON_USEDEP}]
+               dev-python/pytest-localserver[${PYTHON_USEDEP}]
+               dev-python/python-socks[${PYTHON_USEDEP}]
+               dev-python/responses[${PYTHON_USEDEP}]
+               dev-python/werkzeug[${PYTHON_USEDEP}]
+               dev-python/zope-event[${PYTHON_USEDEP}]
+       )
+"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+       "${FILESDIR}/sentry-sdk-1.21.0-ignore-warnings.patch"
+)
+
+EPYTEST_IGNORE=(
+       # tests require Internet access
+       tests/integrations/httpx/test_httpx.py
+       tests/integrations/requests/test_requests.py
+       tests/integrations/stdlib/test_httplib.py
+       tests/integrations/flask/test_flask.py
+       tests/integrations/django/test_basic.py
+       tests/integrations/socket/test_socket.py
+       # wtf is it supposed to do?!
+       tests/integrations/gcp/test_gcp.py
+       # broken by rq-1.10.1 (optional dep)
+       tests/integrations/rq/test_rq.py
+       # fastapi is not packaged
+       tests/integrations/asgi/test_fastapi.py
+       # TODO
+       tests/integrations/bottle
+       # TODO: causes breakage in other tests
+       tests/integrations/starlette
+       # TODO
+       tests/integrations/tornado
+       # requires mockupdb
+       tests/integrations/pymongo
+)
+
+EPYTEST_DESELECT=(
+       # hangs
+       'tests/test_transport.py::test_transport_works'
+       # TODO
+       
'tests/test_basics.py::test_auto_enabling_integrations_catches_import_error'
+       tests/test_client.py::test_databag_depth_stripping
+       tests/test_client.py::test_databag_string_stripping
+       tests/test_client.py::test_databag_breadth_stripping
+       
tests/integrations/asgi/test_asgi.py::test_auto_session_tracking_with_aggregates
+       tests/integrations/asgi/test_asgi.py::test_websocket
+       tests/integrations/aiohttp/test_aiohttp.py::test_transaction_style
+       
tests/integrations/aiohttp/test_aiohttp.py::test_traces_sampler_gets_request_object_in_sampling_context
+       
tests/integrations/django/test_data_scrubbing.py::test_scrub_django_custom_session_cookies_filtered
+       # incompatible version?
+       tests/integrations/falcon/test_falcon.py
+       
tests/integrations/sqlalchemy/test_sqlalchemy.py::test_large_event_not_truncated
+       # test_circular_references: apparently fragile
+       
'tests/integrations/threading/test_threading.py::test_circular_references'
+       # test for new feature, fails with IndexError
+       
tests/integrations/wsgi/test_wsgi.py::test_session_mode_defaults_to_request_mode_in_wsgi_handler
+       # TODO
+       
tests/integrations/wsgi/test_wsgi.py::test_auto_session_tracking_with_aggregates
+       
tests/integrations/wsgi/test_wsgi.py::test_profile_sent_when_profiling_enabled
+       tests/test_profiler.py::test_sample_buffer
+       tests/test_profiler.py::test_thread_scheduler_takes_first_samples
+       tests/test_profiler.py::test_thread_scheduler_takes_more_samples
+       tests/test_profiler.py::test_thread_scheduler_single_background_thread
+       # broken with py3.11, *shrug*
+       tests/test_profiler.py::test_extract_stack_with_max_depth
+       # TODO
+       
tests/integrations/sqlalchemy/test_sqlalchemy.py::test_long_sql_query_preserved
+       
tests/integrations/sqlalchemy/test_sqlalchemy.py::test_engine_name_not_string
+       tests/test_scrubber.py::test_breadcrumb_extra_scrubbing
+       tests/test_scrubber.py::test_span_data_scrubbing
+       # this is not even funny
+       tests/integrations/modules/test_modules.py::test_installed_modules
+)

Reply via email to