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

python312Packages.githubkit: 0.11.2 -> 0.11.3

authored by

Martin Weinelt and committed by
GitHub
87f99d5a 6761d08c

+5 -5
+5 -5
pkgs/development/python-modules/githubkit/default.nix
··· 16 17 buildPythonPackage rec { 18 pname = "githubkit"; 19 - version = "0.11.2"; 20 pyproject = true; 21 22 disabled = pythonOlder "3.8"; ··· 25 owner = "yanyongyu"; 26 repo = "githubkit"; 27 rev = "refs/tags/v${version}"; 28 - hash = "sha256-/xFBA30MZq8t0rYFympzgaymqZ/bFEpOoko7dDJLI7A="; 29 }; 30 31 pythonRelaxDeps = [ ··· 34 35 postPatch = '' 36 substituteInPlace pyproject.toml \ 37 - --replace "--cov=githubkit --cov-append --cov-report=term-missing" "" 38 ''; 39 40 - nativeBuildInputs = [ 41 poetry-core 42 pythonRelaxDepsHook 43 ]; 44 45 - propagatedBuildInputs = [ 46 hishel 47 httpx 48 pydantic
··· 16 17 buildPythonPackage rec { 18 pname = "githubkit"; 19 + version = "0.11.3"; 20 pyproject = true; 21 22 disabled = pythonOlder "3.8"; ··· 25 owner = "yanyongyu"; 26 repo = "githubkit"; 27 rev = "refs/tags/v${version}"; 28 + hash = "sha256-GRuEzRqDfhLCanuQnCkMXmDnfNkLFb35Gixl9pWmA8w="; 29 }; 30 31 pythonRelaxDeps = [ ··· 34 35 postPatch = '' 36 substituteInPlace pyproject.toml \ 37 + --replace-fail "--cov=githubkit --cov-append --cov-report=term-missing" "" 38 ''; 39 40 + build-systems = [ 41 poetry-core 42 pythonRelaxDepsHook 43 ]; 44 45 + dependencies = [ 46 hishel 47 httpx 48 pydantic