python312Packages.elastic-transport 8.10.0 -> 8.12.0 https://github.com/elastic/elastic-transport-python/releases attrpath: python312Packages.elastic-transport 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/7icm5bjxd6lnjmgb8ajdahzis2wvj3if-packages.json.drv building '/nix/store/7icm5bjxd6lnjmgb8ajdahzis2wvj3if-packages.json.drv'... Going to be running update for following packages: - python3.12-elastic-transport-8.10.0 Press Enter key to continue... Running update for: - python3.12-elastic-transport-8.10.0: UPDATING ... - python3.12-elastic-transport-8.10.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/elastic-transport/default.nix b/pkgs/development/python-modules/elastic-transport/default.nix index f8645e795629..ac2acebc6f7f 100644 --- a/pkgs/development/python-modules/elastic-transport/default.nix +++ b/pkgs/development/python-modules/elastic-transport/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "elastic-transport"; - version = "8.10.0"; + version = "8.12.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "elastic"; repo = "elastic-transport-python"; rev = "refs/tags/v${version}"; - hash = "sha256-4W9p9niHf2EMY+sS1RCdqWndzvpz8pKrIlLo3NxJ8mk="; + hash = "sha256-ZLzaCiopdkhpqjzZzv/NT1+f5bHZYuqQvSgM5jeMaqg="; }; postPatch = '' No auto update branch exists Old version 8.10.0" not present in staging derivation file with contents: { lib , aiohttp , buildPythonPackage , certifi , fetchFromGitHub , mock , pytest-asyncio , pytest-httpserver , pytestCheckHook , pythonOlder , requests , trustme , urllib3 }: buildPythonPackage rec { pname = "elastic-transport"; version = "8.12.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "elastic"; repo = "elastic-transport-python"; rev = "refs/tags/v${version}"; hash = "sha256-ZLzaCiopdkhpqjzZzv/NT1+f5bHZYuqQvSgM5jeMaqg="; }; postPatch = '' substituteInPlace setup.cfg \ --replace " --cov-report=term-missing --cov=elastic_transport" "" ''; propagatedBuildInputs = [ urllib3 certifi ]; nativeCheckInputs = [ aiohttp mock pytest-asyncio pytest-httpserver pytestCheckHook requests trustme ]; pythonImportsCheck = [ "elastic_transport" ]; disabledTests = [ # Tests require network access "fingerprint" "ssl" "test_custom_headers" "test_custom_user_agent" "test_default_headers" "test_head" "tls" "test_simple_request" "test_node" "test_debug_logging" "test_debug_logging_uncompressed_body" "test_debug_logging_no_body" "test_httpbin" "test_sniffed_nodes_added_to_pool" ]; meta = with lib; { description = "Transport classes and utilities shared among Python Elastic client libraries"; homepage = "https://github.com/elasticsearch/elastic-transport-python"; changelog = "https://github.com/elastic/elastic-transport-python/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; }