python3Packages.pydo: bump, fix inputs (#480444)

This commit is contained in:
Peder Bergebakken Sundt
2026-01-20 01:18:42 +00:00
committed by GitHub
@@ -3,44 +3,44 @@
buildPythonPackage,
fetchFromGitHub,
poetry-core,
aioresponses,
azure-core,
azure-identity,
isodate,
msrest,
responses,
pytestCheckHook,
aioresponses,
pytest-asyncio,
pytestCheckHook,
responses,
}:
buildPythonPackage rec {
pname = "pydo";
version = "0.23.0";
version = "0.24.0";
pyproject = true;
src = fetchFromGitHub {
owner = "digitalocean";
repo = "pydo";
tag = "v${version}";
hash = "sha256-wmrth6n6vlYLMMiNYm6p5sS2keEFsnGm9sGjShSsLaA=";
hash = "sha256-IfoW8JaLqghecADPKfVwjW99ZosHFXFt3iQ8WOyrCns=";
};
build-system = [ poetry-core ];
dependencies = [
aioresponses
azure-core
azure-identity
isodate
msrest
responses
];
pythonImportsCheck = [ "pydo" ];
nativeCheckInputs = [
pytestCheckHook
aioresponses
pytest-asyncio
pytestCheckHook
responses
];
# integration tests require hitting the live api with a