Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 May 2023 16:28:22 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4d6ff9220ef6 - main - security/py-pyhanko: Allow build with py-uharfbuzz 0.36.0
Message-ID:  <202305021628.342GSMeN074820@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit 4d6ff9220ef6c9b787785d3ecd2b7eacc33b8a2d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-05-02 16:20:19 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-05-02 16:20:19 +0000

    security/py-pyhanko: Allow build with py-uharfbuzz 0.36.0
    
    - Bump PORTREVISION for package change
---
 security/py-pyhanko/Makefile             | 4 ++--
 security/py-pyhanko/files/patch-setup.py | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/security/py-pyhanko/Makefile b/security/py-pyhanko/Makefile
index 495ca323a6ac..cb1256d3e73c 100644
--- a/security/py-pyhanko/Makefile
+++ b/security/py-pyhanko/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	pyhanko
 PORTVERSION=	0.17.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -37,7 +37,7 @@ XMP_DESC=	XMP (Extensible Metadata Platform) support
 IMAGE_SUPPORT_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pillow>=7.2.0:graphics/py-pillow@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}python-barcode>=0.14.0<0.14.0_99:graphics/py-python-barcode@${PY_FLAVOR}
 OPENTYPE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fonttools>=4.33.3:print/py-fonttools@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}uharfbuzz>=0.25.0<0.36.0:print/py-uharfbuzz@${PY_FLAVOR}
+			${PYTHON_PKGNAMEPREFIX}uharfbuzz>=0.25.0<0.36.0_99:print/py-uharfbuzz@${PY_FLAVOR}
 PKGCS11_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}python-pkcs11>=0.7.0<0.8:security/py-python-pkcs11@${PY_FLAVOR}
 XMP_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}defusedxml>=0.7.1<0.8:devel/py-defusedxml@${PY_FLAVOR}
 
diff --git a/security/py-pyhanko/files/patch-setup.py b/security/py-pyhanko/files/patch-setup.py
index 2533d518dd49..7185d1b74bc6 100644
--- a/security/py-pyhanko/files/patch-setup.py
+++ b/security/py-pyhanko/files/patch-setup.py
@@ -13,7 +13,7 @@
              # uharfbuzz sometimes includes breaking changes, so
              # we set an explicit range
 -            'uharfbuzz>=0.25.0,<0.31.0'
-+            'uharfbuzz>=0.25.0,<0.36.0'
++            'uharfbuzz>=0.25.0,<=0.36.0'
          ],
          'image-support': [
              # Only tested systematically on 8.x,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305021628.342GSMeN074820>