Path to this page:
./
textproc/py-docx,
Python library for Microsoft Word (.docx) files
Branch: CURRENT,
Version: 1.1.2nb1,
Package name: py312-docx-1.1.2nb1,
Maintainer: pkgsrc-usersA Python library for creating and updating Microsoft Word (.docx) files.
Required to run:[
textproc/py-lxml] [
lang/python310]
Master sites:
Filesize: 5524.005 KB
Version history: (Expand)
- (2025-04-14) Updated to version: py312-docx-1.1.2nb1
- (2024-11-11) Updated to version: py312-docx-1.1.2
- (2024-05-22) Updated to version: py311-docx-1.1.2
- (2024-01-24) Updated to version: py311-docx-1.1.0
- (2022-07-12) Updated to version: py310-docx-0.8.11nb1
- (2022-01-05) Updated to version: py39-docx-0.8.11nb1
CVS history: (Expand)
2025-07-05 13:44:20 by Thomas Klausner | Files touched by this commit (116) |
Log message:
*: some more recursive Python restrictions on Python 3.11+
Reported in SmartOS bulk build
|
2025-04-14 14:06:25 by Adam Ciarcinski | Files touched by this commit (16) |  |
Log message:
Fix PLIST after py-setuptools update; bump depends and revision
|
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-05-22 11:03:56 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-docx: updated to 1.1.2
1.1.2 (2024-05-01)
- Revert lxml<=4.9.2 pin that breaks Python 3.12 install
- Support use of Part._rels by python-docx-template
- Add support and testing for Python 3.12
1.1.1 (2024-04-29)
- Index error on table with misaligned borders
- Tolerate invalid float value in bottom-margin
- Do not require typing-extensions at runtime
|
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
|