Skip to content

Commit

Permalink
python312Packages.oelint-parser: 5.1.0 -> 6.5.0, oelint-adv: 6.1.0 ->…
Browse files Browse the repository at this point in the history
… 6.6.6 (#369754)
  • Loading branch information
thiagokokada authored Jan 6, 2025
2 parents 53d5113 + 8c6f4ad commit 3a4eefe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions pkgs/by-name/oe/oelint-adv/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; [
Expand All @@ -41,7 +41,10 @@ python3Packages.buildPythonApplication rec {
"TestClassOelintVarsHomepagePing"
];

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

pythonImportsCheck = [ "oelint_adv" ];

Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/oelint-parser/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
Expand Down

0 comments on commit 3a4eefe

Please sign in to comment.