Unverified Commit 87f99d5a authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #297981 from r-ryantm/auto-update/python312Packages.githubkit

python312Packages.githubkit: 0.11.2 -> 0.11.3
parents 6761d08c a69158ae
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "githubkit";
  version = "0.11.2";
  version = "0.11.3";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "yanyongyu";
    repo = "githubkit";
    rev = "refs/tags/v${version}";
    hash = "sha256-/xFBA30MZq8t0rYFympzgaymqZ/bFEpOoko7dDJLI7A=";
    hash = "sha256-GRuEzRqDfhLCanuQnCkMXmDnfNkLFb35Gixl9pWmA8w=";
  };

  pythonRelaxDeps = [
@@ -34,15 +34,15 @@ buildPythonPackage rec {

  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace "--cov=githubkit --cov-append --cov-report=term-missing" ""
      --replace-fail "--cov=githubkit --cov-append --cov-report=term-missing" ""
  '';

  nativeBuildInputs = [
  build-systems = [
    poetry-core
    pythonRelaxDepsHook
  ];

  propagatedBuildInputs = [
  dependencies = [
    hishel
    httpx
    pydantic