Unverified Commit 73a716b6 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #312843 from fabaff/garth-bump

python312Packages.garth: 0.4.45 -> 0.4.46
parents cbaec8f4 9b078778
Loading
Loading
Loading
Loading
+16 −19
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchPypi
, pdm-backend
, pydantic
, pytest-vcr
, pytestCheckHook
, pythonOlder
, requests
, requests-oauthlib
{
  lib,
  buildPythonPackage,
  fetchPypi,
  pdm-backend,
  pydantic,
  pytest-vcr,
  pytestCheckHook,
  pythonOlder,
  requests,
  requests-oauthlib,
}:

buildPythonPackage rec {
  pname = "garth";
  version = "0.4.45";
  version = "0.4.46";
  pyproject = true;

  disabled = pythonOlder "3.9";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-dN4WQZ2FLkyqCGYFBICodHR7yBdrLvx4NE6OqB0SgZo=";
    hash = "sha256-WuGeZ2EggyhbEDIbjg4ffIFaj2DyHi8Tvowhoi5k2Os=";
  };

  nativeBuildInputs = [
    pdm-backend
  ];
  build-system = [ pdm-backend ];

  propagatedBuildInputs = [
  dependencies = [
    pydantic
    requests
    requests-oauthlib
@@ -37,9 +36,7 @@ buildPythonPackage rec {
    pytestCheckHook
  ];

  pythonImportsCheck = [
    "garth"
  ];
  pythonImportsCheck = [ "garth" ];

  disabledTests = [
    # Tests require network access