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

This commit is contained in:
Thiago Kenji Okada 2025-01-06 17:57:06 +00:00 committed by GitHub
commit 3a4eefe5fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 5 deletions

View File

@ -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" ];

View File

@ -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" ];