Skip to content

Commit 3a4eefe

Browse files
authored
python312Packages.oelint-parser: 5.1.0 -> 6.5.0, oelint-adv: 6.1.0 -> 6.6.6 (#369754)
2 parents 53d5113 + 8c6f4ad commit 3a4eefe

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

pkgs/by-name/oe/oelint-adv/package.nix

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
python3Packages.buildPythonApplication rec {
99
pname = "oelint-adv";
10-
version = "6.1.0";
10+
version = "6.6.6";
1111
pyproject = true;
1212

1313
src = fetchFromGitHub {
1414
owner = "priv-kweihmann";
1515
repo = "oelint-adv";
1616
tag = version;
17-
hash = "sha256-bDttjeHcIK90W7zPrKNAS4B1L9mibaRjQdnUAU2N8as=";
17+
hash = "sha256-vScQzj461Pw4m83581FPSgfQIkfeehCSyFioxEgpSDE=";
1818
};
1919

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

44-
pythonRelaxDeps = [ "argcomplete" ];
44+
pythonRelaxDeps = [
45+
"argcomplete"
46+
"urllib3"
47+
];
4548

4649
pythonImportsCheck = [ "oelint_adv" ];
4750

pkgs/development/python-modules/oelint-parser/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414

1515
buildPythonPackage rec {
1616
pname = "oelint-parser";
17-
version = "5.1.0";
17+
version = "6.5.0";
1818
pyproject = true;
1919

2020
src = fetchFromGitHub {
2121
owner = "priv-kweihmann";
2222
repo = "oelint-parser";
2323
tag = version;
24-
hash = "sha256-0cCcbnipijQgWH+08eZbE6Cqcx5cenrb+bQlf3h04tw=";
24+
hash = "sha256-RSdcBWFJoD3aOJCQeC1fnpyzOJvn/CM9K0r2bzq9fsY=";
2525
};
2626

2727
pythonRelaxDeps = [ "regex" ];

0 commit comments

Comments
 (0)