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
|
2024-02-08 07:09:35 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-xml2rfc: updated to 3.19.4
v3.19.4
Bug Fixes
- revert: Treat referencegroup entries similarly to reference entries
Build System
- Add revert to version bump list.
Documentation Changes
- update CHANGELOG.md + py file versions for v3.19.3
|
2024-02-05 07:46:01 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-xml2rfc: updated to 3.19.3
v3.19.3 - 2024-02-04
Bug Fixes
- Silently pass when weasyprint is not installed
Refactors
- Use context managers when opening files
Documentation Changes
- update CHANGELOG.md + py file versions for v3.19.2 [skip ci] (commit by @kesara)
- Update README.md (commit by @kesara)
v3.19.2 - 2024-01-31
Bug Fixes
- Use importlib.metadata
- Use raw string notation for regex
- Improve xml2rfc version information logic
- Treat referencegroup entries similarly to reference entries
Build System
- Use PyPI trusted publishing
- Remove redundant doc publish job
- Give permission to write packages and content to pypi-publish GHA. (commit by \
@kesara)
Documentation Changes
cd66aec - update CHANGELOG.md + py file versions for v3.19.1 [skip ci] (commit \
by @kesara)
Chores
- Remove stale bin directory
- Remove stale doc directory
- Use inclusive language
|