forked from pool/python-moban
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-moban?expand=0&rev=24
153 lines
5.9 KiB
Plaintext
153 lines
5.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Jun 9 12:40:57 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Convert to libalternatives
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 2 12:30:05 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Convert to pip-based build
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 20 06:37:52 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Add patch stop-using-jinja-extensions.patch
|
|
* Stop using a removed Jinja2 extension.
|
|
- Add patch remove-mock.patch
|
|
* Switch to using unittest.mock.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 24 08:38:23 UTC 2020 - pgajdos@suse.com
|
|
|
|
- version update to 0.8.2
|
|
#. Use any functions, any data structure of any python packages as jinja2
|
|
filters, tests, globals
|
|
#. `#399 <https://github.com/moremoban/moban/issues/399>`_: content processor
|
|
should be called only once
|
|
#. content processor shall pass on options to content processors
|
|
#. moban.plugins.jinja2.tests.files is moved to moban-ansible package
|
|
#. moban.plugins.jinja2.filters.github is moved to moban-jinja2-github package
|
|
#. `#396 <https://github.com/moremoban/moban/issues/396>`_: custom jinja2
|
|
plugins(filters, tests and globals) are not visible if a template is passed
|
|
as a string.
|
|
#. `#393 <https://github.com/moremoban/moban/issues/393>`_: Rendered content
|
|
output to stdout once
|
|
#. `#390 <https://github.com/moremoban/moban/issues/390>`_: single render action
|
|
will print to stdout by default
|
|
- modified patches
|
|
% remove_nose.patch (extended, https://github.com/moremoban/moban/pull/404)
|
|
- added sources
|
|
+ _multibuild
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 18 14:48:12 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Add remove_nose.patch which ports test suite from nose to
|
|
pytest (gh#moremoban/moban#364). Still unfinished and work in progress.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 12 07:54:57 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- Update to 0.7.8
|
|
* finally be able strip the rendered content
|
|
* -pd for command line to include custom plugin directories
|
|
* Non-textual source files should default to copy
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 25 06:50:48 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
|
|
|
- %python3_only -> %python_alternative
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 22 07:42:56 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- Update to 0.7.5
|
|
* #365: regression was introduced by v0.6.5. If you uses mobanfile
|
|
as data configuration file, you are very likely to have this show
|
|
stopper.
|
|
* suppress stdout message from deprecated pip install. but please
|
|
do not use and migrate deprecated`requires` syntax.
|
|
|
|
-------------------------------------------------------------------
|
|
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
|