Unverified Commit 388be6ca authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

python3Plugins.nixpkgs-updaters-library: 1.2.0 -> 3.0.0 (#431561)

parents c2b13f8c 1c87bcf3
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -9,18 +9,19 @@

  # dependencies
  aiohttp,
  attrs,
  frozendict,
  inject,
  joblib,
  loguru,
  nix,
  nix-prefetch-git,
  nonbloat-db,
  nurl,
  platformdirs,
  pydantic,
  typer,

  # tests
  writableTmpDirAsHomeHook,
  pytestCheckHook,
  aioresponses,
  pytest-asyncio,
@@ -29,16 +30,16 @@
}:
buildPythonPackage rec {
  pname = "nixpkgs-updaters-library";
  version = "1.2.0";
  version = "3.0.0";
  pyproject = true;

  disabled = pythonOlder "3.12";
  disabled = pythonOlder "3.13";

  src = fetchFromGitHub {
    owner = "PerchunPak";
    repo = "nixpkgs-updaters-library";
    tag = "v${version}";
    hash = "sha256-MCMqqAGl6OTOapC3K0DNTOmg2Lv2KqXenEgB5sIZR5U=";
    hash = "sha256-0N88valEw+QElMjy84TBKGuqqh9anKhHdW0jQfQ4qd4=";
  };

  postPatch = ''
@@ -52,18 +53,17 @@ buildPythonPackage rec {

  dependencies = [
    aiohttp
    attrs
    frozendict
    inject
    joblib
    loguru
    nonbloat-db
    platformdirs
    pydantic
    typer
    nix-prefetch-git
    nurl
  ];

  nativeCheckInputs = [
    writableTmpDirAsHomeHook
    aioresponses
    pytest-asyncio
    pytest-cov-stub