python312Packages.molecule 6.0.3 -> 24.2.0 https://repology.org/project/python:molecule/versions attrpath: python312Packages.molecule Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2hgv9m2ivldc6vq7q5ydxh3y4k4mvpr0-packages.json.drv building '/nix/store/2hgv9m2ivldc6vq7q5ydxh3y4k4mvpr0-packages.json.drv'... Going to be running update for following packages: - python3.12-molecule-6.0.3 Press Enter key to continue... Running update for: - python3.12-molecule-6.0.3: UPDATING ... - python3.12-molecule-6.0.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/molecule/default.nix b/pkgs/development/python-modules/molecule/default.nix index da881f658675..79d7b56984b5 100644 --- a/pkgs/development/python-modules/molecule/default.nix +++ b/pkgs/development/python-modules/molecule/default.nix @@ -19,12 +19,12 @@ buildPythonPackage rec { pname = "molecule"; - version = "6.0.3"; + version = "24.2.0"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-0qiBBi/MXvHgjB5RJ8BDVNLJUXGVXicL2Cs/v+9y07A="; + hash = "sha256-R8mCp9Bdt4Rtp3/nFZ3rlG8myvsuOI/HGBK+AImkF3Y="; }; nativeBuildInputs = [ No auto update branch exists Old version 6.0.3" not present in master derivation file with contents: { lib , buildPythonPackage , fetchPypi , testers , ansible-compat , ansible-core , click-help-colors , enrich , jsonschema , molecule , withPlugins ? true, molecule-plugins , packaging , pluggy , rich , setuptools , setuptools-scm , yamllint , wcmatch , wheel }: buildPythonPackage rec { pname = "molecule"; version = "24.2.0"; format = "pyproject"; src = fetchPypi { inherit pname version; hash = "sha256-R8mCp9Bdt4Rtp3/nFZ3rlG8myvsuOI/HGBK+AImkF3Y="; }; nativeBuildInputs = [ setuptools setuptools-scm wheel ]; propagatedBuildInputs = [ ansible-compat ansible-core click-help-colors enrich jsonschema packaging pluggy rich yamllint wcmatch ] ++ lib.optional withPlugins molecule-plugins; pythonImportsCheck = [ "molecule" ]; # tests can't be easily run without installing things from ansible-galaxy doCheck = false; passthru.tests.version = (testers.testVersion { package = molecule; command = "PY_COLORS=0 ${pname} --version"; }).overrideAttrs (old: { # workaround the error: Permission denied: '/homeless-shelter' HOME = "$(mktemp -d)"; }); meta = with lib; { description = "Molecule aids in the development and testing of Ansible roles"; homepage = "https://github.com/ansible-community/molecule"; maintainers = with maintainers; [ dawidd6 ]; license = licenses.mit; }; }