2024-01-24 10:12:09 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-docx: updated to 1.1.0
1.1.0 (2023-11-03)
- Add BlockItemContainer.iter_inner_content()
1.0.1 (2023-10-12)
- Fix: parse_xml() and OxmlElement moved.
- Add Hyperlink.fragment and .url
1.0.0 (2023-10-01)
- Remove Python 2 support. Supported versions are 3.7+
- Fix: Paragraph.text includes hyperlink text
- Add: Hyperlink.address
- Add Hyperlink.contains_page_break
- Add Hyperlink.runs
- Add Hyperlink.text
- Add Paragraph.contains_page_break
- Add Paragraph.hyperlinks
- Add Paragraph.iter_inner_content()
- Add Paragraph.rendered_page_breaks
- Add RenderedPageBreak.following_paragraph_fragment
- Add RenderedPageBreak.preceding_paragraph_fragment
- Add Run.contains_page_break
- Add Run.iter_inner_content()
- Add Section.iter_inner_content()
|
2022-07-12 09:17:34 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-docx: restrict to python3
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-11-01 19:58:33 by Thomas Klausner | Files touched by this commit (6) |
Log message:
*: convert dependencies of py-pyparsing to versioned_dependencies.mk
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2021-06-07 10:36:00 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-docx: updated to 0.8.11
0.8.11:
- Small build changes and Python 3.8 version changes like collections.abc location.
|
2020-05-17 23:38:47 by Adam Ciarcinski | Files touched by this commit (14) |
Log message:
pytest from versioned depends
|
2019-01-09 09:38:40 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-docx: updated to 0.8.10
0.8.10:
- Revert use of expanded package directory for default.docx to work around setup.py
problem with filenames containing square brackets.
0.8.9:
- Fix gap in MANIFEST.in that excluded default document template directory
0.8.8:
- Add support for headers and footers
|
2018-08-28 12:01:46 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-docx: updated to 0.8.7
0.8.7:
- Add _Row.height_rule
- Add _Row.height
- Add _Cell.vertical_alignment
- Fix 455: increment next_id, don't fill gaps
- Add 375: import docx failure on --OO optimization
- Add 254: remove default zoom percentage
- Add 266: miscellaneous documentation fixes
- Add 175: refine MANIFEST.ini
- Add 168: Unicode error on core-props in Python 2
|