2022-12-24T19:37:54 python310Packages.ansible-later 0 -> 1 2022-12-24T19:37:56 attrpath: python310Packages.ansible-later 2022-12-24T19:37:56 Checking auto update branch... 2022-12-24T19:38:01 [version] 2022-12-24T19:38:01 [version] skipping because derivation has updateScript 2022-12-24T19:38:01 [rustCrateVersion] 2022-12-24T19:38:01 [rustCrateVersion] No cargoSha256 found 2022-12-24T19:38:01 [golangModuleVersion] 2022-12-24T19:38:01 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-24T19:38:01 [updateScript] 2022-12-24T19:38:04 [updateScript] Success 2022-12-24T19:38:04 [updateScript] this derivation will be built: /nix/store/0chygg2hc27xq40i64dbgv1kszi29b9p-packages.json.drv building '/nix/store/0chygg2hc27xq40i64dbgv1kszi29b9p-packages.json.drv'... Going to be running update for following packages: - python3.10-ansible-later-2.0.23 Press Enter key to continue... Running update for: - python3.10-ansible-later-2.0.23: UPDATING ... - python3.10-ansible-later-2.0.23: DONE. Packages updated! 2022-12-24T19:38:04 2022-12-24T19:38:04 [quotedUrls] 2022-12-24T19:38:04 [quotedUrls] nothing found to replace 2022-12-24T19:38:04 Diff after rewrites: diff --git a/pkgs/development/python-modules/ansible-later/default.nix b/pkgs/development/python-modules/ansible-later/default.nix index b383453f7b9..fa6b6da1858 100644 --- a/pkgs/development/python-modules/ansible-later/default.nix +++ b/pkgs/development/python-modules/ansible-later/default.nix @@ -23,7 +23,7 @@ buildPythonPackage rec { pname = "ansible-later"; - version = "2.0.23"; + version = "3.0.2"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -32,7 +32,7 @@ buildPythonPackage rec { owner = "thegeeklab"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-FQnyWC7d9h8Ya2BlaTGTrNXkHtJJLdeNL7qXP7scLFA="; + hash = "sha256-+UcrkITiRrAKo5MFcsSqEpvzuo4Czv+rHMWsnuvVx5o="; }; postPatch = '' 2022-12-24T19:39:33 Old version 2.0.23" not present in master derivation file with contents: { lib , ansible , ansible-core , anyconfig , appdirs , buildPythonPackage , colorama , fetchFromGitHub , flake8 , jsonschema , nested-lookup , pathspec , poetry-core , pytest-mock , python-json-logger , pytestCheckHook , pythonRelaxDepsHook , pythonOlder , pyyaml , toolz , unidiff , yamllint }: buildPythonPackage rec { pname = "ansible-later"; version = "3.0.1"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "thegeeklab"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-pYNL9G4A45IE6hZcihPICYfOzd5hH6Xqy0EYyBajbxQ="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace 'version = "0.0.0"' 'version = "${version}"' \ --replace " --cov=ansiblelater --cov-report=xml:coverage.xml --cov-report=term --cov-append --no-cov-on-fail" "" ''; pythonRelaxDeps = [ "flake8" "jsonschema" "pathspec" "python-json-logger" "pyyaml" "toolz" "unidiff" "yamllint" ]; nativeBuildInputs = [ poetry-core pythonRelaxDepsHook ]; propagatedBuildInputs = [ ansible ansible-core anyconfig appdirs colorama flake8 jsonschema nested-lookup pathspec python-json-logger pyyaml toolz unidiff yamllint ]; checkInputs = [ pytest-mock pytestCheckHook ]; postInstall = '' rm $out/lib/python*/site-packages/LICENSE ''; pythonImportsCheck = [ "ansiblelater" ]; meta = with lib; { description = "Best practice scanner for Ansible roles and playbooks"; homepage = "https://github.com/thegeeklab/ansible-later"; changelog = "https://github.com/thegeeklab/ansible-later/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ tboerger ]; }; }