Unverified Commit 3a4eefe5 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

python312Packages.oelint-parser: 5.1.0 -> 6.5.0, oelint-adv: 6.1.0 -> 6.6.6 (#369754)

parents 53d5113d 8c6f4ad9
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3Packages.buildPythonApplication rec {
  pname = "oelint-adv";
  version = "6.1.0";
  version = "6.6.6";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "priv-kweihmann";
    repo = "oelint-adv";
    tag = version;
    hash = "sha256-bDttjeHcIK90W7zPrKNAS4B1L9mibaRjQdnUAU2N8as=";
    hash = "sha256-vScQzj461Pw4m83581FPSgfQIkfeehCSyFioxEgpSDE=";
  };

  build-system = with python3Packages; [
@@ -41,7 +41,10 @@ python3Packages.buildPythonApplication rec {
    "TestClassOelintVarsHomepagePing"
  ];

  pythonRelaxDeps = [ "argcomplete" ];
  pythonRelaxDeps = [
    "argcomplete"
    "urllib3"
  ];

  pythonImportsCheck = [ "oelint_adv" ];

+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "oelint-parser";
  version = "5.1.0";
  version = "6.5.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "priv-kweihmann";
    repo = "oelint-parser";
    tag = version;
    hash = "sha256-0cCcbnipijQgWH+08eZbE6Cqcx5cenrb+bQlf3h04tw=";
    hash = "sha256-RSdcBWFJoD3aOJCQeC1fnpyzOJvn/CM9K0r2bzq9fsY=";
  };

  pythonRelaxDeps = [ "regex" ];