python312Packages.oelint-parser: 5.1.0 -> 6.5.0, oelint-adv: 6.1.0 -> 6.6.6 (#369754)
This commit is contained in:
commit
3a4eefe5fb
@ -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" ];
|
||||
|
||||
|
@ -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" ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user