Merge pull request #285357 from fabaff/hishel-bump

python311Packages.hishel: 0.0.21 -> 0.0.22
This commit is contained in:
Fabian Affolter 2024-02-04 22:47:52 +01:00 committed by GitHub
commit 1a499345c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 2 deletions

View File

@ -9,6 +9,7 @@
, pyjwt
, pytestCheckHook
, pythonOlder
, pythonRelaxDepsHook
, typing-extensions
}:
@ -26,6 +27,10 @@ buildPythonPackage rec {
hash = "sha256-nPXs6thXAshDojgHSNyEeBN/jNJkfFECSuY5f51Zozo=";
};
pythonRelaxDeps = [
"hishel"
];
postPatch = ''
substituteInPlace pyproject.toml \
--replace "--cov=githubkit --cov-append --cov-report=term-missing" ""
@ -33,6 +38,7 @@ buildPythonPackage rec {
nativeBuildInputs = [
poetry-core
pythonRelaxDepsHook
];
propagatedBuildInputs = [

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "hishel";
version = "0.0.21";
version = "0.0.22";
pyproject = true;
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "karpetrosyan";
repo = "hishel";
rev = "refs/tags/${version}";
hash = "sha256-okNNYEq97qb2OoP3N+MvG7o3YADfd6LxP8EaNuWDGOM=";
hash = "sha256-2GboU1J0jvZUz20+KpDYnfDqc+qi0tmlypbWeOoYjX0=";
};
nativeBuildInputs = [