Merge pull request #285620 from fabaff/es-client-bump

python311Packages.es-client: 8.11.0 -> 8.12.3
This commit is contained in:
Fabian Affolter
2024-02-02 08:24:29 +01:00
committed by GitHub
@@ -2,6 +2,7 @@
, buildPythonPackage
, certifi
, click
, ecs-logging
, elastic-transport
, elasticsearch8
, fetchFromGitHub
@@ -19,8 +20,8 @@
buildPythonPackage rec {
pname = "es-client";
version = "8.11.0";
format = "pyproject";
version = "8.12.3";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -28,7 +29,7 @@ buildPythonPackage rec {
owner = "untergeek";
repo = "es_client";
rev = "refs/tags/v${version}";
hash = "sha256-VsHpWe37/CZvGm3PqVq4mJCBA9juvOD9FLmDeW8OjiM=";
hash = "sha256-kskUPewMEp37OwLtopJFtbC8Nxa07qgImLejYyiUJao=";
};
pythonRelaxDeps = true;
@@ -41,6 +42,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
certifi
click
ecs-logging
elastic-transport
elasticsearch8
pyyaml
@@ -62,7 +64,11 @@ buildPythonPackage rec {
disabledTests = [
# Tests require network access
"test_bad_version_raises"
"test_basic_operation"
"test_basic_operation"
"test_client_info"
"test_logging_options_ecs"
"test_logging_options_json"
"test_multiple_hosts_raises"
"test_non_dict_passed"
"test_skip_version_check"