15
0
forked from pool/python-ara

Accepting request 1226211 from home:glaubitz:branches:devel:languages:python

- Update to 1.7.2
  * When recording diffs, properly format and display the "prepared" key
    for the modules that use it (apt, git, cli_config and others)
  * Sorting task results by duration when browsing playbook results works once again
  * Updated bootstrap css from 5.3.0 to 5.3.3
  * Catch SIGINT and SIGTERM signals resulting in the interruption of playbooks to
    set the status of the playbook to "expired" instead of keeping it running forever
    unless expired with `ara playbook expire` from the CLI.
  * Add support for UTF-8 encoded usernames and passwords
  * Add .readthedocs.yaml to fix broken documentation builds
  * Formally include ara as a dependency in order to include --help commands in the docs
  * Added an introduction page
  * Made dependency on ruamel.yaml explicit rather than implicit
  * Update usage of logging.warn to logging.warning for
    python 3.13
  * Updated versions of Ansible tested in CI to Ansible 10 and ansible-core 2.17

OBS-URL: https://build.opensuse.org/request/show/1226211
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ara?expand=0&rev=34
This commit is contained in:
2024-11-28 17:33:51 +00:00
committed by Git OBS Bridge
parent 833f24d21f
commit 3552060d78
4 changed files with 24 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2a6b0b5b42ec9fb93586768845061a70cc4fbd3d413bcd2e57f0596cc50ded62
size 12946518

3
ara-1.7.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:16d4f5cee550c23efda83d3e1fa9b48a67af3db37741c14a9e99dc4c2cefc7c8
size 12925821

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Nov 25 08:44:24 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.7.2
* When recording diffs, properly format and display the "prepared" key
for the modules that use it (apt, git, cli_config and others)
* Sorting task results by duration when browsing playbook results works once again
* Updated bootstrap css from 5.3.0 to 5.3.3
* Catch SIGINT and SIGTERM signals resulting in the interruption of playbooks to
set the status of the playbook to "expired" instead of keeping it running forever
unless expired with `ara playbook expire` from the CLI.
* Add support for UTF-8 encoded usernames and passwords
* Add .readthedocs.yaml to fix broken documentation builds
* Formally include ara as a dependency in order to include --help commands in the docs
* Added an introduction page
* Made dependency on ruamel.yaml explicit rather than implicit
* Update usage of logging.warn to logging.warning for
python 3.13
* Updated versions of Ansible tested in CI to Ansible 10 and ansible-core 2.17
-------------------------------------------------------------------
Wed Apr 3 14:32:36 UTC 2024 - Markéta Machová <mmachova@suse.com>

View File

@@ -28,7 +28,7 @@
# plugin for Ansible package
%define pythons python3
Name: python-ara
Version: 1.7.1
Version: 1.7.2
Release: 0
Summary: ARA Records Ansible
License: GPL-3.0-or-later