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-12-06 04:57:50 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
(textproc/py-relatorio) Updated 0.9.3 to 0.10.0 (Fix use_2to3 is invalid)
* 0.10.0 - 20210911
* Remove support for Python older than 3.5
* Add relatorio-render script
* Add templating of meta in opendocument
|
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-05-07 20:06:45 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-relatorio: updated to 0.9.3
0.9.3:
* Support empty image in opendocument
* Add support for Python 3.9
|
2020-08-07 08:57:09 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-relatorio: updated to 0.9.2
0.9.2:
* Support draw name tuple without parenthesis
|
2020-06-01 18:06:18 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-relatorio: updated to 0.9.1
0.9.1:
* Do not guess type of cell if directive is not alone
* Add support for Python 3.8
* Support file-magic as fallback to python-magic
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2019-08-26 17:13:29 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-relatorio: updated to 0.9.0
0.9.0:
* Support out parameter of render
* Write opendocument stream directly to the ZipFile
|
2019-03-04 13:08:09 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-relatorio: updated to 0.8.1
0.8.1:
* Add support for Python 3.7
* Escape invalid XML characters
* Enforce closing tag to be the same directive as the opening
* Use compression for zip file
* Write mimetype as first file of the zip file
0.8.0:
* Do not guess_type on styled cell content
* Remove type attributes when guessing type
* Add support for Python 3.6
* Remove soft-page-break
0.7.1:
* Remove warning when import plugin fails
* Apply the guess type function on the correct node
* Fix guess_type for date and datetime
0.7.0:
* Replace hard-coded extensions by mimetypes guess
* Add more guess types: 'boolean', 'date', 'time' and 'void'
* Add support for Flat OpenDocument
0.6.4:
* Use StringIO instead of BytesIO for TextSerializer result
|