python310Packages.elasticsearch 0 -> 1 attrpath: python310Packages.elasticsearch 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/16jvxg5q4nd897kkllj0v7ypbyvnfggl-packages.json.drv building '/nix/store/16jvxg5q4nd897kkllj0v7ypbyvnfggl-packages.json.drv'... Going to be running update for following packages: - python3.10-elasticsearch-7.16.3 Press Enter key to continue... Running update for: - python3.10-elasticsearch-7.16.3: UPDATING ... - python3.10-elasticsearch-7.16.3: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/elasticsearch/default.nix b/pkgs/development/python-modules/elasticsearch/default.nix index b8c25ce5ac31..3d8324ca1e1d 100644 --- a/pkgs/development/python-modules/elasticsearch/default.nix +++ b/pkgs/development/python-modules/elasticsearch/default.nix @@ -7,11 +7,11 @@ buildPythonPackage (rec { pname = "elasticsearch"; - version = "7.16.3"; + version = "8.10.0"; src = fetchPypi { inherit pname version; - sha256 = "8adf8bc351ed55df7296be1009d38a1c999c0abc7d8700fa88533f1ad6087c5e"; + sha256 = "sha256-Gn8bcd2gvCTJfT5hw7DYFl1asCT58VOPNe1YlMaDG6I="; }; # Check is disabled because running them destroy the content of the local cluster! No auto update branch exists Old version 7.16.3" not present in staging derivation file with contents: { buildPythonPackage , fetchPypi , urllib3, requests , nosexcover, mock , lib }: buildPythonPackage (rec { pname = "elasticsearch"; version = "8.9.0"; src = fetchPypi { inherit pname version; sha256 = "sha256-0zZ/wBPgT8eq00mm3p+tHuBPttYnsOeJaqUFwS/eXgQ="; }; # Check is disabled because running them destroy the content of the local cluster! # https://github.com/elasticsearch/elasticsearch-py/tree/master/test_elasticsearch doCheck = false; propagatedBuildInputs = [ urllib3 requests ]; buildInputs = [ nosexcover mock ]; meta = with lib; { description = "Official low-level client for Elasticsearch"; homepage = "https://github.com/elasticsearch/elasticsearch-py"; changelog = "https://github.com/elastic/elasticsearch-py/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ desiderius ]; }; })