python3Packages.craft-parts: 2.7.0 -> 2.8.0

This commit is contained in:
Jon Seager
2025-04-14 14:02:40 +01:00
parent f38b8836f6
commit 5eab2f5385
@@ -9,6 +9,7 @@
pyyaml,
requests,
requests-unixsocket,
pyfakefs,
pytestCheckHook,
pytest-check,
pytest-mock,
@@ -28,7 +29,7 @@
buildPythonPackage rec {
pname = "craft-parts";
version = "2.7.0";
version = "2.8.0";
pyproject = true;
@@ -36,7 +37,7 @@ buildPythonPackage rec {
owner = "canonical";
repo = "craft-parts";
tag = version;
hash = "sha256-Diu8cHy3tRWsyI7mPsAcYREK9nUG7tzasmZYAARzpXU=";
hash = "sha256-1SnT/yB6vJm82yhszBRjeph13B91KYap8/KR4L9VcjM=";
};
patches = [ ./bash-path.patch ];
@@ -67,6 +68,7 @@ buildPythonPackage rec {
jdk
jsonschema
maven
pyfakefs
pytest-check
pytest-mock
pytest-subprocess