From 9106fe20edb580267a4739def688e89eab0d356a62b85d596915af18602f1f92 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 12 Nov 2020 03:50:08 +0000 Subject: [PATCH] - Update to 1.5.3: * Significant performance improvement by running non-blocking API calls in threads * Handler tasks are now also recorded in addition to regular tasks * API + Add support for searching handler tasks (ex: /api/v1/tasks?handler=true) * UI + Hosts in the playbook report are now sorted alphabetically by hostname + Added a column to display the number of tasks in the playbook summary OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ara?expand=0&rev=19 --- ara-1.5.1.tar.gz | 3 --- ara-1.5.3.tar.gz | 3 +++ python-ara.changes | 12 ++++++++++++ python-ara.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 ara-1.5.1.tar.gz create mode 100644 ara-1.5.3.tar.gz diff --git a/ara-1.5.1.tar.gz b/ara-1.5.1.tar.gz deleted file mode 100644 index 1bdd316..0000000 --- a/ara-1.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a889112c9113c35f082c352a08e9b49846c37541afb0bcbc4cfe001dcc1ed44f -size 1159569 diff --git a/ara-1.5.3.tar.gz b/ara-1.5.3.tar.gz new file mode 100644 index 0000000..380991e --- /dev/null +++ b/ara-1.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:361a5e11642ff67993cd3a35d465b37694008aa7a8b8994f576c9fb05790a1cf +size 1158493 diff --git a/python-ara.changes b/python-ara.changes index 14df85f..fcbbf0c 100644 --- a/python-ara.changes +++ b/python-ara.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Nov 12 03:36:12 UTC 2020 - Steve Kowalik + +- Update to 1.5.3: + * Significant performance improvement by running non-blocking API calls in threads + * Handler tasks are now also recorded in addition to regular tasks + * API + + Add support for searching handler tasks (ex: /api/v1/tasks?handler=true) + * UI + + Hosts in the playbook report are now sorted alphabetically by hostname + + Added a column to display the number of tasks in the playbook summary + ------------------------------------------------------------------- Wed Sep 30 04:12:22 UTC 2020 - Steve Kowalik diff --git a/python-ara.spec b/python-ara.spec index 8b3da48..64d065f 100644 --- a/python-ara.spec +++ b/python-ara.spec @@ -27,7 +27,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ara -Version: 1.5.1 +Version: 1.5.3 Release: 0 Summary: ARA Records Ansible License: GPL-3.0-or-later