From e57658dced028946a8275fcd0f00034faeebcc5d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 11 Apr 2024 15:16:04 +0200 Subject: [PATCH] python312Packages.elastic-apm: 6.21.3 -> 6.22.0 Diff: https://github.com/elastic/apm-agent-python/compare/refs/tags/v6.21.3...v6.22.0 Changelog: https://github.com/elastic/apm-agent-python/releases/tag/v6.22.0 --- .../python-modules/elastic-apm/default.nix | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/elastic-apm/default.nix b/pkgs/development/python-modules/elastic-apm/default.nix index 61ad6705fe9b..ff2e363a6938 100644 --- a/pkgs/development/python-modules/elastic-apm/default.nix +++ b/pkgs/development/python-modules/elastic-apm/default.nix @@ -18,6 +18,7 @@ , pytest-random-order , pytestCheckHook , pythonOlder +, pythonRelaxDepsHook , sanic , sanic-testing , setuptools @@ -31,7 +32,7 @@ buildPythonPackage rec { pname = "elastic-apm"; - version = "6.21.3"; + version = "6.22.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -40,14 +41,22 @@ buildPythonPackage rec { owner = "elastic"; repo = "apm-agent-python"; rev = "refs/tags/v${version}"; - hash = "sha256-Ejix31cMyHOc/IGe4bRp/Nchm9Ps1cRYE8jIaIYlJjs="; + hash = "sha256-VuVx+QUiV4M/ebyv2uF/YZwfvcaPDJAEi55fXfoIttU="; }; - nativeBuildInputs = [ + pythonRelaxDeps = [ + "wrapt" + ]; + + build-system = [ setuptools ]; - propagatedBuildInputs = [ + nativeBuildInputs = [ + pythonRelaxDepsHook + ]; + + dependencies = [ aiohttp blinker certifi