python3Packages.craft-platforms: 0.5.0 -> 0.6.0 (#381846)

This commit is contained in:
Gaétan Lepage
2025-02-13 22:10:58 +01:00
committed by GitHub
2 changed files with 6 additions and 2 deletions
@@ -105,6 +105,10 @@ buildPythonPackage rec {
"test_grammar_aware_part_error"
"test_grammar_aware_part_error[part2]"
"test_grammar_aware_project_error[project0]"
# Temp fix - asserts fail against error messages which have changed
# slightly in a later revision of craft-platforms. No functional error.
"test_platform_invalid_arch"
"test_platform_invalid_build_arch"
]
++ lib.optionals stdenv.hostPlatform.isAarch64 [
# These tests have hardcoded "amd64" strings which fail on aarch64
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "craft-platforms";
version = "0.5.0";
version = "0.6.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "canonical";
repo = "craft-platforms";
tag = version;
hash = "sha256-P7GC+t/rs49/a85Bxy6x4cRyCEaHG4b7SIb85sMj7Yk=";
hash = "sha256-/mnRFw79YMG34/0aQMi237KMNxWanyJixkEKq+zaSuE=";
};
postPatch = ''