Accepting request 1174037 from systemsmanagement:ansible
OBS-URL: https://build.opensuse.org/request/show/1174037 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ansible-compat?expand=0&rev=23
This commit is contained in:
commit
0e1f5de10b
3
python-ansible-compat-24.5.1.tar.gz
Normal file
3
python-ansible-compat-24.5.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:32516cd34e920e4df6a5f4fb3fa8ae4c6817d18813c8fde829a029d4d6318a36
|
||||||
|
size 68474
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:235db266d08b40377431657842688e892d85916cb194cbab41f519e90083d0ee
|
|
||||||
size 67974
|
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 14 14:19:11 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||||
|
|
||||||
|
- update to 24.5.1:
|
||||||
|
* Minor Changes
|
||||||
|
- Add has_playbook method to Runtime (#364) @ssbarnea
|
||||||
|
* Bugfixes
|
||||||
|
- Fix packaging version to recognize pre-release versions
|
||||||
|
(#371) @ssbarnea
|
||||||
|
- Update requirements (#365) @ssbarnea
|
||||||
|
- Allow dashes in role namespaces (#355) @sur5r
|
||||||
|
- If project_dir is passed, locate requirements within that
|
||||||
|
directory (#339) @audgirka
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 16 14:04:01 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
Sat Mar 16 14:04:01 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-ansible-compat
|
Name: python-ansible-compat
|
||||||
Version: 4.1.12
|
Version: 24.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Compatibility shim for Ansible 2.9 and newer
|
Summary: Compatibility shim for Ansible 2.9 and newer
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -36,12 +36,12 @@ BuildRequires: %{python_module setuptools}
|
|||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test
|
# SECTION test
|
||||||
# https://github.com/ansible/ansible-compat/blob/main/pyproject.toml#L38
|
# https://github.com/ansible/ansible-compat/blob/main/.config/requirements.in
|
||||||
BuildRequires: ansible-core >= 2.12
|
BuildRequires: ansible-core >= 2.12
|
||||||
BuildRequires: %{python_module PyYAML}
|
BuildRequires: %{python_module PyYAML}
|
||||||
BuildRequires: %{python_module jsonschema >= 4.17.3}
|
BuildRequires: %{python_module jsonschema >= 4.17.3}
|
||||||
BuildRequires: %{python_module subprocess-tee >= 0.4.1}
|
BuildRequires: %{python_module subprocess-tee >= 0.4.1}
|
||||||
# https://github.com/ansible/ansible-compat/blob/main/pyproject.toml#L56
|
# https://github.com/ansible/ansible-compat/blob/main/.config/requirements-test.in
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module pytest-mock}
|
BuildRequires: %{python_module pytest-mock}
|
||||||
BuildRequires: %{python_module pytest-plus}
|
BuildRequires: %{python_module pytest-plus}
|
||||||
@ -89,6 +89,7 @@ IGNORED_CHECKS="${IGNORED_CHECKS} or test_scan_sys_path[isolatedT-scanT-raises_n
|
|||||||
IGNORED_CHECKS="${IGNORED_CHECKS} or test_scan_sys_path[scanF-raises_not_foundT]"
|
IGNORED_CHECKS="${IGNORED_CHECKS} or test_scan_sys_path[scanF-raises_not_foundT]"
|
||||||
IGNORED_CHECKS="${IGNORED_CHECKS} or test_scan_sys_path[scanT-raises_not_foundF]"
|
IGNORED_CHECKS="${IGNORED_CHECKS} or test_scan_sys_path[scanT-raises_not_foundF]"
|
||||||
IGNORED_CHECKS="${IGNORED_CHECKS} or test_upgrade_collection"
|
IGNORED_CHECKS="${IGNORED_CHECKS} or test_upgrade_collection"
|
||||||
|
IGNORED_CHECKS="${IGNORED_CHECKS} or test_runtime_has_playbook"
|
||||||
# Disable checks on test names: https://github.com/pytest-dev/pytest-plus#user-content-avoiding-problematic-test-identifiers https://github.com/ansible/ansible-compat/issues/340
|
# Disable checks on test names: https://github.com/pytest-dev/pytest-plus#user-content-avoiding-problematic-test-identifiers https://github.com/ansible/ansible-compat/issues/340
|
||||||
export PYTEST_CHECK_TEST_ID_REGEX=0
|
export PYTEST_CHECK_TEST_ID_REGEX=0
|
||||||
%pytest -k "not (${IGNORED_CHECKS})"
|
%pytest -k "not (${IGNORED_CHECKS})"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user