diff --git a/_service b/_service index a96237e..ba962fb 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ git .git awxkit - 23.6.0 + 24.3.1 @PARENT_TAG@ diff --git a/awx-23.6.0.obscpio b/awx-23.6.0.obscpio deleted file mode 100644 index 9773f0b..0000000 --- a/awx-23.6.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf108470e43d7594a98323aa659269dc00214ae67375e3c9eab0b78d67ee4a19 -size 445963 diff --git a/awx-24.3.1.obscpio b/awx-24.3.1.obscpio new file mode 100644 index 0000000..3b639bd --- /dev/null +++ b/awx-24.3.1.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2912ab8549d443da3c83569890d8579b77ed43932785f2b9e0f548b1be4c5e0 +size 448011 diff --git a/awx.obsinfo b/awx.obsinfo index e09922b..ab0b31b 100644 --- a/awx.obsinfo +++ b/awx.obsinfo @@ -1,4 +1,4 @@ name: awx -version: 23.6.0 -mtime: 1703188009 -commit: 2529fdcfd7d5fff5ef46328246d37ce869468ac1 +version: 24.3.1 +mtime: 1714425070 +commit: 918d5b3565e5997bdbd57117b92852ba13bb55d6 diff --git a/python-awx-cli.changes b/python-awx-cli.changes index 6d90fc7..169cf6f 100644 --- a/python-awx-cli.changes +++ b/python-awx-cli.changes @@ -1,3 +1,76 @@ +------------------------------------------------------------------- +Sun May 12 08:19:08 UTC 2024 - Johannes Kastl + +- update to 24.3.1: + https://github.com/ansible/awx/releases/tag/24.3.1 + No CLI-related changes mentioned in the release notes + +------------------------------------------------------------------- +Sun May 12 08:18:05 UTC 2024 - Johannes Kastl + +- update to 24.3.0: + https://github.com/ansible/awx/releases/tag/24.3.0 + * Fixed awxkit uploads when re-running promote workflow + (@shanemcd #15096) + +------------------------------------------------------------------- +Sun May 12 08:14:20 UTC 2024 - Johannes Kastl + +- update to 24.2.0: + https://github.com/ansible/awx/releases/tag/24.2.0 + No CLI-related changes mentioned in the release notes + +------------------------------------------------------------------- +Sun May 12 08:12:33 UTC 2024 - Johannes Kastl + +- update to 24.1.0: + https://github.com/ansible/awx/releases/tag/24.1.0 + No CLI-related changes mentioned in the release notes + +------------------------------------------------------------------- +Sun May 12 08:07:53 UTC 2024 - Johannes Kastl + +- update to 24.0.0: + https://github.com/ansible/awx/releases/tag/24.0.0 + No CLI-related changes mentioned in the release notes + +------------------------------------------------------------------- +Sun May 12 08:06:03 UTC 2024 - Johannes Kastl + +- update to 23.9.0: + https://github.com/ansible/awx/releases/tag/23.9.0 + * Updated the release doc to check for awxkit tar files + (@thedoubl3j #14892) + * Added the ability to use awxkit with websocket custom URLs + (@CFSNM #14901) + * Added support for Terraform credentials in awxkit (@CFSNM + #14902) + +------------------------------------------------------------------- +Sun May 12 08:05:04 UTC 2024 - Johannes Kastl + +- update to 23.8.1: + https://github.com/ansible/awx/releases/tag/23.8.1 + No CLI-related changes mentioned in the release notes + +------------------------------------------------------------------- +Sun May 12 08:01:00 UTC 2024 - Johannes Kastl + +- update to 23.8.0: + https://github.com/ansible/awx/releases/tag/23.8.0 + * Updated awxkit to allow to modify API base URL (@Zokormazo + #14835) + * Fixed the way the API passes the awxkit base path to resources + (@CFSNM #14862) + +------------------------------------------------------------------- +Sun May 12 07:56:21 UTC 2024 - Johannes Kastl + +- update to 23.7.0: + https://github.com/ansible/awx/releases/tag/23.7.0 + * Built the awxkit source distribution bundle to also upload to + PyPI (@jbradberry #14757) + ------------------------------------------------------------------- Sat Jan 27 19:58:03 UTC 2024 - Johannes Kastl diff --git a/python-awx-cli.spec b/python-awx-cli.spec index cdd3f56..ae03145 100644 --- a/python-awx-cli.spec +++ b/python-awx-cli.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-awx-cli -Version: 23.6.0 +Version: 24.3.1 Release: 0 Summary: CLI for the AWX Ansible web platform License: Apache-2.0 @@ -30,14 +30,14 @@ BuildRequires: %{python_module pip} BuildRequires: %{python_module wheel} # SECTION BuildRequires: %{python_module pytest} +BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module requests} BuildRequires: %{python_module websocket-client} -BuildRequires: %{python_module PyYAML} # SECTION BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-requests Requires: python-PyYAML +Requires: python-requests Requires(post): update-alternatives Requires(postun): update-alternatives