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
This commit is contained in:
Johannes Kastl 2023-07-21 07:07:14 +00:00 committed by Git OBS Bridge
parent 68e2e2cda2
commit 5a53b55631
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
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> Thu Jun 1 12:53:48 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>

View File

@ -31,7 +31,6 @@ License: MIT
URL: https://github.com/ansible-community/ansible-compat URL: https://github.com/ansible-community/ansible-compat
Source: https://files.pythonhosted.org/packages/source/a/ansible-compat/ansible-compat-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/a/ansible-compat/ansible-compat-%{version}.tar.gz
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm_git_archive}
BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel} 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' %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} %files %{python_files}
%{python_sitelib}/ansible_compat* %{python_sitelib}/ansible_compat
%{python_sitelib}/ansible_compat-%{version}.dist-info
%doc README.md %doc README.md
%license LICENSE %license LICENSE