Loading pkgs/development/python-modules/praw/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ , pytestCheckHook , pythonOlder , requests-toolbelt , update_checker , update-checker , websocket-client }: Loading @@ -30,7 +30,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ mock prawcore update_checker update-checker websocket-client ]; Loading pkgs/development/python-modules/update_checker/default.nix→pkgs/development/python-modules/update-checker/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -2,13 +2,14 @@ }: buildPythonPackage rec { pname = "update_checker"; pname = "update-checker"; version = "0.18.0"; format = "setuptools"; disabled = isPy27; src = fetchPypi { inherit pname version; pname = "update_checker"; inherit version; sha256 = "6a2d45bb4ac585884a6b03f9eade9161cedd9e8111545141e9aa9058932acb13"; }; Loading pkgs/development/tools/analysis/checkov/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ python3.pkgs.buildPythonApplication rec { termcolor tqdm typing-extensions update_checker update-checker ]; nativeCheckInputs = with python3.pkgs; [ Loading pkgs/development/tools/circup/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ python3.pkgs.buildPythonApplication rec { requests semver setuptools update_checker update-checker ]; nativeCheckInputs = with python3.pkgs; [ Loading pkgs/top-level/python-aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -488,6 +488,7 @@ mapAliases ({ ufoLib2 = ufolib2; # added 2024-01-07 ukrainealarm = throw "ukrainealarm has been removed, as it has been replaced as a home-assistant dependency by uasiren."; # added 2024-01-05 unittest2 = throw "unittest2 has been removed as it's a backport of unittest that's unmaintained and not needed beyond Python 3.4."; # added 2022-12-01 update_checker = update-checker; # added 2024-01-07 uproot3 = throw "uproot3 has been removed, use uproot instead"; # added 2022-12-13 uproot3-methods = throw "uproot3-methods has been removed"; # added 2022-12-13 validictory = throw "validictory has been removed, since it abandoned"; # added 2023-07-07 Loading Loading
pkgs/development/python-modules/praw/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ , pytestCheckHook , pythonOlder , requests-toolbelt , update_checker , update-checker , websocket-client }: Loading @@ -30,7 +30,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ mock prawcore update_checker update-checker websocket-client ]; Loading
pkgs/development/python-modules/update_checker/default.nix→pkgs/development/python-modules/update-checker/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -2,13 +2,14 @@ }: buildPythonPackage rec { pname = "update_checker"; pname = "update-checker"; version = "0.18.0"; format = "setuptools"; disabled = isPy27; src = fetchPypi { inherit pname version; pname = "update_checker"; inherit version; sha256 = "6a2d45bb4ac585884a6b03f9eade9161cedd9e8111545141e9aa9058932acb13"; }; Loading
pkgs/development/tools/analysis/checkov/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ python3.pkgs.buildPythonApplication rec { termcolor tqdm typing-extensions update_checker update-checker ]; nativeCheckInputs = with python3.pkgs; [ Loading
pkgs/development/tools/circup/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ python3.pkgs.buildPythonApplication rec { requests semver setuptools update_checker update-checker ]; nativeCheckInputs = with python3.pkgs; [ Loading
pkgs/top-level/python-aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -488,6 +488,7 @@ mapAliases ({ ufoLib2 = ufolib2; # added 2024-01-07 ukrainealarm = throw "ukrainealarm has been removed, as it has been replaced as a home-assistant dependency by uasiren."; # added 2024-01-05 unittest2 = throw "unittest2 has been removed as it's a backport of unittest that's unmaintained and not needed beyond Python 3.4."; # added 2022-12-01 update_checker = update-checker; # added 2024-01-07 uproot3 = throw "uproot3 has been removed, use uproot instead"; # added 2022-12-13 uproot3-methods = throw "uproot3-methods has been removed"; # added 2022-12-13 validictory = throw "validictory has been removed, since it abandoned"; # added 2023-07-07 Loading