python310Packages.google-auth-oauthlib 0 -> 1 attrpath: python310Packages.google-auth-oauthlib 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/p56sw3x6fk57h6cqvs3qyzn66k365i40-packages.json.drv building '/nix/store/p56sw3x6fk57h6cqvs3qyzn66k365i40-packages.json.drv'... Going to be running update for following packages: - python3.10-google-auth-oauthlib-0.7.0 Press Enter key to continue... Running update for: - python3.10-google-auth-oauthlib-0.7.0: UPDATING ... - python3.10-google-auth-oauthlib-0.7.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/google-auth-oauthlib/default.nix b/pkgs/development/python-modules/google-auth-oauthlib/default.nix index ad9d74edbb6..725d955dccf 100644 --- a/pkgs/development/python-modules/google-auth-oauthlib/default.nix +++ b/pkgs/development/python-modules/google-auth-oauthlib/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "google-auth-oauthlib"; - version = "0.7.0"; + version = "0.8.0"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - sha256 = "sha256-2xG85LPv/Jm1GOwiopA0cOCFPAySvldpTjaE5zjSJRM="; + sha256 = "sha256-gQVqMQ+xxKPlp+GkQ+Hrllk8a7xVsmwCYeTTKV0+ZZM="; }; propagatedBuildInputs = [ No auto update branch exists Old version 0.7.0" not present in staging derivation file with contents: { lib , stdenv , buildPythonPackage , fetchPypi , click , mock , pytestCheckHook , google-auth , requests-oauthlib , pythonOlder }: buildPythonPackage rec { pname = "google-auth-oauthlib"; version = "0.8.0"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; sha256 = "sha256-gQVqMQ+xxKPlp+GkQ+Hrllk8a7xVsmwCYeTTKV0+ZZM="; }; propagatedBuildInputs = [ google-auth requests-oauthlib ]; checkInputs = [ click mock pytestCheckHook ]; # some tests require loopback networking __darwinAllowLocalNetworking = true; pythonImportsCheck = [ "google_auth_oauthlib" ]; meta = with lib; { description = "Google Authentication Library: oauthlib integration"; homepage = "https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib"; license = licenses.asl20; maintainers = with maintainers; [ SuperSandro2000 terlar ]; }; }