Merge pull request #335264 from fabaff/model-checker-bump
python311Packages.model-checker: 0.4.12 -> 0.5.6
This commit is contained in:
commit
1f0146e7f2
@ -2,14 +2,15 @@
|
|||||||
lib,
|
lib,
|
||||||
buildPythonPackage,
|
buildPythonPackage,
|
||||||
fetchPypi,
|
fetchPypi,
|
||||||
setuptools,
|
|
||||||
pythonOlder,
|
pythonOlder,
|
||||||
|
setuptools,
|
||||||
|
tqdm,
|
||||||
z3-solver,
|
z3-solver,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "model-checker";
|
pname = "model-checker";
|
||||||
version = "0.4.12";
|
version = "0.5.6";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
@ -17,7 +18,7 @@ buildPythonPackage rec {
|
|||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "model_checker";
|
pname = "model_checker";
|
||||||
inherit version;
|
inherit version;
|
||||||
hash = "sha256-bgVtOpWx5jytVxSz/WKLqLm+hVKbwIy+Fy5nEj/Nwt4=";
|
hash = "sha256-dt2/1qY0kyD0K0/d1NJa3q0NrwinmWb8Zd/Shtqj9Ow=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# z3 does not provide a dist-info, so python-runtime-deps-check will fail
|
# z3 does not provide a dist-info, so python-runtime-deps-check will fail
|
||||||
@ -26,7 +27,10 @@ buildPythonPackage rec {
|
|||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
|
||||||
|
|
||||||
dependencies = [ z3-solver ];
|
dependencies = [
|
||||||
|
tqdm
|
||||||
|
z3-solver
|
||||||
|
];
|
||||||
|
|
||||||
# Tests have multiple issues, ImportError, TypeError, etc.
|
# Tests have multiple issues, ImportError, TypeError, etc.
|
||||||
# Check with the next release > 0.3.13
|
# Check with the next release > 0.3.13
|
||||||
|
Loading…
Reference in New Issue
Block a user