14
0
forked from pool/python-moban

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

- Update to 0.6.3
  * support pyFilesystem2
  * -vv show debug trace
  * Allow mobanfile to include data from arbitrary config files
  * fix moban 0.4.5 test failures on openSUSE Tumbleweed
  * '-e' to load extensions for template engines, i.e. jinja2
  * jinja-cli parity: support command line pipe stream.

OBS-URL: https://build.opensuse.org/request/show/734368
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-moban?expand=0&rev=6
This commit is contained in:
John Vandenberg
2019-10-01 15:13:31 +00:00
committed by Git OBS Bridge
parent 895a6393e3
commit 01cd058410
4 changed files with 26 additions and 11 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Oct 1 14:25:35 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 0.6.3
* support pyFilesystem2
* -vv show debug trace
* Allow mobanfile to include data from arbitrary config files
* fix moban 0.4.5 test failures on openSUSE Tumbleweed
* '-e' to load extensions for template engines, i.e. jinja2
* jinja-cli parity: support command line pipe stream.
-------------------------------------------------------------------
Tue Jul 23 14:05:47 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>