diff options
Diffstat (limited to 'security/py-pyhanko-certvalidator/files/patch-pyproject.toml')
-rw-r--r-- | security/py-pyhanko-certvalidator/files/patch-pyproject.toml | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/security/py-pyhanko-certvalidator/files/patch-pyproject.toml b/security/py-pyhanko-certvalidator/files/patch-pyproject.toml index d63981588a4a..610cbd5c387d 100644 --- a/security/py-pyhanko-certvalidator/files/patch-pyproject.toml +++ b/security/py-pyhanko-certvalidator/files/patch-pyproject.toml @@ -1,10 +1,17 @@ ---- pyproject.toml.orig 2025-03-15 15:08:08 UTC +--- pyproject.toml.orig 2025-08-23 12:29:44 UTC +++ pyproject.toml -@@ -1,6 +1,6 @@ requires = [ +@@ -1,12 +1,11 @@ [build-system] - requires = [ -- "setuptools>=67.4", -+ "setuptools>=61", - "wheel" - ] +-requires = ["setuptools>=80.8.0"] ++requires = ["setuptools>=61"] build-backend = "setuptools.build_meta" + + [project] + name = "pyhanko-certvalidator" + authors = [{name = "Matthias Valvekens", email = "dev@mvalvekens.be"}] +-license = "MIT" +-license-files = ["LICENSE"] ++license = {text = "MIT"} + description = "Validates X.509 certificates and paths; forked from wbond/certvalidator" + keywords = [ + "crypto", |