diff options
| author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2026-03-06 17:37:16 +0000 |
|---|---|---|
| committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2026-03-06 17:37:16 +0000 |
| commit | 422c9dd5bd00a4c40d7a501ad37d567a00ad5b64 (patch) | |
| tree | 4b3dc3fa936291824b7f412acba28b7d307d2350 | |
| parent | 6992d353330a198bdd2a7e2a4c2df8c7cdae0ba6 (diff) | |
textproc/xml2rfc: Update to 3.32.0
See https://github.com/ietf-tools/xml2rfc/releases/tag/v3.32.0 for a
list of changes in this release.
| -rw-r--r-- | textproc/xml2rfc/Makefile | 2 | ||||
| -rw-r--r-- | textproc/xml2rfc/distinfo | 6 | ||||
| -rw-r--r-- | textproc/xml2rfc/files/patch-pyproject.toml | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/textproc/xml2rfc/Makefile b/textproc/xml2rfc/Makefile index 081e9c457d76..5a2383f5450e 100644 --- a/textproc/xml2rfc/Makefile +++ b/textproc/xml2rfc/Makefile @@ -1,5 +1,5 @@ PORTNAME= xml2rfc -PORTVERSION= 3.31.0 +PORTVERSION= 3.32.0 CATEGORIES= textproc MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 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,9 +1,9 @@ ---- 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"} |
