14
0
forked from pool/python-moban

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

- Update to 0.7.0
  * make gitfs2 and pypifs optional.
  * python 2.7 support is dropped.
  * show friendlier error when unknown protocol exception was raised.
  * python 3.4 support is gone
  * no verbose for error, -v for warning, -vv for warning+info, -vvv for warning+info+debug
  * show template plugin name, i.e. 'copying' for copy instead of 'templating'
  * support moban file inheritance
  * support intermediate targets in moban file
  * Command options have been grouped. --template_type became --template-type

OBS-URL: https://build.opensuse.org/request/show/765875
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-moban?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2020-01-21 08:32:52 +00:00
committed by Git OBS Bridge
parent 01cd058410
commit 995ff098ee
4 changed files with 29 additions and 14 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Jan 20 15:16:02 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 0.7.0
* make gitfs2 and pypifs optional.
* python 2.7 support is dropped.
* show friendlier error when unknown protocol exception was raised.
* python 3.4 support is gone
* no verbose for error, -v for warning, -vv for warning+info, -vvv for warning+info+debug
* show template plugin name, i.e. 'copying' for copy instead of 'templating'
* support moban file inheritance
* support intermediate targets in moban file
* Command options have been grouped. --template_type became --template-type
-------------------------------------------------------------------
Tue Oct 1 14:25:35 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>