Commit 541f88cb authored by Robert Schütz's avatar Robert Schütz
Browse files
parent d4a4fe48
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -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 = [