summaryrefslogtreecommitdiff
path: root/security/py-certomancer
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-certomancer')
-rw-r--r--security/py-certomancer/Makefile2
-rw-r--r--security/py-certomancer/distinfo6
-rw-r--r--security/py-certomancer/files/patch-pyproject.toml13
3 files changed, 10 insertions, 11 deletions
diff --git a/security/py-certomancer/Makefile b/security/py-certomancer/Makefile
index f94266747213..9db93b00c997 100644
--- a/security/py-certomancer/Makefile
+++ b/security/py-certomancer/Makefile
@@ -1,5 +1,5 @@
PORTNAME= certomancer
-PORTVERSION= 0.12.3
+PORTVERSION= 0.13.0
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/security/py-certomancer/distinfo b/security/py-certomancer/distinfo
index faf0dfb2e2db..89ae22b8f5e2 100644
--- a/security/py-certomancer/distinfo
+++ b/security/py-certomancer/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1732260960
-SHA256 (certomancer-0.12.3.tar.gz) = 75ccf5eb3fb452a716584c63fdaf5d9f2cd02352e79fd868ab71ba4fa4ca46bc
-SIZE (certomancer-0.12.3.tar.gz) = 74566
+TIMESTAMP = 1749813106
+SHA256 (certomancer-0.13.0.tar.gz) = 5e6e6525e8c135cb564457c3f87e37839e3d75027372cb79198d9b00588ad4e2
+SIZE (certomancer-0.13.0.tar.gz) = 76028
diff --git a/security/py-certomancer/files/patch-pyproject.toml b/security/py-certomancer/files/patch-pyproject.toml
index 2adea008a048..b9902f86568f 100644
--- a/security/py-certomancer/files/patch-pyproject.toml
+++ b/security/py-certomancer/files/patch-pyproject.toml
@@ -1,10 +1,9 @@
---- pyproject.toml.orig 2024-03-15 23:37:58 UTC
+--- pyproject.toml.orig 2025-06-02 22:08:47 UTC
+++ pyproject.toml
-@@ -1,6 +1,6 @@ requires = [
+@@ -1,5 +1,5 @@
[build-system]
- requires = [
-- "setuptools>=67.4",
-+ "setuptools>=61",
- "wheel",
- ]
+-requires = ["setuptools>=80.9.0"]
++requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"
+
+ [project]