Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sentry-sdk/
Date: Tue, 22 Feb 2022 18:55:16
Message-Id: 1645556106.6f67ca24bdd094cd2ad472f0b1936c3e534b19a6.mgorny@gentoo
1 commit: 6f67ca24bdd094cd2ad472f0b1936c3e534b19a6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 22 18:07:56 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 22 18:55:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f67ca24
7
8 dev-python/sentry-sdk: Bump to 1.5.6
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/sentry-sdk/Manifest | 1 +
13 dev-python/sentry-sdk/sentry-sdk-1.5.6.ebuild | 80 +++++++++++++++++++++++++++
14 2 files changed, 81 insertions(+)
15
16 diff --git a/dev-python/sentry-sdk/Manifest b/dev-python/sentry-sdk/Manifest
17 index 8ded5caa914e..61c7821850ed 100644
18 --- a/dev-python/sentry-sdk/Manifest
19 +++ b/dev-python/sentry-sdk/Manifest
20 @@ -1,2 +1,3 @@
21 DIST sentry-sdk-1.5.4.gh.tar.gz 239778 BLAKE2B 383dbc122439a16692fba5ff3a530817b7dc16a4fb6aef1f0353a09e95fadbe2e31015642ef7c5224ea12855a9b0b170d0a64c9dc5471ad978372fe0742d6552 SHA512 2ac725ca91a948f2e6770c2429e444fa97988c8db145728dd202ca86827d9bb101e96a3d8d0d6e4e6a0678b749da1782c068954a1669e019a125e298adfe8d5e
22 DIST sentry-sdk-1.5.5.gh.tar.gz 242280 BLAKE2B 8c3bfeb50d19ee23aa430d77ffa10ea77ab579565b6ef85bacae6d0d8952478587c71d62c74e04e6708ed451b70b8903ffa9bdb10fde5e590586a928118d3942 SHA512 ad31754294e7cc1acd9c5b5f6ae454908e3579298494cef7dbcbc01e0b1a2d2036152ffafe50fc4e859a39e56afc2c8167a242de66b44c9416ebb70a4f032e86
23 +DIST sentry-sdk-1.5.6.gh.tar.gz 244568 BLAKE2B 5b9270787abaeadf2b5a15686aa07f60766cbe56c8c657801a88d6074ecab83fd38c3e0d1f0586cd8c8d5e36c5ffc97eec47998bf27bd9461ace9b8a83a2201d SHA512 628b8281e5c267a988730c0ddcb9348a43ce2cffe9b664619e6b5bc6ec4c0034898082b0b57bc2a8ea3100042a1bfb570ce4dd36a23ba412661ee902dfa41492
24
25 diff --git a/dev-python/sentry-sdk/sentry-sdk-1.5.6.ebuild b/dev-python/sentry-sdk/sentry-sdk-1.5.6.ebuild
26 new file mode 100644
27 index 000000000000..84a70164b914
28 --- /dev/null
29 +++ b/dev-python/sentry-sdk/sentry-sdk-1.5.6.ebuild
30 @@ -0,0 +1,80 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +DISTUTILS_USE_PEP517=setuptools
37 +PYTHON_COMPAT=( python3_{8..10} )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Python client for Sentry"
42 +HOMEPAGE="https://sentry.io/ https://pypi.org/project/sentry-sdk/"
43 +SRC_URI="
44 + https://github.com/getsentry/sentry-python/archive/${PV}.tar.gz
45 + -> ${P}.gh.tar.gz
46 +"
47 +S="${WORKDIR}/sentry-python-${PV}"
48 +
49 +LICENSE="PSF-2"
50 +SLOT="0"
51 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
52 +
53 +RDEPEND="
54 + dev-python/urllib3[${PYTHON_USEDEP}]
55 + dev-python/certifi[${PYTHON_USEDEP}]
56 +"
57 +BDEPEND="
58 + test? (
59 + dev-python/asttokens[${PYTHON_USEDEP}]
60 + dev-python/django[${PYTHON_USEDEP}]
61 + dev-python/executing[${PYTHON_USEDEP}]
62 + dev-python/fakeredis[${PYTHON_USEDEP}]
63 + dev-python/flask-login[${PYTHON_USEDEP}]
64 + dev-python/gevent[${PYTHON_USEDEP}]
65 + dev-python/jsonschema[${PYTHON_USEDEP}]
66 + dev-python/pyrsistent[${PYTHON_USEDEP}]
67 + dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
68 + dev-python/pytest-django[${PYTHON_USEDEP}]
69 + dev-python/pytest-forked[${PYTHON_USEDEP}]
70 + dev-python/pytest-localserver[${PYTHON_USEDEP}]
71 + dev-python/werkzeug[${PYTHON_USEDEP}]
72 + dev-python/zope-event[${PYTHON_USEDEP}]
73 + $(python_gen_cond_dep '
74 + dev-python/eventlet[${PYTHON_USEDEP}]
75 + ' python3_{8..9})
76 + )
77 +"
78 +
79 +distutils_enable_tests pytest
80 +
81 +EPYTEST_IGNORE=(
82 + # tests require Internet access
83 + tests/integrations/httpx/test_httpx.py
84 + tests/integrations/requests/test_requests.py
85 + tests/integrations/stdlib/test_httplib.py
86 + # wtf is it supposed to do?!
87 + tests/integrations/gcp/test_gcp.py
88 + # broken by rq-1.10.1 (optional dep)
89 + tests/integrations/rq/test_rq.py
90 +)
91 +
92 +EPYTEST_DESELECT=(
93 + # hangs
94 + 'tests/test_transport.py::test_transport_works'
95 + # TODO
96 + 'tests/test_basics.py::test_auto_enabling_integrations_catches_import_error'
97 + tests/test_client.py::test_databag_depth_stripping
98 + tests/test_client.py::test_databag_string_stripping
99 + tests/test_client.py::test_databag_breadth_stripping
100 + tests/integrations/asgi/test_asgi.py::test_websocket
101 + # incompatible version?
102 + tests/integrations/falcon/test_falcon.py
103 + tests/integrations/sqlalchemy/test_sqlalchemy.py::test_too_large_event_truncated
104 + # test_circular_references: apparently fragile
105 + 'tests/integrations/threading/test_threading.py::test_circular_references'
106 + # test for new feature, fails with IndexError
107 + tests/integrations/wsgi/test_wsgi.py::test_session_mode_defaults_to_request_mode_in_wsgi_handler
108 + # TODO
109 + tests/integrations/wsgi/test_wsgi.py::test_auto_session_tracking_with_aggregates
110 +)