python312Packages.sentry-sdk_2: 2.11.0 -> 2.12.0

https://github.com/getsentry/sentry-python/blob/2.12.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt 2024-08-01 02:02:13 +02:00
parent 799bc8d7b1
commit 042d016781
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -63,14 +63,14 @@
buildPythonPackage rec {
pname = "sentry-sdk";
version = "2.11.0";
version = "2.12.0";
pyproject = true;
src = fetchFromGitHub {
owner = "getsentry";
repo = "sentry-python";
rev = version;
hash = "sha256-ajinOND8MC9Z69WPxF65wjOmJfU5CZUzTRWJwLLh/OQ=";
hash = "sha256-34/QDus1KKCD2fe0ZTmgB1hTqMC7M6/fuuqKYRRsJ2E=";
};
postPatch = ''
@ -189,6 +189,7 @@ buildPythonPackage rec {
"test_auto_session_tracking_with_aggregates"
# timing sensitive
"test_profile_captured"
"test_continuous_profiler_manual_start_and_stop"
];
pythonImportsCheck = [ "sentry_sdk" ];