python313Packages.sentry-sdk: 1.45.1 -> 2.25.0

This commit is contained in:
Robert Schütz
2025-04-20 14:11:25 -07:00
parent 8f77f3600f
commit 24bb48919b
6 changed files with 6 additions and 9 deletions

View File

@@ -278,7 +278,7 @@ let
pyyaml
requests-oauthlib
scim2-filter-parser
sentry-sdk_2
sentry-sdk
service-identity
setproctitle
structlog

View File

@@ -46,8 +46,6 @@ let
};
pretix-plugin-build = self.callPackage ./plugin-build.nix { };
sentry-sdk = super.sentry-sdk_2;
};
};

View File

@@ -17,7 +17,6 @@ let
python = python3.override {
packageOverrides = final: prev: {
django = prev.django_5;
sentry-sdk = prev.sentry-sdk_2;
djangorestframework = prev.djangorestframework.overridePythonAttrs (old: {
# https://github.com/encode/django-rest-framework/discussions/9342
disabledTests = (old.disabledTests or [ ]) ++ [ "test_invalid_inputs" ];

View File

@@ -9,7 +9,7 @@
python-magic,
pyyaml,
requests,
sentry-sdk_2,
sentry-sdk,
tenacity,
setuptools,
setuptools-scm,
@@ -65,7 +65,7 @@ buildPythonPackage rec {
python-magic
pyyaml
requests
sentry-sdk_2
sentry-sdk
tenacity
];

View File

@@ -28,7 +28,7 @@
pydantic,
pyyaml,
requests,
sentry-sdk_2,
sentry-sdk,
setproctitle,
setuptools,
pythonOlder,
@@ -188,7 +188,7 @@ buildPythonPackage rec {
pydantic
pyyaml
requests
sentry-sdk_2
sentry-sdk
setproctitle
# setuptools is necessary since pkg_resources is required at runtime.
setuptools

View File

@@ -15579,7 +15579,7 @@ self: super: with self; {
sentinels = callPackage ../development/python-modules/sentinels { };
sentry-sdk = sentry-sdk_1;
sentry-sdk = sentry-sdk_2;
sentry-sdk_1 = callPackage ../development/python-modules/sentry-sdk/1.nix { };