python3Packages.habiticalib: 0.4.6 -> 0.4.7 (#505047)

This commit is contained in:
dotlambda
2026-03-31 15:39:40 +00:00
committed by GitHub
@@ -4,7 +4,6 @@
aioresponses,
buildPythonPackage,
fetchFromGitHub,
habitipy,
hatch-regex-commit,
hatchling,
mashumaro,
@@ -19,7 +18,7 @@
buildPythonPackage rec {
pname = "habiticalib";
version = "0.4.6";
version = "0.4.7";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -28,7 +27,7 @@ buildPythonPackage rec {
owner = "tr4nt0r";
repo = "habiticalib";
tag = "v${version}";
hash = "sha256-Z3VJ0AaB4HeCOffV5B2WFIvGJXoCn1isNPMnERoUrp0=";
hash = "sha256-ZZY7UnA4d4JNHGLMtaEGobAgzAwYDgL2SUGfxGABxTs=";
};
build-system = [
@@ -36,9 +35,12 @@ buildPythonPackage rec {
hatchling
];
pythonRelaxDeps = [
"orjson"
];
dependencies = [
aiohttp
habitipy
mashumaro
orjson
pillow
@@ -52,8 +54,6 @@ buildPythonPackage rec {
syrupy
];
pytestFlags = [ "--snapshot-update" ];
pythonImportsCheck = [ "habiticalib" ];
disabledTests = [