2022-12-22T08:23:34 python310Packages.pyinfra 0 -> 1 2022-12-22T08:23:36 attrpath: python310Packages.pyinfra 2022-12-22T08:23:36 Checking auto update branch... 2022-12-22T08:23:41 [version] 2022-12-22T08:23:41 [version] skipping because derivation has updateScript 2022-12-22T08:23:41 [rustCrateVersion] 2022-12-22T08:23:41 [rustCrateVersion] No cargoSha256 found 2022-12-22T08:23:41 [golangModuleVersion] 2022-12-22T08:23:41 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-22T08:23:41 [updateScript] 2022-12-22T08:23:44 [updateScript] Success 2022-12-22T08:23:44 [updateScript] this derivation will be built: /nix/store/shml1d95va79bccl0s3xpn1n84amalnr-packages.json.drv building '/nix/store/shml1d95va79bccl0s3xpn1n84amalnr-packages.json.drv'... Going to be running update for following packages: - python3.10-pyinfra-2.5.3 Press Enter key to continue... Running update for: - python3.10-pyinfra-2.5.3: UPDATING ... - python3.10-pyinfra-2.5.3: DONE. Packages updated! 2022-12-22T08:23:44 2022-12-22T08:23:44 [quotedUrls] 2022-12-22T08:23:44 [quotedUrls] nothing found to replace 2022-12-22T08:23:44 Diff after rewrites: diff --git a/pkgs/development/python-modules/pyinfra/default.nix b/pkgs/development/python-modules/pyinfra/default.nix index 96a0be843c5..6b7416de9de 100644 --- a/pkgs/development/python-modules/pyinfra/default.nix +++ b/pkgs/development/python-modules/pyinfra/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "pyinfra"; - version = "2.5.3"; + version = "2.6"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "Fizzadar"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-1buLaBhhmc4FnROr5M+bqSlsbkfjl58a1/4qWBXE97Y="; + hash = "sha256-SNeucJvjnwQ0o+gukXwEKybBaW01hPtYXCFcPeOuXA8="; }; propagatedBuildInputs = [ 2022-12-22T08:25:13 Old version 2.5.3" not present in master derivation file with contents: { lib , buildPythonPackage , click , colorama , configparser , distro , fetchFromGitHub , gevent , jinja2 , paramiko , pytestCheckHook , python-dateutil , pythonOlder , pywinrm , pyyaml , setuptools }: buildPythonPackage rec { pname = "pyinfra"; version = "2.6"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "Fizzadar"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-SNeucJvjnwQ0o+gukXwEKybBaW01hPtYXCFcPeOuXA8="; }; propagatedBuildInputs = [ click colorama configparser distro gevent jinja2 paramiko python-dateutil pywinrm pyyaml setuptools ]; checkInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "pyinfra" ]; disabledTests = [ # Test requires SSH binary "test_load_ssh_config" ]; meta = with lib; { description = "Python-based infrastructure automation"; longDescription = '' pyinfra automates/provisions/manages/deploys infrastructure. It can be used for ad-hoc command execution, service deployment, configuration management and more. ''; homepage = "https://github.com/Fizzadar/pyinfra"; changelog = "https://github.com/Fizzadar/pyinfra/blob/v${version}/CHANGELOG.md"; maintainers = with maintainers; [ totoroot ]; license = licenses.mit; }; }