15
0
forked from pool/python-ara

- Update to 1.6.1 (2022-12-12):

- callback: Changed how ANSIBLE_TMP is found to work around a
    behavior change in ansible-core 2.14 that ended up creating a
    directory named {{ ANSIBLE_HOME ~ "
  - Added a mysql extra to the python packaging for installing
    the mysqlclient library. This is in addition to the existing
    server and postgresql extra. They are used like this: pip
    install ara[server,mysql,postgresql]
- Update 1.6.0 (2022-12-01):
  It features a new "tasks" page to browse and search for
  tasks across playbook runs as well as many updates, fixes and
  improvements.
  - UI
    - Added a new "Tasks" page similar to the existing pages
      for Playbooks and Hosts. It provides a browseable and
      searchable overview of tasks across playbook runs.
    - Refreshed the host index page:
      - Added a column as well as search arguments for playbook
        name (or path)
      - Replaced the playbook status by a concise summary of task
        status for the host
    - Updated the playbook summary card to include the playbook
      id, the version of ara as well as the version of python.
    - Re-ordered and resized columns in tables to optimize width
      and improve consistency
    - Resized and aligned fields in search forms to use the full
      width available
    - Improved how task tags are displayed
    - Updated HTML page titles to be consistent across pages
    - Replaced fields for searching by task ID and host ID by

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ara?expand=0&rev=28
This commit is contained in:
2023-07-18 15:54:03 +00:00
committed by Git OBS Bridge
parent c4a90a587b
commit 4d61a51811
4 changed files with 124 additions and 6 deletions

View File

@@ -28,7 +28,7 @@
# plugin for Ansible package
%define pythons python3
Name: python-ara
Version: 1.5.8
Version: 1.6.1
Release: 0
Summary: ARA Records Ansible
License: GPL-3.0-or-later
@@ -44,7 +44,7 @@ Requires: python-pbr >= 2.0.0
Requires: python-requests >= 2.14.2
Requires(post): update-alternatives
Requires(postun):update-alternatives
Recommends: python-Django >= 2.1.5
Recommends: python-Django >= 3.2
Recommends: python-django-cors-headers
Recommends: python-django-filter
Recommends: python-djangorestframework >= 3.9.1
@@ -101,7 +101,7 @@ ara-manage test ara
%python_uninstall_alternative ara-manage
%files %{python_files}
%doc README.rst
%doc README.md
%license LICENSE
%python_alternative %{_bindir}/ara
%python_alternative %{_bindir}/ara-manage