python310Packages.google-cloud-datastore 0 -> 1 attrpath: python310Packages.google-cloud-datastore 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a9h46x0m61fg6rq4dgxahbayv4qmvqbc-packages.json.drv building '/nix/store/a9h46x0m61fg6rq4dgxahbayv4qmvqbc-packages.json.drv'... Going to be running update for following packages: - python3.10-google-cloud-datastore-2.9.0 Press Enter key to continue... Running update for: - python3.10-google-cloud-datastore-2.9.0: UPDATING ... - python3.10-google-cloud-datastore-2.9.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/google-cloud-datastore/default.nix b/pkgs/development/python-modules/google-cloud-datastore/default.nix index 72b9d4efb80..8a6d073446d 100644 --- a/pkgs/development/python-modules/google-cloud-datastore/default.nix +++ b/pkgs/development/python-modules/google-cloud-datastore/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "google-cloud-datastore"; - version = "2.9.0"; + version = "2.12.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-8/gmeLpdheW7M9nhM0uTlxrpeRcODSgLVOVKPj9O870="; + hash = "sha256-GfnyW0ZZKoOKhQII+7McqrzQDUulj5kno56lFq/zStw="; }; propagatedBuildInputs = [ No auto update branch exists Old version 2.9.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , google-api-core , google-cloud-core , google-cloud-testutils , libcst , mock , proto-plus , protobuf , pytest-asyncio , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "google-cloud-datastore"; version = "2.11.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-PSk6IYBfGL7g0FBCqUgT4T8k1IYprtLGQQQEybEO99o="; }; propagatedBuildInputs = [ google-api-core google-cloud-core proto-plus protobuf ] ++ google-api-core.optional-dependencies.grpc; passthru.optional-dependencies = { libcst = [ libcst ]; }; checkInputs = [ google-cloud-testutils mock pytestCheckHook pytest-asyncio ]; preCheck = '' # directory shadows imports rm -r google ''; disabledTestPaths = [ # Requires credentials "tests/system/test_allocate_reserve_ids.py" "tests/system/test_query.py" "tests/system/test_put.py" "tests/system/test_read_consistency.py" "tests/system/test_transaction.py" ]; pythonImportsCheck = [ "google.cloud.datastore" "google.cloud.datastore_admin_v1" "google.cloud.datastore_v1" ]; meta = with lib; { description = "Google Cloud Datastore API client library"; homepage = "https://github.com/googleapis/python-datastore"; changelog = "https://github.com/googleapis/python-datastore/blob/v${version}/CHANGELOG.md"; license = licenses.asl20; maintainers = with maintainers; [ SuperSandro2000 ]; }; }