git: fc49c40e45f0 - main - security/py-pyhanko: Update to 0.29.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 01 Jun 2025 16:27:17 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fc49c40e45f0426941682af9115824fd927bf217

commit fc49c40e45f0426941682af9115824fd927bf217
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-06-01 16:14:09 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-06-01 16:23:35 +0000

    security/py-pyhanko: Update to 0.29.0
    
    Changes:        https://github.com/MatthiasValvekens/pyHanko/releases
                    https://github.com/MatthiasValvekens/pyHanko/blob/master/docs/changelog.rst
                    https://pyhanko.readthedocs.io/en/latest/changelog.html
---
 security/py-pyhanko/Makefile                   |  2 +-
 security/py-pyhanko/distinfo                   |  6 +++---
 security/py-pyhanko/files/patch-pyproject.toml | 15 ++++++---------
 3 files changed, 10 insertions(+), 13 deletions(-)

diff --git a/security/py-pyhanko/Makefile b/security/py-pyhanko/Makefile
index 3a8a2e5d6366..4c33e36d7851 100644
--- a/security/py-pyhanko/Makefile
+++ b/security/py-pyhanko/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pyhanko
-PORTVERSION=	0.28.0
+PORTVERSION=	0.29.0
 CATEGORIES=	security python
 MASTER_SITES=	PYPI \
 		https://github.com/MatthiasValvekens/pyHanko/releases/download/v${PORTVERSION}/
diff --git a/security/py-pyhanko/distinfo b/security/py-pyhanko/distinfo
index 9f36b6fe9951..50a4af4fe76b 100644
--- a/security/py-pyhanko/distinfo
+++ b/security/py-pyhanko/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1748107942
-SHA256 (pyhanko-0.28.0.tar.gz) = ec9832f1347ab52b7cb4cc9ea184a2d44e168ffdf16823a667aaed391809b430
-SIZE (pyhanko-0.28.0.tar.gz) = 509521
+TIMESTAMP = 1748495853
+SHA256 (pyhanko-0.29.0.tar.gz) = d4b7b83c51126c430fdd84bbee3399c1826b4c982b3a044644f610396f4e92e5
+SIZE (pyhanko-0.29.0.tar.gz) = 366660
diff --git a/security/py-pyhanko/files/patch-pyproject.toml b/security/py-pyhanko/files/patch-pyproject.toml
index dee4b3a1faff..f5c510df08b8 100644
--- a/security/py-pyhanko/files/patch-pyproject.toml
+++ b/security/py-pyhanko/files/patch-pyproject.toml
@@ -1,20 +1,17 @@
---- pyproject.toml.orig	2025-05-24 12:37:13 UTC
+--- pyproject.toml.orig	2025-05-27 21:43:28 UTC
 +++ pyproject.toml
-@@ -1,17 +1,16 @@ requires = [
+@@ -1,14 +1,13 @@
  [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"
 +name = "pyhanko"
  description = "Tools for stamping and signing PDF files"
- authors = [{name = "Matthias Valvekens", email = "dev@mvalvekens.be"}]
- maintainers = [{name = "Matthias Valvekens", email = "dev@mvalvekens.be"}]
+ authors = [{ name = "Matthias Valvekens", email = "dev@mvalvekens.be" }]
+ maintainers = [{ name = "Matthias Valvekens", email = "dev@mvalvekens.be" }]
 -license = "MIT"
 -license-files = ["LICENSE", "src/pyhanko/pdf_utils/LICENSE.PyPDF2"]
 +license = {text = "MIT"}