python313Packages.podman: 5.6.0 -> 5.7.0

Changelog: https://github.com/containers/podman-py/releases/tag/v5.7.0
This commit is contained in:
Fabian Affolter
2026-02-01 02:14:31 +01:00
parent 209556c0ed
commit 8f5dacdbed
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "podman";
version = "5.6.0";
version = "5.7.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "containers";
repo = "podman-py";
tag = "v${version}";
hash = "sha256-VlPhW0FL51EQQRlDrd0F3ByXu/xpydXLSCM5umzpIW0=";
hash = "sha256-5GbgqwsFBXE3kXdOpbbcmIEkj5FWNBqyWdq2tZQbvK8=";
};
build-system = [ setuptools ];
@@ -65,6 +65,7 @@ buildPythonPackage rec {
# Access to the host's filesystem
"podman/tests/integration/test_container_create.py"
"podman/tests/unit/test_utils.py"
"podman/tests/integration/test_volumes.py"
];
meta = {