Compare commits

9 Commits

Author SHA256 Message Date
672770251c Accepting request 1297657 from devel:languages:python
- Update URL to use the new one from codeberg
- Add missing test requirement python-ruamel.yaml

OBS-URL: https://build.opensuse.org/request/show/1297657
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ara?expand=0&rev=21
2025-08-05 12:22:32 +00:00
5d9aa667c0 - Update URL to use the new one from codeberg
- Add missing test requirement python-ruamel.yaml

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ara?expand=0&rev=41
2025-08-05 08:25:21 +00:00
ea488b9b17 Accepting request 1286124 from devel:languages:python
- Convert to libalternatives

OBS-URL: https://build.opensuse.org/request/show/1286124
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ara?expand=0&rev=20
2025-06-17 16:21:39 +00:00
c0266c88a9 - Convert to libalternatives
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ara?expand=0&rev=39
2025-06-16 13:43:45 +00:00
639d22aa8b Accepting request 1285329 from devel:languages:python
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/request/show/1285329
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ara?expand=0&rev=19
2025-06-13 16:45:58 +00:00
af9ce42764 - Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ara?expand=0&rev=37
2025-06-13 05:41:23 +00:00
b38a81fbbc Accepting request 1227177 from 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/1227177
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ara?expand=0&rev=18
2024-11-28 21:43:23 +00:00
349616bf00 INcrease verbosity of tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ara?expand=0&rev=35
2024-11-28 17:45:35 +00:00
3552060d78 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
2024-11-28 17:33:51 +00:00
4 changed files with 57 additions and 19 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,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>

View File

@@ -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