python313Packages.podman: 5.5.0 -> 5.6.0

Changelog: https://github.com/containers/podman-py/releases/tag/v5.6.0
This commit is contained in:
Fabian Affolter
2025-09-09 20:01:42 +02:00
parent 820597059a
commit e57f0df5e3
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "podman";
version = "5.5.0";
version = "5.6.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "containers";
repo = "podman-py";
tag = "v${version}";
hash = "sha256-c8uU5WZsZufi/QNJkXh2Z1bmoM/oOm6+rggm4J+pnIc=";
hash = "sha256-VlPhW0FL51EQQRlDrd0F3ByXu/xpydXLSCM5umzpIW0=";
};
build-system = [ setuptools ];
@@ -61,6 +61,12 @@ buildPythonPackage rec {
"VolumesIntegrationTest"
];
disabledTestPaths = [
# Access to the host's filesystem
"podman/tests/integration/test_container_create.py"
"podman/tests/unit/test_utils.py"
];
meta = with lib; {
description = "Python bindings for Podman's RESTful API";
homepage = "https://github.com/containers/podman-py";