Accepting request 1100222 from systemsmanagement:ansible

OBS-URL: https://build.opensuse.org/request/show/1100222
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ansible-compat?expand=0&rev=18
This commit is contained in:
Ana Guerrero 2023-07-24 16:25:52 +00:00 committed by Git OBS Bridge
commit 673d9222a7
4 changed files with 21 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Jul 21 12:08:15 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- 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 <steven.kowalik@suse.com>
- 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 <kastl@b1-systems.de>

View File

@ -24,14 +24,13 @@
%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
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