Path to this page:
./
textproc/py-xml2rfc,
IETF RFC 7749 XML-to-RFC conversion tool
Branch: CURRENT,
Version: 3.25.0,
Package name: py312-xml2rfc-3.25.0,
Maintainer: pkgsrc-usersThe 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: 410.65 KB
Version history: (Expand)
- (2024-11-27) Updated to version: py312-xml2rfc-3.25.0
- (2024-11-04) Updated to version: py312-xml2rfc-3.24.0
- (2024-10-11) Updated to version: py312-xml2rfc-3.23.2
- (2024-09-17) Updated to version: py312-xml2rfc-3.23.1
- (2024-08-26) Updated to version: py312-xml2rfc-3.23.0
- (2024-07-03) Updated to version: py311-xml2rfc-3.22.0
CVS history: (Expand)
2024-11-27 15:53:51 by Adam Ciarcinski | Files touched by this commit (2) | |
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) | |
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) | |
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) | |
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) | |
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
|
2024-07-03 07:36:55 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-xml2rfc: updated to 3.22.0
v3.22.0 - 2024-07-02
New Features
- Use fonts from xml2rfc-fonts
- Remove dependency on six
Bug Fixes
- Use correct list style for upper case roman
Build System
- Update CodeQL Action to v2
Documentation Changes
- update CHANGELOG.md + py file versions for v3.21.0 [skip ci]
|
2024-06-11 21:25:58 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-xml2rfc: updated to 3.21.0
v3.21.0 - 2024-04-08
New Features
- Validate docName and seriesInfo value for I-D
Bug Fixes
- Avoid breaking citation labels (PR #1114 by @kesara)
Documentation Changes
- update CHANGELOG.md + py file versions for v3.20.1
|