forked from pool/python-ara
Compare commits
13 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 7ec0db33db | |||
| bb190c0a67 | |||
| ad2a5b92ce | |||
| 7d55d6694a | |||
| b342474094 | |||
| 4c63d65c11 | |||
| 151212c36b | |||
| cfc852b222 | |||
| a61729733f | |||
| b7b9b7a3a1 | |||
| e3c8e8c262 | |||
| 603cf1d9cb | |||
| b5559092c5 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a6b0b5b42ec9fb93586768845061a70cc4fbd3d413bcd2e57f0596cc50ded62
|
||||
size 12946518
|
||||
3
ara-1.7.4.tar.gz
Normal file
3
ara-1.7.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a58b2104760a55ebd7a7832e3a67c8c310e926b2d2cea26be3b9a2a38be11d8b
|
||||
size 13093058
|
||||
@@ -1,3 +1,80 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 9 22:02:27 UTC 2026 - Marius Grossu <marius.grossu@suse.com>
|
||||
|
||||
- Update to 1.7.4:
|
||||
* Loading or refreshing a page using the light theme should no longer flicker
|
||||
* The playbook header at the top of a playbook report has been redesigned for clarity and mobile responsiveness
|
||||
* The hosts, files and records sections have received similar treatment
|
||||
* The recorded files are now displayed inside a file hierarchy browser
|
||||
* Include the HTTP error code when logging about an API error
|
||||
* Bumped fedora images to 43
|
||||
* Maintenance for ansible-core 2.19/2.10 compatibility
|
||||
* For ara's own tests, written in ansible. ara already worked with 2.19 and 2.20.
|
||||
* Bumped tests up to fedora-43, debian-13 and ansible-core 2.20
|
||||
* Improved how codeberg CI results are sent to demo.recordsansible.org
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 10 06:12:09 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 1.7.3
|
||||
* Added tzdata/zoneinfo to server requirements for compatibility across
|
||||
versions of python and django
|
||||
* Bumped the minimum version of django LTS from 3.2 to 4.2 (up to 5.2)
|
||||
* Added an auto refresh arrow at the top right, allowing automatic refreshes
|
||||
of the pages at the selected duration
|
||||
* Clicking on the number of hosts for a playbook on the playbooks page should
|
||||
now correctly display the results for each host of that playbook
|
||||
* Avoid using ARA_API_USERNAME and ARA_API_PASSWORD if they are set to
|
||||
empty values
|
||||
* Added support for specifying 'all' to ARA_IGNORED_FACTS to prevent ara from
|
||||
recording any host facts
|
||||
* New action plugin: ara_label
|
||||
* Completed migration from GitHub to Codeberg (links, CI jobs, etc.)
|
||||
* Bumped CI and container images to Fedora 41
|
||||
* Bumped CI to the latest versions of ansible (11) and ansible-core (2.18)
|
||||
* Stop using sphinx's get_html_theme_path since it's been deprecated
|
||||
* Updated contributor documentation to mention Codeberg
|
||||
* Included a high level overview of how CI jobs work and what they do
|
||||
* There are no known migrations, deprecations or backwards-incompatible
|
||||
changes in this release.
|
||||
* ara 1.7.3 is expected to be the last release supporting python3.8.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 5 08:23:17 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Update URL to use the new one from codeberg
|
||||
- Add missing test requirement python-ruamel.yaml
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 16 13:43:24 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Convert to libalternatives
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 13 05:35:06 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Switch to pyproject macros.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-ara
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -27,23 +27,28 @@
|
||||
%define skip_python2 1
|
||||
# plugin for Ansible package
|
||||
%define pythons python3
|
||||
%bcond_without libalternatives
|
||||
Name: python-ara
|
||||
Version: 1.7.1
|
||||
Version: 1.7.4
|
||||
Release: 0
|
||||
Summary: ARA Records Ansible
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://github.com/ansible-community/ara
|
||||
# Old project URL: https://github.com/ansible-community/ara
|
||||
# Project moved from github to codeberg gh#ansible-community/ara#603
|
||||
URL: https://codeberg.org/ansible-community/ara
|
||||
Source: https://files.pythonhosted.org/packages/source/a/ara/ara-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel >= 3.8}
|
||||
BuildRequires: %{python_module pbr}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools_scm}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: alts
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: alts
|
||||
Requires: python-cliff
|
||||
Requires: python-pbr
|
||||
Requires: python-requests >= 2.14.2
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Recommends: python-Django >= 3.2
|
||||
Recommends: python-django-cors-headers
|
||||
Recommends: python-django-filter
|
||||
@@ -62,6 +67,7 @@ BuildRequires: %{python_module dynaconf}
|
||||
BuildRequires: %{python_module factory_boy}
|
||||
BuildRequires: %{python_module pyaml}
|
||||
BuildRequires: %{python_module pygments}
|
||||
BuildRequires: %{python_module ruamel.yaml}
|
||||
BuildRequires: %{python_module tzlocal}
|
||||
BuildRequires: %{python_module whitenoise}
|
||||
%endif
|
||||
@@ -76,11 +82,11 @@ tools and interfaces.
|
||||
%setup -q -n ara-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%if !%{with test}
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_clone -a %{buildroot}%{_bindir}/ara
|
||||
%python_clone -a %{buildroot}%{_bindir}/ara-manage
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
@@ -88,24 +94,20 @@ tools and interfaces.
|
||||
|
||||
%check
|
||||
%if %{with test}
|
||||
ara-manage test ara
|
||||
ara-manage test -v 2 ara
|
||||
%endif
|
||||
|
||||
%if !%{with test}
|
||||
%post
|
||||
%python_install_alternative ara
|
||||
%python_install_alternative ara-manage
|
||||
|
||||
%postun
|
||||
%python_uninstall_alternative ara
|
||||
%python_uninstall_alternative ara-manage
|
||||
%pre
|
||||
%python_libalternatives_reset_alternative ara
|
||||
%python_libalternatives_reset_alternative ara-manage
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%python_alternative %{_bindir}/ara
|
||||
%python_alternative %{_bindir}/ara-manage
|
||||
%{python_sitelib}/ara-%{version}*-info
|
||||
%{python_sitelib}/ara-%{version}.dist-info
|
||||
%{python_sitelib}/ara
|
||||
%endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user