Compare commits
9 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 672770251c | |||
| 5d9aa667c0 | |||
| ea488b9b17 | |||
| c0266c88a9 | |||
| 639d22aa8b | |||
| af9ce42764 | |||
| b38a81fbbc | |||
| 349616bf00 | |||
| 3552060d78 |
@@ -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
3
ara-1.7.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:16d4f5cee550c23efda83d3e1fa9b48a67af3db37741c14a9e99dc4c2cefc7c8
|
||||
size 12925821
|
||||
@@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
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) 2025 SUSE LLC
|
||||
#
|
||||
# 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.2
|
||||
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