summaryrefslogtreecommitdiff
path: root/textproc/py-odfpy
AgeCommit message (Collapse)AuthorFilesLines
2022-01-04*: bump PKGREVISION for egg.mk userswiz1-2/+2
They now have a tool dependency on py-setuptools instead of a DEPENDS
2021-10-26textproc: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip
2021-10-07textproc: Remove SHA1 hashes for distfilesnia1-2/+1
2020-08-18Always install man pages. Bump revision.joerg4-4/+41
2020-02-16py-odfpy: updated to 1.4.1adam2-7/+10
1.4.1: Unknown changes
2018-12-04py-odfpy: updated to 1.4.0adam3-8/+11
Release 1.4.0. Requires defusedxml, which guards against various XML vulnerabilities.
2018-07-06py-odfpy: updated to 1.3.6adam4-19/+36
release-1.3.6: - Proper import of load - Escaping: replace xml-1.0-illegal characters with question marks - ODT merge example - Changed the path to save images. Now image of the subobject is stored in a folder of subobject
2017-09-04Odfpy is a library to read and write OpenDocument v1.2 files. The main focusadam4-0/+149
has been to prevent the programmer from creating invalid documents. It has checks that raise an exception if the programmer adds an invalid element, adds an attribute unknown to the grammar, forgets to add a required attribute or adds text to an element that doesn't allow it. These checks and the API itself were generated from the RelaxNG schema, and then hand-edited. Therefore the API is complete and can handle all ODF constructions.