forked from pool/python-ansible-compat
f555246f86
- Minor Changes - Add module to work with schemas (#143) @ssbarnea - Bugfixes - Expose role_name_check in prepare_environment (#147) @zhan9san - Install role in cache dir (#135) @zhan9san - Prevent occasional FileExistsError with symlink recreation (#145) @ssbarnea OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/python-ansible-compat?expand=0&rev=9
42 lines
1.6 KiB
Plaintext
42 lines
1.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Jun 14 21:02:38 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
- Update to version 2.1.0:
|
|
- Minor Changes
|
|
- Add module to work with schemas (#143) @ssbarnea
|
|
- Bugfixes
|
|
- Expose role_name_check in prepare_environment (#147) @zhan9san
|
|
- Install role in cache dir (#135) @zhan9san
|
|
- Prevent occasional FileExistsError with symlink recreation (#145) @ssbarnea
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 22 10:21:20 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
- update to version 2.0.4:
|
|
- Add support for tower requirements (#140)
|
|
- Add offline option to prepare_environment (#138)
|
|
Fixes: #137
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 1 18:50:42 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
- Add missing build dependency setuptools_scm.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 29 20:14:16 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
- Update to version 2.0.2:
|
|
- Ensure get_cache_dir works with relative paths (#131)
|
|
- Make cache_key portable (#127)
|
|
This will help getting the behavior more portable across different
|
|
systems, as the cache key for specific project name should be the
|
|
same, regardless location of user home directory or the source code
|
|
location.
|
|
- Correct pylint version (#128)
|
|
We previously used unreleased version of pylint.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 15 20:51:08 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
- Initial package for version 2.0.0.
|