python313Packages.python-overseerr: 0.7.1 -> 0.8.0 (#470781)

This commit is contained in:
Fabian Affolter
2025-12-14 18:54:41 +00:00
committed by GitHub
@@ -10,23 +10,20 @@
pytest-asyncio,
pytest-cov-stub,
pytestCheckHook,
pythonOlder,
syrupy,
yarl,
}:
buildPythonPackage rec {
pname = "python-overseerr";
version = "0.7.1";
version = "0.8.0";
pyproject = true;
disabled = pythonOlder "3.11";
src = fetchFromGitHub {
owner = "joostlek";
repo = "python-overseerr";
tag = "v${version}";
hash = "sha256-J0n3uMZaSWcnf3c1d4wdg+OgB9wPE2i/835M6Z3fMPw=";
hash = "sha256-izgUTgRG63FUjb8mH1W4yXFRvwPWIWPKsSiY9awq9SM=";
};
build-system = [ poetry-core ];
@@ -51,7 +48,7 @@ buildPythonPackage rec {
meta = {
description = "Client for Overseerr";
homepage = "https://github.com/joostlek/python-overseerr";
changelog = "https://github.com/joostlek/python-overseerr/releases/tag/v${version}";
changelog = "https://github.com/joostlek/python-overseerr/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fab ];
};