Merge pull request #316481 from fabaff/hishel-bump

python312Packages.hishel: 0.0.26 -> 0.0.27,  python312Packages.githubkit: 0.11.4 -> 0.11.5
This commit is contained in:
OTABI Tomoya
2024-06-02 21:19:50 +09:00
committed by GitHub
2 changed files with 9 additions and 4 deletions
@@ -11,12 +11,13 @@
pytest-xdist,
pytestCheckHook,
pythonOlder,
pythonRelaxDepsHook,
typing-extensions,
}:
buildPythonPackage rec {
pname = "githubkit";
version = "0.11.4";
version = "0.11.5";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -25,7 +26,7 @@ buildPythonPackage rec {
owner = "yanyongyu";
repo = "githubkit";
rev = "refs/tags/v${version}";
hash = "sha256-uxXRDavp5c3e1MOZR2B4wUxEHh6K81avTeaIVsOdup8=";
hash = "sha256-YlI5NEfZD+9I2Ikd/LyEq+MnsdYixi+UVNUP8mfFKc8=";
};
postPatch = ''
@@ -33,8 +34,12 @@ buildPythonPackage rec {
--replace-fail "--cov=githubkit --cov-append --cov-report=term-missing" ""
'';
pythonRelaxDeps = [ "hishel" ];
build-system = [ poetry-core ];
nativeBuildInputs = [ pythonRelaxDepsHook ];
dependencies = [
hishel
httpx
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "hishel";
version = "0.0.26";
version = "0.0.27";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "karpetrosyan";
repo = "hishel";
rev = "refs/tags/${version}";
hash = "sha256-+HjVxcTbY9nRj2938fqguOXuTM3XzJWccx0J6RK2h4A=";
hash = "sha256-3iIQNtdd8sBGfNJrugjjWv4PQKhdFH+prw4poevh+O0=";
};
build-system = [