python310Packages.google-api-python-client 0 -> 1 attrpath: python310Packages.google-api-python-client 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/j77wml97b4bfi1kch5h6fm98fn7sk4m1-packages.json.drv building '/nix/store/j77wml97b4bfi1kch5h6fm98fn7sk4m1-packages.json.drv'... Going to be running update for following packages: - python3.10-google-api-python-client-2.97.0 Press Enter key to continue... Running update for: - python3.10-google-api-python-client-2.97.0: UPDATING ... - python3.10-google-api-python-client-2.97.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/google-api-python-client/default.nix b/pkgs/development/python-modules/google-api-python-client/default.nix index 24bf908942fc..279dd5a2a773 100644 --- a/pkgs/development/python-modules/google-api-python-client/default.nix +++ b/pkgs/development/python-modules/google-api-python-client/default.nix @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "google-api-python-client"; - version = "2.97.0"; + version = "2.101.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-SCdykYlIdqHKftQSfgVegfgeY0PO0bVEpyAK4sEZ3Nc="; + hash = "sha256-6WIKgJJRF0gY4fzhZgQAbxCpwqwNPZShOc3dzU2+otg="; }; propagatedBuildInputs = [ No auto update branch exists Old version 2.97.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , google-auth , google-auth-httplib2 , google-api-core , httplib2 , uritemplate , oauth2client , setuptools , pythonOlder }: buildPythonPackage rec { pname = "google-api-python-client"; version = "2.99.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-5zP9DyyHk7GgANXmmsgbG57AZltEW37YO9u7ADiXMwY="; }; propagatedBuildInputs = [ google-auth google-auth-httplib2 google-api-core httplib2 uritemplate oauth2client setuptools ]; # No tests included in archive doCheck = false; pythonImportsCheck = [ "googleapiclient" ]; meta = with lib; { description = "The official Python client library for Google's discovery based APIs"; longDescription = '' These client libraries are officially supported by Google. However, the libraries are considered complete and are in maintenance mode. This means that we will address critical bugs and security issues but will not add any new features. ''; homepage = "https://github.com/google/google-api-python-client"; changelog = "https://github.com/googleapis/google-api-python-client/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ ]; }; }