Accepting request 1173482 from systemsmanagement:ansible

OBS-URL: https://build.opensuse.org/request/show/1173482
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-awx-cli?expand=0&rev=2
This commit is contained in:
2024-05-12 20:54:19 +00:00
committed by Git OBS Bridge
6 changed files with 83 additions and 10 deletions

View File

@@ -4,7 +4,7 @@
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="subdir">awxkit</param>
<param name="revision">23.6.0</param>
<param name="revision">24.3.1</param>
<param name="versionformat">@PARENT_TAG@</param>
</service>
<service name="set_version" mode="manual">

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bf108470e43d7594a98323aa659269dc00214ae67375e3c9eab0b78d67ee4a19
size 445963

3
awx-24.3.1.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e2912ab8549d443da3c83569890d8579b77ed43932785f2b9e0f548b1be4c5e0
size 448011

View File

@@ -1,4 +1,4 @@
name: awx
version: 23.6.0
mtime: 1703188009
commit: 2529fdcfd7d5fff5ef46328246d37ce869468ac1
version: 24.3.1
mtime: 1714425070
commit: 918d5b3565e5997bdbd57117b92852ba13bb55d6

View File

@@ -1,3 +1,76 @@
-------------------------------------------------------------------
Sun May 12 08:19:08 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- 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 <opensuse_buildservice@ojkastl.de>
- 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 <opensuse_buildservice@ojkastl.de>
- 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 <opensuse_buildservice@ojkastl.de>
- 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 <opensuse_buildservice@ojkastl.de>
- 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 <opensuse_buildservice@ojkastl.de>
- 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 <opensuse_buildservice@ojkastl.de>
- 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 <opensuse_buildservice@ojkastl.de>
- 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 <opensuse_buildservice@ojkastl.de>
- 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 <opensuse_buildservice@ojkastl.de>

View File

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