python3.pkgs.certomancer: 0.8.2 -> 0.9.1

Adds Python 3.11 compatibility.
This commit is contained in:
Alyssa Ross 2023-02-13 13:58:48 +00:00
parent d1801a813d
commit 3af4729a32
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "certomancer";
version = "0.8.2";
version = "0.9.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "MatthiasValvekens";
repo = "certomancer";
rev = version;
sha256 = "sha256-H43NlFNTwZtedHsB7c62MocwQVOi5JjVJxRcZY+Wn7Y=";
sha256 = "4v2e46ZrzhKXpMULj0vmDRoLOypi030eaADAYjLMg5M=";
};
propagatedBuildInputs = [
@ -43,9 +43,7 @@ buildPythonPackage rec {
];
postPatch = ''
substituteInPlace setup.py \
--replace ", 'pytest-runner'" "" \
--replace "pyhanko-certvalidator==0.19.2" "pyhanko-certvalidator==0.19.5"
substituteInPlace setup.py --replace ", 'pytest-runner'" ""
'';
nativeCheckInputs = [