python313Packages.powerfox: 1.3.0 -> 2.0.0

Changelog: https://github.com/klaasnicolaas/python-powerfox/releases/tag/v2.0.0
This commit is contained in:
Fabian Affolter
2025-12-15 11:11:06 +01:00
parent 5f26b2c2dd
commit 5c76804392
@@ -4,42 +4,28 @@
aresponses,
buildPythonPackage,
fetchFromGitHub,
fetchpatch2,
mashumaro,
orjson,
poetry-core,
pytest-asyncio,
pytest-cov-stub,
pytestCheckHook,
pythonOlder,
syrupy,
yarl,
}:
buildPythonPackage rec {
pname = "powerfox";
version = "1.3.0";
version = "2.0.0";
pyproject = true;
disabled = pythonOlder "3.11";
src = fetchFromGitHub {
owner = "klaasnicolaas";
repo = "python-powerfox";
tag = "v${version}";
hash = "sha256-oGOKh+/KCR7eFi4b8TrLiBiOfauhUhKkRvPMejwelJY=";
hash = "sha256-ygzO4/KZ9XUBjLVq48gvyZVEVRB1VJV6DpuHGKNXP54=";
};
patches = [
# requires poetry-core>=2.0
(fetchpatch2 {
url = "https://github.com/klaasnicolaas/python-powerfox/commit/e3f1e39573fc278cd2800a2d4f4315cf0aff592b.patch";
includes = [ "pyproject.toml" ];
hash = "sha256-hkXLT3IWBVlbAwWvu/erENEsxOuIb8wv9UIVtAZqMPc=";
revert = true;
})
];
build-system = [ poetry-core ];
dependencies = [