Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-awx-cli for openSUSE:Factory checked in at 2024-06-24 20:51:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-awx-cli (Old) and /work/SRC/openSUSE:Factory/.python-awx-cli.new.18349 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-awx-cli" Mon Jun 24 20:51:49 2024 rev:5 rq:1182515 version:24.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-awx-cli/python-awx-cli.changes 2024-06-06 12:33:03.945451866 +0200 +++ /work/SRC/openSUSE:Factory/.python-awx-cli.new.18349/python-awx-cli.changes 2024-06-24 20:52:41.186978016 +0200 @@ -1,0 +2,8 @@ +Fri Jun 21 19:17:19 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de> + +- update to 24.6.0: + https://github.com/ansible/awx/releases/tag/24.6.0 + * Updated AWX CLI to patch users in order to properly assign them + roles (@ArtsiomMusin #14053) + +------------------------------------------------------------------- Old: ---- awx-24.5.0.obscpio New: ---- awx-24.6.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-awx-cli.spec ++++++ --- /var/tmp/diff_new_pack.HxBtVc/_old 2024-06-24 20:52:42.231016178 +0200 +++ /var/tmp/diff_new_pack.HxBtVc/_new 2024-06-24 20:52:42.235016324 +0200 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-awx-cli -Version: 24.5.0 +Version: 24.6.0 Release: 0 Summary: CLI for the AWX Ansible web platform License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.HxBtVc/_old 2024-06-24 20:52:42.287018225 +0200 +++ /var/tmp/diff_new_pack.HxBtVc/_new 2024-06-24 20:52:42.291018371 +0200 @@ -4,7 +4,7 @@ <param name="scm">git</param> <param name="exclude">.git</param> <param name="subdir">awxkit</param> - <param name="revision">24.5.0</param> + <param name="revision">24.6.0</param> <param name="versionformat">@PARENT_TAG@</param> </service> <service name="set_version" mode="manual"> ++++++ awx-24.5.0.obscpio -> awx-24.6.0.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/awx-24.5.0/awxkit/api/pages/api.py new/awx-24.6.0/awxkit/api/pages/api.py --- old/awx-24.5.0/awxkit/api/pages/api.py 2024-06-04 21:44:09.000000000 +0200 +++ new/awx-24.6.0/awxkit/api/pages/api.py 2024-06-20 22:34:34.000000000 +0200 @@ -317,7 +317,10 @@ if asset['natural_key']['type'] == 'project' and 'local_path' in post_data and _page['scm_type'] == post_data['scm_type']: del post_data['local_path'] - _page = _page.put(post_data) + if asset['natural_key']['type'] == 'user': + _page = _page.patch(**post_data) + else: + _page = _page.put(post_data) changed = True except (exc.Common, AssertionError) as e: identifier = asset.get("name", None) or asset.get("username", None) or asset.get("hostname", None) ++++++ awx.obsinfo ++++++ --- /var/tmp/diff_new_pack.HxBtVc/_old 2024-06-24 20:52:42.451024221 +0200 +++ /var/tmp/diff_new_pack.HxBtVc/_new 2024-06-24 20:52:42.455024366 +0200 @@ -1,5 +1,5 @@ name: awx -version: 24.5.0 -mtime: 1717530249 -commit: 6dc4a4508da011cfa15a187ec3fd919f033008ac +version: 24.6.0 +mtime: 1718915674 +commit: 4738c8333a917ef09fa85ff2b50b9c9c03adaf4f