Unverified Commit 1476c134 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #251324 from dawidd6/molecule-6.0

molecule: 5.1.0 -> 6.0.1, python3Packages.molecule-plugins: 23.4.1 -> 23.5.0
parents 8a6e70a1 74c77531
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@
, ansible-compat
, ansible-core
, click-help-colors
, cookiecutter
, enrich
, jsonschema
, withPlugins ? true, molecule-plugins
@@ -13,29 +12,30 @@
, rich
, setuptools
, yamllint
, wcmatch
}:

buildPythonPackage rec {
  pname = "molecule";
  version = "5.1.0";
  version = "6.0.1";
  format = "pyproject";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-+nr4n9+TF1OcPsqZyx5edSLXpX4LZ/W2mORCdvmNnYI=";
    hash = "sha256-ssARHVtEp3pW7364WhxhtHAWW5fRFXiioWgEczTI3yM=";
  };

  propagatedBuildInputs = [
    ansible-compat
    ansible-core
    click-help-colors
    cookiecutter
    enrich
    jsonschema
    packaging
    pluggy
    rich
    yamllint
    wcmatch
  ] ++ lib.optional withPlugins molecule-plugins;

  nativeBuildInputs = [
+2 −2
Original line number Diff line number Diff line
@@ -9,12 +9,12 @@

buildPythonPackage rec {
  pname = "molecule-plugins";
  version = "23.4.1";
  version = "23.5.0";
  format = "pyproject";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-NMR+4sEcNbowyoTqaEwe4Wac9+WNIZesnb/L9C0KG3s=";
    hash = "sha256-8T6gR7hlDIkmBLgbdjgryAu0riXqULI/MOgf2dWAKv8=";
  };

  # reverse the dependency