diff --git a/textproc/xml2rfc/Makefile b/textproc/xml2rfc/Makefile index 081e9c457d76..5a2383f5450e 100644 --- a/textproc/xml2rfc/Makefile +++ b/textproc/xml2rfc/Makefile @@ -1,32 +1,32 @@ PORTNAME= xml2rfc -PORTVERSION= 3.31.0 +PORTVERSION= 3.32.0 CATEGORIES= textproc MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= marcus@FreeBSD.org COMMENT= Tool to create RFCs and related documents from XML WWW= https://xml2rfc.tools.ietf.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0.44.0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=5.3.0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.5.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}country>=22.3.5:devel/py-country@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}intervaltree>=3.1.0:devel/py-intervaltree@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-i18n-address>=3.0.0:devel/py-google-i18n-address@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}configargparse>=1.2.3:devel/py-configargparse@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=3.1.2:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>=5.3.1:devel/py-pyyaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wcwidth>=0.2.5:devel/py-wcwidth@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}platformdirs>=3.6.0:devel/py-platformdirs@${PY_FLAVOR} USES= python USE_PYTHON= pep517 autoplist concurrent optsuffix NO_ARCH= yes .include diff --git a/textproc/xml2rfc/distinfo b/textproc/xml2rfc/distinfo index b156caceae5c..16fbd9569749 100644 --- a/textproc/xml2rfc/distinfo +++ b/textproc/xml2rfc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760963803 -SHA256 (xml2rfc-3.31.0.tar.gz) = 0a1d4ccc4425aed39b5f0f833a8eb1e0f9e8f1897d3441c3a15877dee36cf484 -SIZE (xml2rfc-3.31.0.tar.gz) = 422008 +TIMESTAMP = 1772818339 +SHA256 (xml2rfc-3.32.0.tar.gz) = 506d6fb5ff0bc029991c0d7fa8e429863005e2892c1dfe49fcc3e69ee94b76c9 +SIZE (xml2rfc-3.32.0.tar.gz) = 423379 diff --git a/textproc/xml2rfc/files/patch-pyproject.toml b/textproc/xml2rfc/files/patch-pyproject.toml index 7d7d8229d888..1cbb9237643e 100644 --- a/textproc/xml2rfc/files/patch-pyproject.toml +++ b/textproc/xml2rfc/files/patch-pyproject.toml @@ -1,12 +1,12 @@ ---- pyproject.toml.orig 2025-08-02 14:54:40 UTC +--- pyproject.toml.orig 2026-03-06 17:34:39 UTC +++ pyproject.toml -@@ -4,8 +4,7 @@ requires-python = ">=3.9" +@@ -4,8 +4,7 @@ requires-python = ">=3.10" description = "xml2rfc generates RFCs and IETF drafts from document source in XML according to the IETF xml2rfc v2 and v3 vocabularies." readme = "README.md" - requires-python = ">=3.9" + requires-python = ">=3.10" -license = "BSD-3-Clause" -license-files = ["LICENSE"] +license = {file = "LICENSE"} authors = [{name = "IETF Tools", email = "tools-help@ietf.org"}] keywords = ["ietf", "rfc", "id", "internet-draft", "xml", "xml2rfc", "xmlrfc"] classifiers = [