python3Packages.pyportainer: 1.0.35 -> 1.0.38 (#515519)

This commit is contained in:
dotlambda
2026-05-02 22:16:32 +00:00
committed by GitHub
@@ -3,6 +3,7 @@
aresponses,
buildPythonPackage,
fetchFromGitHub,
freezegun,
hatchling,
lib,
mashumaro,
@@ -16,14 +17,14 @@
buildPythonPackage (finalAttrs: {
pname = "pyportainer";
version = "1.0.35";
version = "1.0.38";
pyproject = true;
src = fetchFromGitHub {
owner = "erwindouna";
repo = "pyportainer";
tag = "v${finalAttrs.version}";
hash = "sha256-W4zO4fwVJ6cvTeZgak2bOUTTgmGpfVc/EDiOvlkSR2Y=";
hash = "sha256-A0CuOBh22VonBzGYM/1tTK/w4bZMEHMOYSIRdQ8JBwg=";
};
build-system = [ hatchling ];
@@ -40,6 +41,7 @@ buildPythonPackage (finalAttrs: {
nativeCheckInputs = [
aresponses
freezegun
pytest-cov-stub
pytestCheckHook
syrupy