From 5a53b55631a1a11c5ed660724fbdd23085f3b5b09c853004275bc0e9819163b7 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Fri, 21 Jul 2023 07:07:14 +0000 Subject: [PATCH 1/2] Accepting request 1099842 from home:StevenK:branches:systemsmanagement:ansible - Remove unneeded BuildRequires on setuptools_scm_git_archive. - Do not use a glob in %files OBS-URL: https://build.opensuse.org/request/show/1099842 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/python-ansible-compat?expand=0&rev=18 --- python-ansible-compat.changes | 6 ++++++ python-ansible-compat.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-ansible-compat.changes b/python-ansible-compat.changes index dbe773b..f83f8bf 100644 --- a/python-ansible-compat.changes +++ b/python-ansible-compat.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jul 21 07:02:13 UTC 2023 - Steve Kowalik + +- Remove unneeded BuildRequires on setuptools_scm_git_archive. +- Do not use a glob in %files + ------------------------------------------------------------------- Thu Jun 1 12:53:48 UTC 2023 - Johannes Kastl diff --git a/python-ansible-compat.spec b/python-ansible-compat.spec index 567f059..4779eeb 100644 --- a/python-ansible-compat.spec +++ b/python-ansible-compat.spec @@ -31,7 +31,6 @@ License: MIT URL: https://github.com/ansible-community/ansible-compat Source: https://files.pythonhosted.org/packages/source/a/ansible-compat/ansible-compat-%{version}.tar.gz BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools_scm_git_archive} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} @@ -70,7 +69,8 @@ Facilitate working with various versions of Ansible 2.9 and newer. %pytest -k 'not (test_runtime_example or test_require_collection_no_cache_dir or test_upgrade_collection or test_install_collection_dest or test_install_collection or test_require_collection or test_require_collection_wrong_version or test_prerun_reqs_v2 or test_prerun_reqs_v1 or test_prepare_environment_with_collections or test_runtime_require_module)' -W ignore:'There is no current event loop' %files %{python_files} -%{python_sitelib}/ansible_compat* +%{python_sitelib}/ansible_compat +%{python_sitelib}/ansible_compat-%{version}.dist-info %doc README.md %license LICENSE From 801586b03af8e3fa2eff245bc5ba3f8d169cd0fb9cf76396cc2fe535ad3434b2 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Mon, 24 Jul 2023 04:57:42 +0000 Subject: [PATCH 2/2] Accepting request 1099905 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible update to 4.1.5 OBS-URL: https://build.opensuse.org/request/show/1099905 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/python-ansible-compat?expand=0&rev=19 --- ansible-compat-4.1.2.tar.gz | 3 --- ansible-compat-4.1.5.tar.gz | 3 +++ python-ansible-compat.changes | 9 +++++++++ python-ansible-compat.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 ansible-compat-4.1.2.tar.gz create mode 100644 ansible-compat-4.1.5.tar.gz diff --git a/ansible-compat-4.1.2.tar.gz b/ansible-compat-4.1.2.tar.gz deleted file mode 100644 index 44b81f3..0000000 --- a/ansible-compat-4.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:696162dbc1223c0b474136a61662b3fe44115d490de8da606b149cee572b01ed -size 66934 diff --git a/ansible-compat-4.1.5.tar.gz b/ansible-compat-4.1.5.tar.gz new file mode 100644 index 0000000..0ddb48a --- /dev/null +++ b/ansible-compat-4.1.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:597c836a184c1131feeb6b0e23cda236c41fecdee64427375278fb6920fd2e74 +size 68562 diff --git a/python-ansible-compat.changes b/python-ansible-compat.changes index f83f8bf..29fba52 100644 --- a/python-ansible-compat.changes +++ b/python-ansible-compat.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Jul 21 12:08:15 UTC 2023 - Johannes Kastl + +- releases 4.1.3 and 4.1.4 were yanked +- update to 4.1.5: + * Bugfixes + - Fix find roles inside collection repository (#297) @ajinkyau + - Enable packit rpm packaging (#292) @ssbarnea + ------------------------------------------------------------------- Fri Jul 21 07:02:13 UTC 2023 - Steve Kowalik diff --git a/python-ansible-compat.spec b/python-ansible-compat.spec index 4779eeb..29f6613 100644 --- a/python-ansible-compat.spec +++ b/python-ansible-compat.spec @@ -24,7 +24,7 @@ %endif Name: python-ansible-compat -Version: 4.1.2 +Version: 4.1.5 Release: 0 Summary: Compatibility shim for Ansible 2.9 and newer License: MIT