Loading pkgs/development/python-modules/quixote/default.nix +3 −4 Original line number Diff line number Diff line Loading @@ -9,15 +9,14 @@ buildPythonPackage rec { pname = "quixote"; version = "3.6"; version = "3.7"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { pname = "Quixote"; inherit version; hash = "sha256-78t6tznI3+vIRkWNi0HDPGhR8aGaET3IMXQvmAPdSSY="; inherit pname version; hash = "sha256-F4u50xz6sNwBIzgEglVnwKTKxguE6f1m9Y2DAUEJsGQ="; }; build-system = [ setuptools ]; Loading pkgs/development/python-modules/twill/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchPypi, flask, httpx, lxml, pyparsing, Loading @@ -13,14 +14,14 @@ buildPythonPackage rec { pname = "twill"; version = "3.2.5"; version = "3.3"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-/WIcM/zQ2UjGlGiJRYg9iTCQayzisxGBa5P0/2FDK2Q="; hash = "sha256-IprmAuqwzMwB6ryw0GsdRfeFK6ABP4nBM6VdlfgGNoQ="; }; pythonRelaxDeps = [ "lxml" ]; Loading @@ -34,6 +35,7 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ flask pytestCheckHook quixote ]; Loading Loading
pkgs/development/python-modules/quixote/default.nix +3 −4 Original line number Diff line number Diff line Loading @@ -9,15 +9,14 @@ buildPythonPackage rec { pname = "quixote"; version = "3.6"; version = "3.7"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { pname = "Quixote"; inherit version; hash = "sha256-78t6tznI3+vIRkWNi0HDPGhR8aGaET3IMXQvmAPdSSY="; inherit pname version; hash = "sha256-F4u50xz6sNwBIzgEglVnwKTKxguE6f1m9Y2DAUEJsGQ="; }; build-system = [ setuptools ]; Loading
pkgs/development/python-modules/twill/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchPypi, flask, httpx, lxml, pyparsing, Loading @@ -13,14 +14,14 @@ buildPythonPackage rec { pname = "twill"; version = "3.2.5"; version = "3.3"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-/WIcM/zQ2UjGlGiJRYg9iTCQayzisxGBa5P0/2FDK2Q="; hash = "sha256-IprmAuqwzMwB6ryw0GsdRfeFK6ABP4nBM6VdlfgGNoQ="; }; pythonRelaxDeps = [ "lxml" ]; Loading @@ -34,6 +35,7 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ flask pytestCheckHook quixote ]; Loading