Loading pkgs/development/python-modules/cachecontrol/default.nix +4 −7 Original line number Diff line number Diff line Loading @@ -3,18 +3,17 @@ buildPythonPackage, cherrypy, fetchFromGitHub, flit-core, filelock, mock, msgpack, pytestCheckHook, redis, requests, uv-build, }: buildPythonPackage rec { pname = "cachecontrol"; version = "0.14.3"; version = "0.14.4"; pyproject = true; __darwinAllowLocalNetworking = true; Loading @@ -23,10 +22,10 @@ buildPythonPackage rec { owner = "ionrock"; repo = "cachecontrol"; tag = "v${version}"; hash = "sha256-V8RWTDxhKCvf5bz2j6anp8bkCzkicTRY+Kd6eHu1peg="; hash = "sha256-627SqJocVOO0AfI8vswPqOr15MA/Lx7RLAdRAXzWu84="; }; build-system = [ flit-core ]; build-system = [ uv-build ]; dependencies = [ msgpack Loading @@ -40,9 +39,7 @@ buildPythonPackage rec { nativeCheckInputs = [ cherrypy mock pytestCheckHook requests ] ++ lib.flatten (builtins.attrValues optional-dependencies); Loading Loading
pkgs/development/python-modules/cachecontrol/default.nix +4 −7 Original line number Diff line number Diff line Loading @@ -3,18 +3,17 @@ buildPythonPackage, cherrypy, fetchFromGitHub, flit-core, filelock, mock, msgpack, pytestCheckHook, redis, requests, uv-build, }: buildPythonPackage rec { pname = "cachecontrol"; version = "0.14.3"; version = "0.14.4"; pyproject = true; __darwinAllowLocalNetworking = true; Loading @@ -23,10 +22,10 @@ buildPythonPackage rec { owner = "ionrock"; repo = "cachecontrol"; tag = "v${version}"; hash = "sha256-V8RWTDxhKCvf5bz2j6anp8bkCzkicTRY+Kd6eHu1peg="; hash = "sha256-627SqJocVOO0AfI8vswPqOr15MA/Lx7RLAdRAXzWu84="; }; build-system = [ flit-core ]; build-system = [ uv-build ]; dependencies = [ msgpack Loading @@ -40,9 +39,7 @@ buildPythonPackage rec { nativeCheckInputs = [ cherrypy mock pytestCheckHook requests ] ++ lib.flatten (builtins.attrValues optional-dependencies); Loading