From d5275e84dd9a5f0862527f0c5c73cf3864d658aa2090739218ef40308cbe96d5 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 15 Sep 2020 06:03:42 +0000 Subject: [PATCH] - Update to 1.4.3: * Improvements to the interface scaling and rendering for mobile devices * The playbook index has been refactored from a list of cards to a table view * and searching/filtering controls are no longer hidden in a submenu * Sorting by playbook date and duration is now built into the table headers * The Ansible CLI arguments are now available from the playbook index * The host stats summary now displays colors and icons for the different statuses * Task result columns were re-ordered and statuses now have colors and icons * Long task results or host facts should no longer render off-screen * Added search for ignore_errors in results * Added search for task by action * Adjusted search for file paths to be partial * Added search for task by path OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ara?expand=0&rev=15 --- ara-1.4.0.tar.gz | 3 --- ara-1.4.3.tar.gz | 3 +++ python-ara.changes | 18 ++++++++++++++++++ python-ara.spec | 3 +-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 ara-1.4.0.tar.gz create mode 100644 ara-1.4.3.tar.gz diff --git a/ara-1.4.0.tar.gz b/ara-1.4.0.tar.gz deleted file mode 100644 index 7b345bf..0000000 --- a/ara-1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:972abf28a1d0914f9d2f91a687e0c14b364e6cbb52099c8cc3c412edb81b43b4 -size 975690 diff --git a/ara-1.4.3.tar.gz b/ara-1.4.3.tar.gz new file mode 100644 index 0000000..80c0861 --- /dev/null +++ b/ara-1.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:932f140ce1cc2fbb0242bc3a6d5c5bed9810d47e1419692fe0f03cb1e4ad9627 +size 1094983 diff --git a/python-ara.changes b/python-ara.changes index a4dec76..2f5e9a2 100644 --- a/python-ara.changes +++ b/python-ara.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Sep 15 06:02:23 UTC 2020 - Steve Kowalik + +- Update to 1.4.3: + * Improvements to the interface scaling and rendering for mobile devices + * The playbook index has been refactored from a list of cards to a table view + * and searching/filtering controls are no longer hidden in a submenu + * Sorting by playbook date and duration is now built into the table headers + * The Ansible CLI arguments are now available from the playbook index + * The host stats summary now displays colors and icons for the different + statuses + * Task result columns were re-ordered and statuses now have colors and icons + * Long task results or host facts should no longer render off-screen + * Added search for ignore_errors in results + * Added search for task by action + * Adjusted search for file paths to be partial + * Added search for task by path + ------------------------------------------------------------------- Wed May 27 09:36:03 UTC 2020 - Petr Gajdos diff --git a/python-ara.spec b/python-ara.spec index 26aea92..681b24e 100644 --- a/python-ara.spec +++ b/python-ara.spec @@ -27,11 +27,10 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ara -Version: 1.4.0 +Version: 1.4.3 Release: 0 Summary: ARA Records Ansible License: GPL-3.0-or-later -Group: Development/Languages/Python URL: https://github.com/ansible-community/ara Source: https://files.pythonhosted.org/packages/source/a/ara/ara-%{version}.tar.gz BuildRequires: %{python_module devel}