forked from pool/python-moban
- 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
83 lines
3.1 KiB
Plaintext
83 lines
3.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- 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>
|
|
|
|
- Update to 0.5.0:
|
|
* various fixes and tests updates
|
|
* See CHANGELOG.rst
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 17 10:59:53 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Trim bias from description. Fix grammar.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 14 00:12:54 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Remove base_engine.py workaround
|
|
- Removed build dependency on moban-handlebars
|
|
- Update to v0.3.8
|
|
- Allow template literals as positional arguments
|
|
- Report changes in non-zero exit code only with --exit-code
|
|
- Disables file permissions copy feature on Windows
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 9 15:58:32 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Fill base_engine.py instead of deleting it.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 8 04:19:21 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Trim description and add %check
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 7 04:02:49 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Update to v0.3.7
|
|
- Simplified CLI usage
|
|
- Source tarball includes docs and tests
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 01 09:53:13 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Update to v0.3.6
|
|
- Improved Windows support
|
|
- Gracefully skip entries encountering write permission errors.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 17 09:53:13 UTC 2018 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Update to v0.3.5
|
|
- Switched from PyYAML to ruamel.yaml
|
|
- Improved error reporting for YAML syntax errors.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 27 11:00:01 UTC 2018 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial revision for v0.3.4
|