Date: Tue, 18 Jun 2024 04:08:45 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: 5ea0649df94e - main - textproc/py-xhtml2pdf: Update to 0.2.16 Message-ID: <202406180408.45I48jvf078378@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=5ea0649df94e4bb7afb241eb69a6a521fd0a61d9 commit 5ea0649df94e4bb7afb241eb69a6a521fd0a61d9 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-06-18 04:00:39 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-06-18 04:00:39 +0000 textproc/py-xhtml2pdf: Update to 0.2.16 Changes: https://github.com/xhtml2pdf/xhtml2pdf/releases https://github.com/xhtml2pdf/xhtml2pdf/blob/master/docs/source/release-notes.rst https://xhtml2pdf.readthedocs.io/en/latest/release-notes.html --- textproc/py-xhtml2pdf/Makefile | 4 ++-- textproc/py-xhtml2pdf/distinfo | 6 +++--- textproc/py-xhtml2pdf/files/patch-pyproject.toml | 11 ----------- 3 files changed, 5 insertions(+), 16 deletions(-) diff --git a/textproc/py-xhtml2pdf/Makefile b/textproc/py-xhtml2pdf/Makefile index 8ef663df01a5..9266538d0db7 100644 --- a/textproc/py-xhtml2pdf/Makefile +++ b/textproc/py-xhtml2pdf/Makefile @@ -1,5 +1,5 @@ PORTNAME= xhtml2pdf -PORTVERSION= 0.2.15 +PORTVERSION= 0.2.16 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}arabic-reshaper>=3.0.0:textproc/py-arabic-re ${PYTHON_PKGNAMEPREFIX}pyhanko-certvalidator>=0.19.5:security/py-pyhanko-certvalidator@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pypdf>=3.1.0:print/py-pypdf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-bidi>=0.4.2:textproc/py-python-bidi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}reportlab>=4.0.4:print/py-reportlab@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}reportlab>=4.0.4<5:print/py-reportlab@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}svglib>=1.2.1:converters/py-svglib@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.0:devel/py-nose@${PY_FLAVOR} diff --git a/textproc/py-xhtml2pdf/distinfo b/textproc/py-xhtml2pdf/distinfo index 133c707ea9fa..3ed0c33e03d5 100644 --- a/textproc/py-xhtml2pdf/distinfo +++ b/textproc/py-xhtml2pdf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708449486 -SHA256 (xhtml2pdf-0.2.15.tar.gz) = cc9c68551677f831d836e7fc94196fa777d3c4d500754aa4dc5c02d45c0e19d1 -SIZE (xhtml2pdf-0.2.15.tar.gz) = 138749 +TIMESTAMP = 1718580146 +SHA256 (xhtml2pdf-0.2.16.tar.gz) = 7391adac12afb086561667cdc8d6ef0ac4afe5097bd97383622d42b6343dee71 +SIZE (xhtml2pdf-0.2.16.tar.gz) = 138833 diff --git a/textproc/py-xhtml2pdf/files/patch-pyproject.toml b/textproc/py-xhtml2pdf/files/patch-pyproject.toml deleted file mode 100644 index cb4c5b259ce3..000000000000 --- a/textproc/py-xhtml2pdf/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ ---- pyproject.toml.orig 2024-02-08 23:06:24 UTC -+++ pyproject.toml -@@ -54,7 +54,7 @@ dependencies = [ - "pyhanko-certvalidator>=0.19.5", - "pypdf>=3.1.0", - "python-bidi>=0.4.2", -- "reportlab>=4.0.4,<4.1", -+ "reportlab>=4.0.4", - "svglib>=1.2.1", - ] - dynamic = ["version"]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406180408.45I48jvf078378>