mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
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:
parent
799bc8d7b1
commit
042d016781
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user