python312Packages.elasticsearch8 8.12.1 -> 8.13.0 https://github.com/elasticsearch/elasticsearch-py/releases attrpath: python312Packages.elasticsearch8 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] Going to be running update for following packages: - python3.12-elasticsearch8-8.12.1 Press Enter key to continue... Running update for: - python3.12-elasticsearch8-8.12.1: UPDATING ... - python3.12-elasticsearch8-8.12.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/elasticsearch8/default.nix b/pkgs/development/python-modules/elasticsearch8/default.nix index c83de92d03bf..c1fa2c91372c 100644 --- a/pkgs/development/python-modules/elasticsearch8/default.nix +++ b/pkgs/development/python-modules/elasticsearch8/default.nix @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "elasticsearch8"; - version = "8.12.1"; + version = "8.13.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-RuL1zYmEZEaaXb2LEW+BUmo7TcdGHH/5fjgesxXtbls="; + hash = "sha256-NWg+/dr8jXCCLeXBAXY1yL6/2CB0xCO5tswY4y/5erw="; }; nativeBuildInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/v7gdmdc9yhx3ngh840xx5kr46840s73b-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.elasticsearch8 nix build failed. patching script interpreter paths in /nix/store/yvg9gfahs6axzkzbrdnrrd3k5xmvpblf-python3.12-elasticsearch8-8.13.0-dist Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" } Running phase: pythonCatchConflictsPhase @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } Running phase: pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } Running phase: pythonImportsCheckPhase Executing pythonImportsCheckPhase Check whether the following modules can be imported: elasticsearch8 Traceback (most recent call last): File "", line 1, in File "", line 1, in File "/nix/store/fmwqa8nvva4sh18bqayzrilrzxq9fm0f-python3-3.12.2/lib/python3.12/importlib/__init__.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1331, in _find_and_load_unlocked File "", line 935, in _load_unlocked File "", line 995, in exec_module File "", line 488, in _call_with_frames_removed File "/nix/store/hx68w0bdwfasaz77dkfl2m7qvvgg9snl-python3.12-elasticsearch8-8.13.0/lib/python3.12/site-packages/elasticsearch8/__init__.py", line 45, in from ._async.client import AsyncElasticsearch as AsyncElasticsearch File "/nix/store/hx68w0bdwfasaz77dkfl2m7qvvgg9snl-python3.12-elasticsearch8-8.13.0/lib/python3.12/site-packages/elasticsearch8/_async/client/__init__.py", line 38, in from ._base import ( File "/nix/store/hx68w0bdwfasaz77dkfl2m7qvvgg9snl-python3.12-elasticsearch8-8.13.0/lib/python3.12/site-packages/elasticsearch8/_async/client/_base.py", line 33, in from elastic_transport import ( ImportError: cannot import name 'OpenTelemetrySpan' from 'elastic_transport' (/nix/store/mrpkgc6d0a05l8k935ms89hjwmxdkkvx-python3.12-elastic-transport-8.12.0/lib/python3.12/site-packages/elastic_transport/__init__.py)