./textproc/py-xml2rfc, IETF RFC 7749 XML-to-RFC conversion tool

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.27.0, Package name: py312-xml2rfc-3.27.0, Maintainer: pkgsrc-users

The IETF uses a specific format for the standards and other documents
it publishes as RFCs, and for the draft documents which are produced
when developing documents for publications. There exists a number of
different tools to facilitate the formatting of drafts and RFCs
according to the existing rules, and this tool, **xml2rfc**, is one of
them. It takes as input an xml file which contains the text and
meta-information about author names etc., and transforms it into
suitably formatted output. The input xml file should follow the
grammars in RFC 7749 (for v2 documents) or RFC 7991 (for v3 documents).
Note that the grammar for v3 is still being refined, and changes will
eventually be captured in the bis draft for 7991.


Required to run:
[textproc/py-yaml] [devel/py-setuptools] [textproc/py-lxml] [textproc/py-html5lib] [textproc/py-jinja2] [devel/py-flakes] [devel/py-requests] [lang/py-six] [devel/py-configargparse] [devel/py-appdirs] [devel/py-intervaltree] [geography/py-country] [devel/py-kitchen] [devel/py-google-i18n-address] [lang/python310]

Master sites:

Filesize: 413.316 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-07 08:16:25 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-xml2rfc: updated to 3.27.0

3.27.0

New Features

feat: Respect --allow-local-file-access flag in artwork and sourcecode \ 
(GHSA-432c-wxpg-m4q3)

Bug Fixes

fix: Make warnings respect quite flag
   2025-02-04 09:50:42 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-xml2rfc: updated to 3.26.0

3.26.0

New Features

feat: Add option to update datatracker references
feat: Migrate to pyproject.toml

Bug Fixes

fix(html): Use basename for alternative link
fix: Add quotes to pip extra command
fix: Exit gracefully on artwork and sourcecode src file access errors
fix(text): Improve sentence ending logic
fix(pdf): Fix suboptimal overflow issues in the header

Chores

build: Update Python publish GHA
ci: Use correct environment name for testpypi
   2024-11-27 15:53:51 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xml2rfc: updated to 3.25.0

v3.25.0

New Features
- Drop support for Python 3.8

Bug Fixes
- **pdf**: Fix line height issue with superscripts
- Remove deprecated cgi method
- **text**: Fix truncated text issue in cells with rowspan

Documentation Changes
- update CHANGELOG.md + py file versions for v3.24.0

Chores
- Remove obsolete script
- Cleanup MANIFEST.in
   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-11-04 11:28:14 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xml2rfc: updated to 3.24.0

3.24.0

New Features

- Add support for Python 3.13

Tests

- Add RFC 10k test

Build System

- Remove OpenPGP keys
- Enable tests on Windows OS
- Run macOS tests on m1 processor

Documentation Changes

- update CHANGELOG.md + py file versions for v3.23.2 [skip ci]
   2024-10-11 12:57:34 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xml2rfc: updated to 3.23.2

3.23.2

Bug Fixes
- v2v3: Use bib.ietf.org for I-D xinclude references
- text: Capitalize "type" in non-ASCII artwork message
   2024-09-17 07:25:37 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xml2rfc: updated to 3.23.1

3.23.1

Bug Fixes
- text: Update non-ASCII art text
   2024-08-26 11:51:17 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xml2rfc: updated to 3.23.0

v3.23.0

New Features

Pin WeasyPrint 61.2

Bug Fixes

- text: Render ol and ul inside blockquote correctly
- Add background to tt and code inside dt

Documentation Changes

- update CHANGELOG.md + py file versions for v3.22.0