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
|
2018-07-03 07:03:44 by Adam Ciarcinski | Files touched by this commit (495) |
Log message:
extend PYTHON_VERSIONS_ for Python 3.7
|
2017-11-24 23:15:59 by Thomas Klausner | Files touched by this commit (17) |
Log message:
*: depend on py-cairo now it supports all python versions
|
2017-01-01 15:44:09 by Thomas Klausner | Files touched by this commit (577) |
Log message:
Add python-3.6 to incompatible versions.
|
2016-08-17 16:56:56 by Richard PALO | Files touched by this commit (2) | |
Log message:
update to relatorio-0.6.3
CHANGES:
0.6.3 - 20160629
* Update calcext:value-type with the same guessed type
* Register MarkupTemplate for 'markup' mimetype instead of 'xml'
|
2016-07-09 15:04:18 by Thomas Klausner | Files touched by this commit (599) |
Log message:
Remove python33: adapt all packages that refer to it.
|