python311Packages.pyhanko: 0.20.0 -> 0.21.0
Diff: https://github.com/MatthiasValvekens/pyHanko/compare/refs/tags/v0.20.0...v0.21.0 Changelog: https://github.com/MatthiasValvekens/pyHanko/blob/v0.21.0/docs/changelog.rst
This commit is contained in:
parent
b125bb5583
commit
1d11692de2
@ -27,20 +27,21 @@
|
||||
, tzlocal
|
||||
, uharfbuzz
|
||||
, wheel
|
||||
, xsdata
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyhanko";
|
||||
version = "0.20.0";
|
||||
format = "pyproject";
|
||||
version = "0.21.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "MatthiasValvekens";
|
||||
repo = "pyHanko";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-mWhkTVhq3bDkOlhUZIBBqwXUuQCXcFHW1haGOGMywzg=";
|
||||
hash = "sha256-+RlrXuKMY89mO4iuFw7RLQABy+wLrAeHlEvTDCpBSqU=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@ -86,6 +87,9 @@ buildPythonPackage rec {
|
||||
async-http = [
|
||||
aiohttp
|
||||
];
|
||||
etsi = [
|
||||
xsdata
|
||||
];
|
||||
};
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user