python310Packages.sentry-sdk 1.37.1 -> 1.39.1 https://repology.org/project/python:sentry-sdk/versions attrpath: python310Packages.sentry-sdk Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9vpbn83gdngpb0vx7y0zjw2gyjikvr5m-packages.json.drv building '/nix/store/9vpbn83gdngpb0vx7y0zjw2gyjikvr5m-packages.json.drv'... Going to be running update for following packages: - python3.10-sentry-sdk-1.37.1 Press Enter key to continue... Running update for: - python3.10-sentry-sdk-1.37.1: UPDATING ... - python3.10-sentry-sdk-1.37.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/sentry-sdk/default.nix b/pkgs/development/python-modules/sentry-sdk/default.nix index cabee11f0d6d..a1ff55261a0a 100644 --- a/pkgs/development/python-modules/sentry-sdk/default.nix +++ b/pkgs/development/python-modules/sentry-sdk/default.nix @@ -41,7 +41,7 @@ buildPythonPackage rec { pname = "sentry-sdk"; - version = "1.37.1"; + version = "1.39.1"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -50,7 +50,7 @@ buildPythonPackage rec { owner = "getsentry"; repo = "sentry-python"; rev = "refs/tags/${version}"; - hash = "sha256-y1fZe3ql8twSsTl24bP0fqA6myMv71I6IgzOVucbuvM="; + hash = "sha256-Buf3QtYZl5JFY0ArYOcYnzuPDhVXcqE1Qkk36622ZX8="; }; propagatedBuildInputs = [ No auto update branch exists Old version 1.37.1" not present in staging derivation file with contents: { lib , stdenv , aiohttp , apache-beam , asttokens , blinker , botocore , bottle , buildPythonPackage , celery , certifi , chalice , django , executing , falcon , fetchFromGitHub , flask , flask-login , gevent , httpx , jsonschema , mock , pure-eval , pyramid , pyrsistent , pyspark , pysocks , pytest-forked , pytest-localserver , pytest-watch , pytestCheckHook , pythonOlder , rq , sanic , sqlalchemy , tornado , trytond , urllib3 , werkzeug }: buildPythonPackage rec { pname = "sentry-sdk"; version = "1.38.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "getsentry"; repo = "sentry-python"; rev = "refs/tags/${version}"; hash = "sha256-j250VS3GDvMP2XMfe2mkBvTNmLUnkCGilXLgUo+xuns="; }; propagatedBuildInputs = [ certifi urllib3 ]; passthru.optional-dependencies = { aiohttp = [ aiohttp ]; beam = [ apache-beam ]; bottle = [ bottle ]; celery = [ celery ]; chalice = [ chalice ]; django = [ django ]; falcon = [ falcon ]; flask = [ flask blinker ]; httpx = [ httpx ]; pyspark = [ pyspark ]; pure_eval = [ asttokens executing pure-eval ]; quart = [ # quart missing blinker ]; rq = [ rq ]; sanic = [ sanic ]; sqlalchemy = [ sqlalchemy ]; tornado = [ tornado ]; }; nativeCheckInputs = [ asttokens executing gevent jsonschema mock pure-eval pyrsistent pysocks pytest-forked pytest-localserver pytest-watch pytestCheckHook ]; doCheck = !stdenv.isDarwin; disabledTests = [ # Issue with the asseration "test_auto_enabling_integrations_catches_import_error" ]; disabledTestPaths = [ # Varius integration tests fail every once in a while when we # upgrade depencies, so don't bother testing them. "tests/integrations/" ] ++ lib.optionals (stdenv.buildPlatform != "x86_64-linux") [ # test crashes on aarch64 "tests/test_transport.py" ]; pythonImportsCheck = [ "sentry_sdk" ]; meta = with lib; { description = "Python SDK for Sentry.io"; homepage = "https://github.com/getsentry/sentry-python"; changelog = "https://github.com/getsentry/sentry-python/blob/${version}/CHANGELOG.md"; license = licenses.bsd2; maintainers = with maintainers; [ fab gebner ]; }; }