python310Packages.robotframework-pythonlibcore: 4.0.0 -> 4.1.0
Diff: https://github.com/robotframework/PythonLibCore/compare/v4.0.0...v4.1.0 Changelog: https://github.com/robotframework/PythonLibCore/blob/v4.1.0/docs/PythonLibCore-4.1.0.rst
This commit is contained in:
parent
46cb54671f
commit
9aeafd777e
@ -2,7 +2,6 @@
|
|||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchpatch
|
|
||||||
, pytest-mockito
|
, pytest-mockito
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, robotframework
|
, robotframework
|
||||||
@ -10,7 +9,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "robotframework-pythonlibcore";
|
pname = "robotframework-pythonlibcore";
|
||||||
version = "4.0.0";
|
version = "4.1.0";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
@ -20,17 +19,9 @@ buildPythonPackage rec {
|
|||||||
owner = "robotframework";
|
owner = "robotframework";
|
||||||
repo = "PythonLibCore";
|
repo = "PythonLibCore";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-86o5Lh9zWo4vUF2186dN7e8tTUu5PIxM/ZukPwNl0S8=";
|
hash = "sha256-BgnllONYJjfeKIN8BLfMw1iZrVewtXB1KN8b9KjdtK0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
(fetchpatch {
|
|
||||||
name = "fix-finding-version.patch";
|
|
||||||
url = "https://github.com/robotframework/PythonLibCore/commit/84c73979e309f59de057ae6a77725ab0f468b71f.patch";
|
|
||||||
hash = "sha256-zrjsNvXpJDLpXql200NV+QGWFLtnRVZTeAjT52dRn2s=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
pytest-mockito
|
pytest-mockito
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
|
Loading…
Reference in New Issue
Block a user