2022-12-02 08:55:10 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 25 07:12:13 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
|
|
|
|
|
|
|
|
- rework spec file to define %pythons to python310 for Leap15 and SLES15,
|
|
|
|
using the python version 3.10 that ansible is built against
|
|
|
|
- add explicit Requires for python*-subprocess-tee, that is not being added
|
|
|
|
automatically
|
|
|
|
|
2022-11-18 11:21:22 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 18 06:37:34 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
|
|
|
|
|
|
|
|
- update to 2.2.5:
|
|
|
|
* Bugfixes
|
|
|
|
- Make galaxy installation verbose (#190) @ssbarnea
|
|
|
|
- Log current directory before running galaxy install (#188) @ssbarnea
|
|
|
|
- Update build-system dependency for setuptools-scm to >= 7.0.0 (#186) @dvzrv
|
|
|
|
- Update devtools repo url (#185) @ssbarnea
|
|
|
|
|
2022-11-16 20:21:26 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 15 15:40:25 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
|
|
|
|
|
|
|
|
- update to 2.2.4:
|
|
|
|
* Bugfixes
|
|
|
|
- Avoid running galaxy on offline mode (#180) @ssbarnea
|
|
|
|
|
2022-11-03 20:36:03 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 31 13:04:54 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
|
|
|
|
|
|
|
|
- update to 2.2.3:
|
|
|
|
* Bugfixes
|
|
|
|
- Correct offline cli arg support check (#178) @ssbarnea
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 31 11:52:08 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
|
|
|
|
|
|
|
|
- update to 2.2.2:
|
|
|
|
* Bugfixes
|
|
|
|
- Add packaging to dependencies (#173) @ssbarnea
|
|
|
|
- Pass offline argument to galaxy command when needed (#172) @ssbarnea
|
|
|
|
|
2022-09-25 15:00:09 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Sep 25 12:50:57 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
|
|
|
|
|
|
|
|
- update to 2.2.1:
|
|
|
|
* Bugfixes
|
|
|
|
- Avoid galaxy install failure with already symlinked collections (#166) @ssbarnea
|
|
|
|
- Avoid python warning about unknown warning category (#164) @ssbarnea
|
|
|
|
|
2022-07-28 22:52:29 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 28 20:45:45 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
|
|
|
|
|
|
|
|
- update to 2.2.0:
|
|
|
|
* Minor Changes
|
|
|
|
- Allow installation of pre-released collections (#157) @ssbarnea
|
|
|
|
- Add support for python 3.11 (#155) @ssbarnea
|
|
|
|
* Bugfixes
|
|
|
|
- Refactor schema testing (#152) @ssbarnea
|
|
|
|
- Use jsonschema 4.6.0 (#153) @ssbarnea
|
|
|
|
- Avoid CryptographyDeprecationWarning from paramiko (#150) @ssbarnea
|
|
|
|
|
2022-06-14 23:03:08 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2022-05-22 12:21:22 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun May 22 10:21:20 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
|
2022-05-22 12:22:29 +02:00
|
|
|
- update to version 2.0.4:
|
2022-05-22 12:21:22 +02:00
|
|
|
- Add support for tower requirements (#140)
|
|
|
|
- Add offline option to prepare_environment (#138)
|
|
|
|
Fixes: #137
|
|
|
|
|
2022-04-01 20:53:24 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 1 18:50:42 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
|
|
|
|
- Add missing build dependency setuptools_scm.
|
|
|
|
|
2022-03-29 23:23:55 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2022-03-28 15:46:38 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 15 20:51:08 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
|
|
|
|
- Initial package for version 2.0.0.
|