python310Packages.kubernetes 0 -> 1 attrpath: python310Packages.kubernetes 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] Going to be running update for following packages: - python3.10-kubernetes-26.1.0 Press Enter key to continue... Running update for: - python3.10-kubernetes-26.1.0: UPDATING ... - python3.10-kubernetes-26.1.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/kubernetes/default.nix b/pkgs/development/python-modules/kubernetes/default.nix index 8e97d083cd9e..bb3bd33e469e 100644 --- a/pkgs/development/python-modules/kubernetes/default.nix +++ b/pkgs/development/python-modules/kubernetes/default.nix @@ -24,7 +24,7 @@ buildPythonPackage rec { pname = "kubernetes"; - version = "26.1.0"; + version = "28.1.0"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -33,7 +33,7 @@ buildPythonPackage rec { owner = "kubernetes-client"; repo = "python"; rev = "refs/tags/v${version}"; - hash = "sha256-2QkQGZ4Dho2PykH90ijosWWBzhQoCHoWhRL3ruOiDBg="; + hash = "sha256-NKrxv5a5gkgpNG7yViTKYBYnU249taWl6fkPJa7/Rzo="; }; propagatedBuildInputs = [ No auto update branch exists Old version 26.1.0" not present in staging derivation file with contents: { lib , stdenv , buildPythonPackage , fetchFromGitHub , pythonOlder # propgatedBuildInputs , adal , certifi , google-auth , python-dateutil , pyyaml , requests , requests-oauthlib , setuptools , six , urllib3 , websocket-client # tests , pytestCheckHook , mock }: buildPythonPackage rec { pname = "kubernetes"; version = "27.2.0"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "kubernetes-client"; repo = "python"; rev = "refs/tags/v${version}"; hash = "sha256-KqQ7wUu5Se4WYOdtk9vMU3M5oyz0WgIltSEliCD7s10="; }; propagatedBuildInputs = [ adal certifi google-auth python-dateutil pyyaml requests requests-oauthlib setuptools six urllib3 websocket-client ]; pythonImportsCheck = [ "kubernetes" ]; nativeCheckInputs = [ mock pytestCheckHook ]; disabledTests = lib.optionals stdenv.isDarwin [ # AssertionError: != "test_rest_proxycare" ]; meta = with lib; { description = "Kubernetes Python client"; homepage = "https://github.com/kubernetes-client/python"; license = licenses.asl20; maintainers = with maintainers; [ lsix ]; }; }