Merge pull request #294667 from r-ryantm/auto-update/python311Packages.elastic-apm
python311Packages.elastic-apm: 6.21.2 -> 6.21.3
This commit is contained in:
commit
184ceedb39
1 changed files with 8 additions and 3 deletions
|
@ -20,6 +20,7 @@
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
, sanic
|
, sanic
|
||||||
, sanic-testing
|
, sanic-testing
|
||||||
|
, setuptools
|
||||||
, starlette
|
, starlette
|
||||||
, structlog
|
, structlog
|
||||||
, tornado
|
, tornado
|
||||||
|
@ -30,8 +31,8 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "elastic-apm";
|
pname = "elastic-apm";
|
||||||
version = "6.21.2";
|
version = "6.21.3";
|
||||||
format = "setuptools";
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
|
||||||
|
@ -39,9 +40,13 @@ buildPythonPackage rec {
|
||||||
owner = "elastic";
|
owner = "elastic";
|
||||||
repo = "apm-agent-python";
|
repo = "apm-agent-python";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-QVgRymjj+k3W+5UfJGv1JJIAAxUA5DMXAnfk6ml8Pb8=";
|
hash = "sha256-Ejix31cMyHOc/IGe4bRp/Nchm9Ps1cRYE8jIaIYlJjs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [
|
||||||
|
setuptools
|
||||||
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
aiohttp
|
aiohttp
|
||||||
blinker
|
blinker
|
||||||
|
|
Loading…
Reference in a new issue