15
0

Accepting request 784291 from home:mcalabkova:branches:devel:languages:python

- Update to version 1.12.5
  * tweak error messages of panflute.dump
  * allow slice assignment to element items (via ListContainer)
  * Tables should now work well without a header or without a body.
  * stringify() now adds quotes around the contents of a Quoted() element.

OBS-URL: https://build.opensuse.org/request/show/784291
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-panflute?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2020-03-12 11:41:09 +00:00
committed by Git OBS Bridge
parent 7b55f14d3f
commit 79b48214d8
4 changed files with 20 additions and 10 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Mar 12 11:32:27 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to version 1.12.5
* tweak error messages of panflute.dump
* allow slice assignment to element items (via ListContainer)
* Tables should now work well without a header or without a body.
* stringify() now adds quotes around the contents of a Quoted() element.
-------------------------------------------------------------------
Tue Nov 19 14:53:00 UTC 2019 - Todd R <toddrme2178@gmail.com>